Advertisement
Neroxz

Untitled

Feb 1st, 2016
14,816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. ************ADDONS************
  2. 1. Gladius: http://www.curse.com/addons/wow/gladius (This allows me to see trinket timers and be able to track diminishing returns)
  3. 2. Omnibar: http://www.curse.com/addons/wow/omnibar (I use this to keep track of interrupts and certain ability cool downs)
  4. 3. TrufiGCD: http://www.curse.com/addons/wow/trufigcd (I use this to help people who are trying to learn what abilities I am pressing)
  5. 4. Recount: http://www.curse.com/addons/wow/recount (I use this to analyze the stats of a match)
  6. 5. Elphie's Interrupt Say: http://www.curse.com/addons/wow/iinterruptedthat (I use this to let me and my teammates know that I have kicked something in arena)
  7.  
  8. ***********Macros**************
  9.  
  10. (Darm Sim Arena 1)
  11.  
  12. #showtooltip Dark Simulacrum
  13. /cast [@arena1] Dark Simulacrum
  14.  
  15. (Presence Swapping)
  16.  
  17. #showtooltip blood presence
  18. /cast blood presence
  19. /cast frost presence
  20.  
  21. (Focus Plague Leech)
  22.  
  23. #showtooltip plague leech
  24. /cast [target=focus] plague leech
  25.  
  26.  
  27. (Focus Mind Freeze)
  28.  
  29. #showtooltip Mind Freeze
  30. /cast [target=focus] mind freeze
  31.  
  32. (Focus Leap)
  33.  
  34. #showtooltip leap
  35. /cast [target=focus] leap
  36.  
  37. (Focus Gnaw)
  38.  
  39. #showtooltip gnaw
  40. /cast [target=focus] gnaw
  41.  
  42. (Lichborne Heal)
  43.  
  44. #showtooltip lichborne
  45. /cast !lichborne
  46. /cast [@name] Death Coil
  47.  
  48. (Focus Strangulate)
  49.  
  50. #showtooltip Strangulate
  51. /cast [target=focus] strangulate
  52.  
  53. (Pet Move)
  54.  
  55. /click PetActionButton3 LeftButton
  56.  
  57. (Power Macro)
  58.  
  59. #showtooltip Pillar of Frost
  60. /use trinket
  61. /cast blood fury
  62. /cast Pillar of Frost
  63. /cast summon gargoyle
  64.  
  65. (Pet Heal)
  66.  
  67. #showtooltip death coil
  68. /cast [target=pet] death coil
  69.  
  70. (Focus Death Grip)
  71.  
  72. #showtooltip Death Grip
  73. /cast [target=focus] Death Grip
  74.  
  75. (Focus Dark Sim)
  76.  
  77. #showtooltip dark simulacrum
  78. /cast [target=focus] dark simulacrum
  79.  
  80. (Raise Dead Macro/ Power Transformation)
  81.  
  82. #showtooltip Raise Dead
  83. /cast [pet] Dark Transformation; [nopet] Raise Dead
  84.  
  85. (Cancel Macro)
  86.  
  87. /cancelaura lichborne
  88. /cancelaura hand of protection
  89. /cancelaura ice block
  90. /cancelaura divine shield
  91. /cancelaura conversion
  92.  
  93. (Toggle Claw)
  94.  
  95. #showtooltip claw
  96. /petautocasttoggle Claw
  97.  
  98. (Gorefiend's Grasp)
  99.  
  100. #showtooltip gorefiend's grasp
  101. /cast [target=name] gorefiend's grasp
  102.  
  103. #showtooltip corpse shield
  104. /cast corpse shield
  105. /cast huddle
  106.  
  107. (Dismiss Pet)
  108. /script PetDismiss()
  109.  
  110. (Pet Move)
  111. /click PetActionButton3 LeftButton
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement