Ir para conteúdo

angelanascimento

Campones
  • Total de itens

    52
  • Registro em

  • Última visita

Tudo que angelanascimento postou

  1. ERRO DA QANDO O PLAYER LOGA AJUDA AE [28/07/2012 17:36:47] Lua Script Error: [CreatureScript Interface] [28/07/2012 17:36:47] in a timer event called from: [28/07/2012 17:36:47] data/creaturescripts/scripts/login.lua:onLogin [28/07/2012 17:36:47] luaGetThingPos(). Thing not found [28/07/2012 17:36:47] Lua Script Error: [CreatureScript Interface] [28/07/2012 17:36:47] in a timer event called from: [28/07/2012 17:36:47] data/creaturescripts/scripts/login.lua:onLogin [28/07/2012 17:36:47] luaGetPlayerStorageValue(). Player not found
  2. Lib.lua function doUseGem(cid, item) local voc = getPlayerVocation(cid) local interval = gems.interval[voc] if item.itemid ~= gems.id[voc] or getPlayerStorageValue(cid, gems.storage[voc]) > 0 then return FALSE end setPlayerStorageValue(cid, gems.storage[voc], 1) sendGemEffect(cid, gems.storage[voc], gems.interval[voc]) doRemoveItem(item.uid, 1) return TRUE end function sendGemEffect(cid, storage, interval) local pos = getPlayerPosition(cid) local voc = getPlayerVocation(cid) local color = 1 if voc == 1 then color = gemMsg.colorDruid[math.random(1,#gemMsg.colorDruid)] elseif voc == 2 then color = gemMsg.colorSorcerer[math.random(1,#gemMsg.colorSorcerer)] elseif voc == 3 then color = gemMsg.colorPaladin[math.random(1,#gemMsg.colorPaladin)] elseif voc == 4 then color = gemMsg.colorKnight[math.random(1,#gemMsg.colorKnight)] elseif voc == 5 then color = gemMsg.colorDruid[math.random(1,#gemMsg.colorElderDruid)] elseif voc == 6 then color = gemMsg.colorSorcerer[math.random(1,#gemMsg.colorMasterSorcerer)] elseif voc == 7 then color = gemMsg.colorPaladin[math.random(1,#gemMsg.colorRoyalPaladin)] elseif voc == 8 then color = gemMsg.colorKnight[math.random(1,#gemMsg.colorEliteKnight)] end doSendAnimatedText(pos, gemMsg.rnd[math.random(1,#gemMsg.rnd)], color) if getPlayerStorageValue(cid, gems.storage[getPlayerVocation(cid)]) >= 1 then addEvent(sendGemEffect, interval, cid, storage, interval) end end function doRemoveGemEffect(cid) if getPlayerStorageValue(cid, gems.storage[getPlayerVocation(cid)]) < 1 then return FALSE end setPlayerStorageValue(cid, gems.storage[getPlayerVocation(cid)], 0) return TRUE end function doRemoveAllGemEffect(cid) for i = 1, table.maxn(gms.storage) do setPlayerStorageValue(cid, gems.storage, 0) end return TRUE end function isGemActivated(cid) if getPlayerStorageValue(cid, gems.storage[getPlayerVocation(cid)]) > 0 then return TRUE end return FALSE end
  3. angelanascimento

    Ajudem Me

    [21/03/2012 18:11:51] Lua Script Error: [CreatureScript Interface] [21/03/2012 18:11:51] in a timer event called from: [21/03/2012 18:11:51] data/creaturescripts/scripts/login.lua:onLogin [21/03/2012 18:11:51] luaGetCreaturePosition(). Creature not found [21/03/2012 18:11:51] Lua Script Error: [CreatureScript Interface] [21/03/2012 18:11:51] in a timer event called from: [21/03/2012 18:11:51] data/creaturescripts/scripts/login.lua:onLogin [21/03/2012 18:11:52] attempt to index a number value [21/03/2012 18:11:52] stack traceback: [21/03/2012 18:11:52] [C]: in function 'doSendAnimatedText' [21/03/2012 18:11:52] data/lib/Pivi.lua:41: in function <data/lib/Pivi.lua:19> [21/03/2012 18:11:53] Dig Din has logged in. [21/03/2012 18:12:40] Dig Din has logged out. [21/03/2012 18:12:41] Lua Script Error: [CreatureScript Interface] [21/03/2012 18:12:41] in a timer event called from: [21/03/2012 18:12:41] data/creaturescripts/scripts/login.lua:onLogin [21/03/2012 18:12:41] luaGetCreaturePosition(). Creature not found [21/03/2012 18:12:41] Lua Script Error: [CreatureScript Interface] [21/03/2012 18:12:41] in a timer event called from: [21/03/2012 18:12:41] data/creaturescripts/scripts/login.lua:onLogin [21/03/2012 18:12:41] attempt to index a number value [21/03/2012 18:12:42] stack traceback: [21/03/2012 18:12:42] [C]: in function 'doSendAnimatedText' [21/03/2012 18:12:42] data/lib/Pivi.lua:41: in function <data/lib/Pivi.lua:19> Tenho Script Quem Quiser Mande Pm
  4. acontese q o seu n funciono em meu server
  5. Script Que sai akeles efeitos no player
  6. vo posta O script Ta Pera function onLogin (cid) setPlayerStorageValue (cid, 47112120, 0) local voc = getPlayerVocation (cid) if getPlayerStorageValue (cid, gems.storage[getPlayerVocation(cid)]) > 0 then sendGemEffect (cid, gems.storage[voc], gems.interval[voc]) end return TRUE end SO QE SE MUDA DE SCRIPT AS MAGIAS N FUNFA E NEM AS GEMAS
  7. [19/03/2012 20:58:09] Lua Script Error: [CreatureScript Interface] [19/03/2012 20:58:10] in a timer event called from: [19/03/2012 20:58:10] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 20:58:11] luaGetThingPos(). Thing not found [19/03/2012 20:58:12] Lua Script Error: [CreatureScript Interface] [19/03/2012 20:58:12] in a timer event called from: [19/03/2012 20:58:12] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 20:58:13] luaGetPlayerStorageValue(). Player not found [19/03/2012 20:58:13] Hitude has logged in. [19/03/2012 20:58:13] Lua Script Error: [spell Interface] [19/03/2012 20:58:13] in a timer event called from: [19/03/2012 20:58:14] data/spells/scripts/vip/rasenshuriken.lua:onCastSpell [19/03/2012 20:58:14] luaSetPlayerStorageValue(). Player not found [19/03/2012 20:58:28] Hitude has logged out. [19/03/2012 20:58:29] Lua Script Error: [CreatureScript Interface] [19/03/2012 20:58:30] in a timer event called from: [19/03/2012 20:58:31] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 20:58:32] luaGetThingPos(). Thing not found [19/03/2012 20:58:32] Lua Script Error: [CreatureScript Interface] [19/03/2012 20:58:33] in a timer event called from: [19/03/2012 20:58:33] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 20:58:33] luaGetPlayerStorageValue(). Player not found [19/03/2012 20:58:33] Hitude has logged in. [19/03/2012 20:58:36] Lua Script Error: [spell Interface] [19/03/2012 20:58:36] in a timer event called from: [19/03/2012 20:58:36] data/spells/scripts/vip/rasenshuriken.lua:onCastSpell [19/03/2012 20:58:37] luaSetPlayerStorageValue(). Player not found [19/03/2012 21:00:11] Hitude has logged out. [19/03/2012 21:00:12] Lua Script Error: [CreatureScript Interface] [19/03/2012 21:00:13] in a timer event called from: [19/03/2012 21:00:13] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 21:00:14] luaGetThingPos(). Thing not found [19/03/2012 21:00:15] Lua Script Error: [CreatureScript Interface] [19/03/2012 21:00:15] in a timer event called from: [19/03/2012 21:00:15] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 21:00:15] luaGetPlayerStorageValue(). Player not found [19/03/2012 21:00:16] Hitude has logged in. [19/03/2012 21:00:46] Warning: [Event::loadScript] Event onLogout not found. data/creaturescripts/scripts/logout.lua [19/03/2012 21:00:46] Reloaded creature events. [19/03/2012 21:00:48] Hitude has logged out. [19/03/2012 21:00:52] Hitude has logged in. [19/03/2012 21:00:57] Hitude has logged out. [19/03/2012 21:00:58] Lua Script Error: [CreatureScript Interface] [19/03/2012 21:00:59] in a timer event called from: [19/03/2012 21:00:59] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 21:01:01] luaGetThingPos(). Thing not found [19/03/2012 21:01:02] Lua Script Error: [CreatureScript Interface] [19/03/2012 21:01:03] in a timer event called from: [19/03/2012 21:01:03] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 21:01:05] luaGetPlayerStorageValue(). Player not found [19/03/2012 21:01:05] Hitude has logged in. [19/03/2012 21:01:05] Lua Script Error: [spell Interface] [19/03/2012 21:01:06] in a timer event called from: [19/03/2012 21:01:06] data/spells/scripts/vip/rasenshuriken.lua:onCastSpell [19/03/2012 21:01:06] luaSetPlayerStorageValue(). Player not found [19/03/2012 21:01:17] Hitude has logged out. [19/03/2012 21:01:17] Lua Script Error: [CreatureScript Interface] [19/03/2012 21:01:17] in a timer event called from: [19/03/2012 21:01:17] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 21:01:18] luaGetThingPos(). Thing not found [19/03/2012 21:01:18] Lua Script Error: [CreatureScript Interface] [19/03/2012 21:01:18] in a timer event called from: [19/03/2012 21:01:19] data/creaturescripts/scripts/login.lua:onLogin [19/03/2012 21:01:19] luaGetPlayerStorageValue(). Player not found [19/03/2012 21:01:21] Lua Script Error: [spell Interface] [19/03/2012 21:01:22] in a timer event called from: [19/03/2012 21:01:22] data/spells/scripts/vip/rasenshuriken.lua:onCastSpell [19/03/2012 21:01:24] luaSetPlayerStorageValue(). Player not found [19/03/2012 21:01:24] Hitude has logged in.
  • Quem Está Navegando   0 membros estão online

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