Ir para conteúdo
  • 0

8.4 Alguem Ajuda Erro Ake No Script


angelanascimento

Pergunta

[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.

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0

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

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...