WoW Macro works in game, not when made via ISBoxer toolkit
I have spent about an hour and a half on this one problem before seeking help online.
The following macro:
/stopmacro [mounted]
/cast [target=focus,exists,nodead,help] sacred shield; [target=Yoomone,exists,nodead] sacred shield; [target=player] sacred shield
The idea is to cast Sacred Shield with the following priority:
1. Focus
2. Yoomone (who is my tank spec'd toon)
3. Self
This macro works in game, however if I make a World of Warcraft Macro Action in the ISBoxer toolkit it seems to stop before the "[target=player] sacred shield". I log yoomone out of the game to test it on the slaves. The reason I'd like to use the ISBoxer Macro method rather than just creating a macro in game is because I want to use one of two macros depending on if i'm in "PVP Mode" (IWT enabled keys enabled) or "PVE Mode" (same keys w/o IWT). When in PVP mode the macro would be shorter:
/stopmacro [mounted]
/cast [target=focus,exists,nodead,help] sacred shield; sacred shield; [target=player] sacred shield
The idea is to cast Sacred Shield with the following priority:
1. Focus
3. Self
The second macro also fails before the final condition. Neither of these macros will cast sacred shield on the toon in question when created in ISBoxer. I have tried changing out [target=player] with [@player] and [target={CHARACTER}]. I have closed down all WoW windows and re-exported and re-started. No luck.