• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Spell Exana Flam

9380023

New Member
Joined
Apr 19, 2010
Messages
37
Reaction score
0
<instant name="fire protect" words="exana flam" selftarget="1" aggressive="0" lvl="10" maglv="2" mana="30" soul="0" exhaustion="4000" prem="0" enabled="1" script="fire.lua"><vocation name="Druid"/><vocation name="Sorcerer"/><vocation name="Paladin"/><vocation name="Knight"/><vocation name="Elder Druid"/><vocation name="Master Sorcerer"/><vocation name="Elite Knight"/><vocation name="Royal Paladin"/></instant>




PHP:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_FIRE)

function onCastSpell(cid, var)
    return doCombat(cid, combat, var)
end
 
Done many times.
You could just bump another thread.
But still thanks
dont stop scripting mayby soon you create not yet created scripts xd (script does work)
 
Last edited:
Ataro who care's that this has been alot he just want to share it with us...

greetz
 
Thats why i still thank him + telling him the script is working and he shouldnt stop scripting?
 
Back
Top