Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
<instant name="Cancel Mana Shield" words="exana amo" lvl="10" mana="30" aggressive="0" selftarget="1" exhaustion="1000" groups="2,1000" icon="0" needlearn="0" event="script" value="support/cancel mana shield.lua">
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_MANASHIELD)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end