spellcast set %AutoSet
Essentially, I want to be able to tell spellcast to process my rules and equip the correct gear at will. There are times where I don't want to wait for it to occur naturally via the "engaged", "precast" etc events.
Posted 07 March 2010 - 01:48 PM
spellcast set %AutoSet
Posted 11 March 2010 - 10:14 AM
<if spell="autoset|stonga V" > <if status="idle"> <equip when="%status|precast" set="idle" /> </if> <elseif status="engaged"> <equip when="%status|precast" set="engaged" /> </elseif> <elseif status="resting"> <equip when="%status|precast" set="resting" /> </elseif> <if spell="stonga V"> <cancelspell /> <return /> </if> </if>
Posted 13 March 2010 - 10:44 PM
IneptVagrant, on 11 March 2010 - 08:14 AM, said:
<if spell="autoset|stonga V" > <if status="idle"> <equip when="%status|precast" set="idle" /> </if> <elseif status="engaged"> <equip when="%status|precast" set="engaged" /> </elseif> <elseif status="resting"> <equip when="%status|precast" set="resting" /> </elseif> <if spell="stonga V"> <cancelspell /> <return /> </if> </if>
This post has been edited by Yekyaa: 13 March 2010 - 10:45 PM


Posted 14 March 2010 - 05:58 PM