Advertisement
Guest User

WoW talent swap macro

a guest
Dec 2nd, 2014
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Swap Macro:
  2. #showicon [talent:7/1]Frozen Ammo;[talent:7/3]Lone Wolf
  3. /click TalentMicroButton -- Opens the talent pane, since it needs to be open to change talents.
  4. /click [talent:7/1]BT4Button109;[talent:7/3]BT4Button110;PlayerTalentFrameTalentsLearnButton --Clicks the macro to swap to Lone Wolf if Exotic Munitions is selected, clicks the macro to swap to Exotic Munitions if Lone Wolf is selected, and click the Learn Talents button if neither talent is known.
  5. /click TalentMicroButton -- Closes the talent pane.
  6.  
  7. Activate Lone Wolf Macro (BT4Button109):
  8. /click PlayerTalentFrameTalentsTalentRow3Talent2 -- Click Iron Hawk, prompting you to unlearn your Tier 3 talent.
  9. /click StaticPopup1Button1 -- Confirm unlearning Tier 3 talent.
  10. /click PlayerTalentFrameTalentsTalentRow7Talent3 -- click Lone Wolf, prompting you to unlearn your Tier 7 talent.
  11. /click StaticPopup1Button1 -- Confirm unlearning Tier 7 talent.
  12.  
  13. Activate Exotic Munitions Macro (BT4Button110):
  14. /click PlayerTalentFrameTalentsTalentRow3Talent3 -- click Spirit Bond, prompting you to unlearn your Tier 3 talent.
  15. /click StaticPopup1Button1 -- Confirm unlearning Tier 3 talent.
  16. /click PlayerTalentFrameTalentsTalentRow7Talent1 -- click Exotic Munitions, prompting you to unlearn your Tier 7 talent.
  17. /click StaticPopup1Button1 -- Confirm unlearning Tier 7 talent.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement