Ir para conteúdo

nykee29

Campones
  • Total de itens

    12
  • Registro em

  • Última visita

Sobre nykee29

Informações

  • Forma que conheci o xTibia
    Otservs
  • Sou
    Jogador

Últimos Visitantes

544 visualizações

nykee29's Achievements

  1. Fala ai cara beleza?, tive esse problema recentemente ... mais consegui resolver. Faz o seguinte : Vai na pasta do seu server data/actions/scripts e cria um arquivo.lua com o nome enchanting copie e cole dele o seguinte : local config = { manaCost = 300, soulCost = 2, } local spheres = { [7759] = 7, [7760] = 5, [7761] = 6, [7762] = 8 } local enchantableGems = {2147, 2146, 2149, 2150} local enchantableItems = {2383, 7383, 7384, 7406, 7402, 2429, 2430, 7389, 7380, 2454, 2423, 2445, 7415, 7392, 2391, 2544, 8905} local enchantingAltars = { {7504, 7505, 7506, 7507}, {7508, 7509, 7510, 7511}, {7516, 7517, 7518, 7519}, {7512, 7513, 7514, 7515} } local enchantedGems = {7760, 7759, 7761, 7762} local enchantedItems = { [2383] = {7744, 7763, 7854, 7869}, [7383] = {7745, 7764, 7855, 7870}, [7384] = {7746, 7765, 7856, 7871}, [7406] = {7747, 7766, 7857, 7872}, [7402] = {7748, 7767, 7858, 7873}, [2429] = {7749, 7768, 7859, 7874}, [2430] = {7750, 7769, 7860, 7875}, [7389] = {7751, 7770, 7861, 7876}, [7380] = {7752, 7771, 7862, 7877}, [2454] = {7753, 7772, 7863, 7878}, [2423] = {7754, 7773, 7864, 7879}, [2445] = {7755, 7774, 7865, 7880}, [7415] = {7756, 7775, 7866, 7881}, [7392] = {7757, 7776, 7867, 7882}, [2391] = {7758, 7777, 7868, 7883}, [2544] = {7840, 7839, 7850, 7838}, [8905] = {8906, 8907, 8909, 8908} } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) -- The Elemental Spheres by MaXwEllDeN if itemEx.actionid == 4119 and isInArray({7759, 7760, 7761, 7762}, item.itemid) then if spheres[item.itemid] ~= p:getVocation():getId() then return false end if isInArray({8894, 8895}, itemEx.itemid) then -- Mudar ID Ligado doCreatureSay(cid, "Turn off the machine first.", TALKTYPE_MONSTER_SAY) return false end local sto = p:getStorageValue(60026) == -1 and 1 or p:getStorageValue(60026) + 1 if sto == 21 then return false end toPosition:sendMagicEffect(12) p:setStorageValue(60026, sto) iuid:remove(1) return true end -- ###### if item.itemid == 2147 and itemEx.itemid == 2342 then local targetItem = Item(itemEx.uid) targetItem:transform(2343) targetItem:decay() Item(item.uid):remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if item.itemid == 7760 and isInArray({9934, 10022}, itemEx.itemid) then Item(itemEx.uid):transform(9933) Item(item.uid):remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if isInArray(enchantableGems, item.itemid) then local subtype = item.type if subtype == 0 then subtype = 1 end local mana = config.manaCost * subtype if player:getMana() < mana then player:sendCancelMessage(RETURNVALUE_NOTENOUGHMANA) return false end local soul = config.soulCost * subtype if player:getSoul() < soul then player:sendCancelMessage(RETURNVALUE_NOTENOUGHSOUL) return false end local targetId = table.find(enchantableGems, item.itemid) if targetId == nil or not isInArray(enchantingAltars[targetId], itemEx.itemid) then return false end player:addMana(-mana) player:addSoul(-soul) Item(item.uid):transform(enchantedGems[targetId]) player:addManaSpent(mana * configManager.getNumber(configKeys.RATE_MAGIC)) player:getPosition():sendMagicEffect(CONST_ME_HOLYDAMAGE) return true end if item.itemid == 7761 and isInArray({9949, 9954}, itemEx.itemid) then local targetItem = Item(itemEx.uid) targetItem:transform(itemEx.itemid - 1) targetItem:decay() Item(item.uid):remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_GREEN) return true end if isInArray(enchantedGems, item.itemid) then if not isInArray(enchantableItems, itemEx.itemid) then fromPosition:sendMagicEffect(CONST_ME_POFF) return false end local targetId = table.find(enchantedGems, item.itemid) if targetId == nil then return false end local subtype = itemEx.type if not isInArray({2544, 8905}, itemEx.itemid) then subtype = 1000 end local targetItem = Item(itemEx.uid) targetItem:transform(enchantedItems[itemEx.itemid][targetId], subtype) targetItem:getPosition():sendMagicEffect(CONST_ME_MAGIC_RED) Item(item.uid):remove(1) return true end return false end logo em seguida voce vai em data/actions e coloca pra editar a actions.xml e adicione a tags : <action fromid="2146" toid="2147" script="other/enchanting.lua"/> <action fromid="2149" toid="2150" script="other/enchanting.lua"/> <action fromid="7759" toid="7762" script="other/enchanting.lua"/> pronto isso irá resolver =D Deixa o rep+ se ajudei. Fui!
  2. O server está muito bom, praticamente sem bugs ! Essas sourcers são pra Windows?, ou Ubuntu?
  3. Valeu pela informação!, vou baixar o linux aqui e emular com uma maquina virtual, saberia me dizer qual linux é o recomendado?
  4. estou com o mesmo erro cara :z aguardando uma solução!
  5. Porque apareceu esse erro?, fiz tudo certinho ... Error 1 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\actions.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 2 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\baseevents.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 3 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\chat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 4 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\bed.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 5 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\bed.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 6 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\commands.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 7 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\commands.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 8 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\combat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 9 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\combat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 10 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\bed.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 11 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\commands.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 12 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\combat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 13 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\configmanager.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 14 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\connection.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 15 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\container.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 16 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\container.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 17 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\creature.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 18 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\creature.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 19 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\condition.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 20 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\condition.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 21 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\container.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 22 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\condition.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 23 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\creatureevent.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 24 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\database.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 25 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\creature.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 26 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\databasemanager.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 27 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\ban.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver Error 28 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\events.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 29 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotlocker.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 30 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotlocker.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 31 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotchest.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 32 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotchest.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 33 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\globalevent.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 34 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\guild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 35 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\guild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 36 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\guild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 37 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\housetile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 38 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\housetile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 39 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\housetile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 40 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\inbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 41 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\inbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 42 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\game.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 43 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\game.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 44 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\house.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 45 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\house.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 46 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\databasetasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver Error 47 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\iologindata.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 48 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\iologindata.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 49 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\game.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 50 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\iomap.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 51 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\iomap.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 52 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\house.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 53 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\iologindata.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 54 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\iomap.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 55 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\item.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 56 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\item.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 57 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\ioguild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver Error 58 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\items.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 59 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\items.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 60 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\items.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 61 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\item.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 62 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\mailbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 63 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\mailbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 64 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\iomapserialize.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver Error 65 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\map.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 66 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\map.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 67 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\iomarket.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver Error 68 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\mailbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 69 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\monster.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 70 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\monster.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 71 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\luascript.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 72 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\monsters.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 73 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\monsters.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 74 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\movement.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 75 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\movement.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 76 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\map.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 77 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\networkmessage.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 78 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\networkmessage.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 79 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\monster.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 80 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\monsters.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 81 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\npc.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 82 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\npc.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 83 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\movement.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 84 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\party.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 85 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\party.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 86 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\networkmessage.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 87 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\otserv.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 88 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\otserv.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 89 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\player.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 90 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\player.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 91 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\player.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 92 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\npc.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 93 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\party.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 94 error C1083: Cannot open include file: 'gmp.h': No such file or directory (..\src\protocol.cpp) c:\users\nycholas\downloads\vanaheim-master\src\rsa.h 23 1 theforgottenserver Error 95 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\otserv.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 96 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\quests.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 97 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\quests.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 98 error C1083: Cannot open include file: 'gmp.h': No such file or directory (..\src\protocollogin.cpp) c:\users\nycholas\downloads\vanaheim-master\src\rsa.h 23 1 theforgottenserver Error 99 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\raids.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 100 error C1083: Cannot open include file: 'gmp.h': No such file or directory (..\src\rsa.cpp) c:\users\nycholas\downloads\vanaheim-master\src\rsa.h 23 1 theforgottenserver Error 101 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\scriptmanager.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 102 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\quests.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 103 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\spawn.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 104 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\spawn.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 105 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\protocolold.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 106 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\protocolold.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 107 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolgame.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 108 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\spells.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 109 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\spells.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 110 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\server.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 111 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\spawn.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 112 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolold.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 113 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolstatus.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 114 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 115 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 116 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\teleport.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 117 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\teleport.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 118 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\spells.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 119 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\thing.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 120 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\thing.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 121 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\tasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 122 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\tasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 123 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\teleport.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 124 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\talkaction.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 125 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\trashholder.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 126 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\trashholder.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 127 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\tools.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 128 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\vocation.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 129 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\vocation.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 130 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\tasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 131 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\waitlist.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver Error 132 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\trashholder.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 133 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\weapons.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 134 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\weapons.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 135 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\tile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver Error 136 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\tile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver Error 137 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\weapons.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver Error 138 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\tile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
  6. Isso é realmente complexo, também estou em busca de uma spell assim.
  7. Pode arrumar um com suporte do 7.6 até 10.80 por favor? Obrigado.
  8. Até agora tudo bem, a Cip só não pode colocar "ITEM VIP" no shop kkkkk ... Porque ai quebra
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...