• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Spell error in consol

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
how to fix?


[16/06/2009 00:23:20] Lua Script Error: [Spell Interface]
[16/06/2009 00:23:20] in a timer event called from:
[16/06/2009 00:23:20] data/spells/scripts/wizardbeam.lua:onCastSpell

[16/06/2009 00:23:20] luaDoCombat(). Creature not found
 
how to fix?


[16/06/2009 00:23:20] Lua Script Error: [Spell Interface]
[16/06/2009 00:23:20] in a timer event called from:
[16/06/2009 00:23:20] data/spells/scripts/wizardbeam.lua:onCastSpell

[16/06/2009 00:23:20] luaDoCombat(). Creature not found

Your script contains a timer which has a function that requires the player CID, but the CID is missing or invalid, and thus the script tries to apply a "doCombat" thing on a player which does not exist, and thus gives this error.
 

Similar threads

Back
Top