I have a rule for "Call Beast" that goes like this:
Code xml
<if spell="Call Beast"> <equip when="precast" set="Call Beast"/> <if status="idle"> <equip when="aftercast" set="BSTIdle"/> </if> <elseif status="engaged"> <equip when="aftercast" set="BSTTP"/> </elseif> </if>
Here is the "Call Beast" set:
Code xml
<set name = "Call Beast"> <ammo>D. Herbal Broth</ammo> <!-- CHANGE THIS TO WHATEVER PET YOU WANT TO SUMMON --> <hands>Monster Gloves +2</hands> </set>
Here's the issue that I ran in to. I would hit my Call Beast macro... which is simply
/ja "Call Beast" Peldin
I expected everything to go fine. It should equip my food, call my pet, then swap back to the appropriate gear. But instead, this is the message I got:
"You do not have the necessary item equipped to call a beast."
So that makes me think, is it sending the "Call Beast" command before it sends the appropriate gear swaps to the server?? If so, it makes me worry, because it may be possible that my other XML's are doing this for other job abilities??
