Hi there.
I’ve been asking around on discord channels but can’t seem to find an answer to my problem. I have a very specific idea for a macro but can’t make it because it requires too many characters.
Is there anyone here that been through the same problem and found a solution? Perhaps a great addon to make macro’s longer or allow me to activate a macro through a different one?
If my target is friendly it will swap to def stance, dismount AFTER i swapped to the right stance, intervene and swap to 1H+shield.
If my target is unfriendly and I’m in combat, it will swap to battle stance, dismount AFTER I swapped to the right stance, overpower and swap to 2H weapon.
If my target is unfriendly and I’m not in combat I’ll do the above but replace overpower with charge.
Macros can activate other macros using /click. For example /click BT4Button39 would click your action bar slot called BT4Button39 which can activate another macro. To find out what an action bar slot is called you can put this macro in the slot /script print(GetMouseFocus():GetName()) and click it (has to be a click not with a shortcut).