omg... I know what commands I use on my server..test !serverinfo =)
Worked for me Oo
When you are saying Exura you are launching a lua script located someplace in data/spells
Try adding the condition:
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)
And it should remove para when casting. (taken from 0.2 but pretty sure its working in 0.3)
Btw, use 0.2, not 0.3.
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="50" multiplier="100"/>
<stage minlevel="51" maxlevel="70" multiplier="60"/>
<stage minlevel="71" maxlevel="100" multiplier="50"/>
<stage minlevel="101" maxlevel="150" multiplier="35"/>
<stage minlevel="151" multiplier="15"/>
</stages>
<config enabled="1"/>
When you are saying Exura you are launching a lua script located someplace in data/spells
Try adding the condition:
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)
And it should remove para when casting. (taken from 0.2 but pretty sure its working in 0.3)
Btw, use 0.2, not 0.3.