Well, I have Qvic boots as a pet focus, but I only use them now to make a pet. What I am looking for (and so far have been unable to find) is a macro that will:
Swap in Qvic boots.
Cast pet.
Swap out Qvic boots.
Should be simple, eh?
Moderator: MacroQuest Developers

Code: Select all
Sub FeetSwap
/declare FeetItem string local ${Me.Inventory[feet]}
/delay 25s !${Me.Casting.ID}
/exchange "[color=orange]NameOfBootsHere[/color]" feet
/delay 6
/call cast "[color=orange]NameOfPetSpellHere[/color]"
/delay 25s !${Me.Casting.ID}
/delay 6
/exchange "${FeetItem}" feet
/return