Advertisement
Guest User

Untitled

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. pet macro
  2.  
  3. #showtooltip
  4. /cast [pet:felhunter, @arena1] devour magic; [pet:imp, @party1] singe magic ; [pet:felguard, @arena1] Axe Toss; [pet:Succubus, @arena1] Seduction ; [pet:doomguard, @arena1] cripple ; [pet:infernal, @arena1] torch magic
  5.  
  6. #showtooltip
  7. /cast [pet:felhunter, @arena2] devour magic; [pet:imp, @party2] singe magic ; [pet:felguard, @arena2] Axe Toss; [pet:Succubus, @arena2] Seduction ; [pet:doomguard, @arena2] cripple ; [pet:infernal, @arena2] torch magic
  8.  
  9. #showtooltip
  10. /cast [pet:felhunter, @arena3] devour magic; [pet:imp, @player] singe magic ; [pet:felguard, @arena3] Axe Toss; [pet:Succubus, @arena3] Seduction ; [pet:doomguard, @arena3] cripple ; [pet:infernal, @arena3] torch magic
  11.  
  12. _____________________________________________________________________________
  13.  
  14. cs
  15.  
  16. /stopcasting
  17. /cast [@arena1] Call Felhunter
  18.  
  19. /stopcasting
  20. /cast [@arena2] Call Felhunter
  21.  
  22. /stopcasting
  23. /cast [@arena3] Call Felhunter
  24.  
  25. ________________________________________________________________________________
  26.  
  27. netherward
  28.  
  29. /stopcasting
  30. /cast Nether Ward
  31.  
  32. __________________________________________________________________________________
  33.  
  34.  
  35. talents
  36.  
  37. #showtooltip
  38. /cast [talent:3/1] Demonic Circle
  39. /cast [talent:3/2] Mortal Coil
  40. /cast [talent:3/3] Schattenfuror
  41.  
  42. _____________________________________________________________________________________
  43.  
  44. curses
  45.  
  46. #showtooltip
  47. /use [@arena1,pvptalent:3/1] Curse of Tongues;[@arena1,pvptalent:3/2] Curse of Weakness;[@arena1,pvptalent:3/3] Curse of Fragility
  48.  
  49. #showtooltip
  50. /use [@arena2,pvptalent:3/1] Curse of Tongues;[@arena2,pvptalent:3/2] Curse of Weakness;[@arena2,pvptalent:3/3] Curse of Fragility
  51.  
  52. #showtooltip
  53. /use [@arena3,pvptalent:3/1] Curse of Tongues;[@arena3,pvptalent:3/2] Curse of Weakness;[@arena3,pvptalent:3/3] Curse of Fragility
  54.  
  55. _________________________________________________________________________________________
  56.  
  57.  
  58. coil
  59.  
  60. /cast [@arena1] Mortal Coil
  61.  
  62. /cast [@arena2] Mortal Coil
  63.  
  64. /cast [@arena3] Mortal Coil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement