Anyone know how to do this.
I can’t seem to get /equipset to work as it keeps bugging out with LUA errors, working sometimes. Not sure if’s an addon but all I want to do is I have two equipment sets with different gear and want to be able to swap to each with keybind, preferably a toggle one.
Typing /equipset Survival sometimes works, sometimes it doesn’t but it always bugs out in the below macro.
/equipset SurvivalPVP
/equipset SurvivalPVPDPS
Any easy way to do this and I know it’snot possible in combat or in m+ just whenever possible.
Thanks
Cuz you’re trying to switch two sets at once.
/equipset [btn:2] Secondary_set; Primary_set
Right click for secondary, left for primary.
1 Like
Thanks this works. No way to just have a hot key that toggles between the two?
Also and if not anyway to throw in a third condition with lets say middle mouse ?
Middle button is btn:3
/equipset [btn:3] third_set; [btn:2] second_set;primary_set
Macro Resources
All Macro commands
http://wow.gamepedia.com/Macro_API
The /cast command
https://wow.gamepedia.com/MACRO_cast
Show/showtooltip
https://wowpedia.fandom.com/wiki/MACRO_metashowtooltip
Conditionals/options
https://wow.gamepedia.com/Macro_conditionals
Unit ID in macros
https://wow.gamepedia.com/UnitId
Global Cooldown explanation
https://wow.gamepedia.com/Cooldown#Global_cooldown
1 Like