Weapon Swap Macro

So since Survival Hunters got some new bow spells i made this little fella:

/equip Hallowed Ossein Longbow
/swapactiobar 1 2
/swapactionbar 2 1
/equip An’zig Vra

And as you handsome bunch of geniuses already can tell, it’s a recepie for trouble where if i change during a GCD, i switch bar but not weapon, leaving me with a bunch of ranged nonsense when wielding my 2her and vice versa.

So i would like to know, if there is a way to prevent this from happening by, for instance, only switching bars if i can switch weapons?

Could use modifiers to force a certain setup.

/swapactionbar [equipped:bows]
should only trigger if you have a bow equipped.

/swapactionbar [!equipped:bows]
Likewise should only trigger if you don’t have a bow equiped.
(Its a bit harder to test for 2h I believe as it treats 2h axe, 2h sword, etc. as different types).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.