
Originally Posted by
Aeowin
Anyone have a suggestion on how to fix this rule? Basically I cast haste/refresh/stoneskin/para/slow in seveneyes/wand/shield and when I go back to my idle set occasionally my grip errors out and doesn't equip.
Any ideas?
Code:
<if Status="idle">
<action type="equip" when="resting" set="Resting"/>
<action type="equip" when="idle|aftercast">
<main>Terra's Staff</main>
</action>
<action type="equip" when="idle|aftercast" set="standard" />
<action type="command" when="idle|aftercast">pause 2; input /equip sub "Bugard Strap +1"
</action>
</if>
Error is caused by Strap trying to equip before the game registers a staff equipped. Removed the aftercastdelay = 2, which I assume was trying to fix that, but it can be added back in if you needed it for something else.