Shiva.Galbir said: »
<if status="engaged">
<if buffactive="March">
<equip when="engaged|aftercast" set="Name of your march tp set here" />
</if>
<else>
<equip when="engaged|aftercast" set="Normal tp set name" />
</else>
This is the best you can do with spellcast; it will check for march after an action is done. Auto exec would make it check as soon as march is cast though.
<if buffactive="March">
<equip when="engaged|aftercast" set="Name of your march tp set here" />
</if>
<else>
<equip when="engaged|aftercast" set="Normal tp set name" />
</else>
This is the best you can do with spellcast; it will check for march after an action is done. Auto exec would make it check as soon as march is cast though.
ya that's what I have atm, was just hoping there was a way to check for march x2 and swaping into/out of march gear instantly isn't that big of a deal to me, I have a dummy spell bound to controller so I can just hit that to update gear on the fly