Advertisement
Spinalcrack

Demon Hunter Spec/Equipment swap (one button)

Mar 19th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. If anyone is interested I made a macro to switch specs and equipment sets in one button.
  2.  
  3. Step 1. Make an equipment set name "Havoc" and "Vengeance" (or adjust the names in the macro to your equipment set names)
  4. Step 2. Make sure each equipment set ignores both weapon slots
  5. Step 3. Use the below macro to switch specs and gear at once (shows icon and tooltip for artifact weapon you are switching to)
  6. Step 4. Enjoy!
  7.  
  8. #showtooltip [spec:1] Aldrachi Warblades; [spec:2] Twinblades of the Deceiver
  9. /run local Spec = GetSpecialization(); if Spec == 1 then UseEquipmentSet("Vengeance"); SetSpecialization(2); else UseEquipmentSet("Havoc"); SetSpecialization(1); end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement