Hello Otland im wondring if ya could help me with one thing, the problem is i want a exahust like real tibia or almost in the magic wall runes, people can now spam it so none can pass i mean they use elfbot (M.wall timer) And see when it dissapear they spam and spam and they dont get exahust
//Thanks
eace:
script
//Thanks
script
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1498)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Code:
<rune name="Magic Wall" id="2293" allowfaruse="1" charges="40" lvl="32" maglv="9" exhaustion="1100" aggressive="1" blocktype="all" script="support/magic wall rune.lua"/>