• 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!

Lua Spell timer event problem

In each function onCastSpell1, onCastSpell2, onCastSpell3 and onCastSpell4 add:
LUA:
if isPlayer(parameters.cid) then

before
LUA:
doCombat(parameters.cid,~~~~~~)

and after doCombat.. add
LUA:
end
 
Back
Top