|
Post by Ikonic on May 14, 2011 1:13:05 GMT -6
Yugl from BG wrote this for streamlining JAs: <elseif Type="WeaponSkill"> <if TPGT="99"> <if advanced='%SpellTargetDistance < 5.0'> <!--cancels the WS if out of range. This won't work with ranged WS--> <castdelay delay=".2" /> <if Spell="Dragon Kick|Tornado Kick|Asuran Fists|Ascetic's Fury"> <equip when="precast|midcast" set="%Spell" /> </if> <else> <equip when="precast|midcast" set="WeaponSkill" /> </else> </if> <else> <cancelspell /> </else> </if> </elseif> <elseif type="JobAbility"> <if Spell="Chakra|Chi Blast|Dodge|Focus|Boost|Counterstance"> <equip when="Precast" set="%Spell" /> </if> </elseif>
|
|