- Code: Select all
/cast Battle Stance;
/script CURRENT_ACTIONBAR_PAGE = 1;
/script ChangeActionBarPage();
/itemrack equip 1
Questions:
1. Will this work as written?
2. Is there a way to exclude the last line using IsShiftKeyDown()? Maybe putting /script IsShiftKeyDown() end; before it?
My thought process here; I really like using the fewest buttons as possible, but want the macros to be intelligant (not button mashing, but me using modifiers to decide what gets cast). So rather than writing macros based on Stance (GetShapeshiftFormInfo(1)) AND then setting modifiers in each one, I can have 3 that change stances/actionbars and build the macros with just the modifier options.
SIDE NOTE QUESTIONS:
1. Is there a way for a macro to check what I already have equipped (live server macro would be [equipped:Fishing Pole] for example)?
2. Is there a way for the macro to show what would be cast? SuperMacros doesn't seem to be doing it.