Advertisement
aeghis

Aeghis Macros (updated for 10.2)

Jul 29th, 2021 (edited)
12,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. Shows icon of blink even if talented into shimmer: (purely cosmetic, for the looks)
  2. #showtooltip blink
  3. /cast blink
  4.  
  5. db macro: (cancels cast & cancels queued spell, QoL macro to make DB go off no matter what when u press it)
  6. #showtooltip Dragon's Breath
  7. /stopcasting
  8. /cqs
  9. /cast Dragon's Breath
  10. /use Fire-Eater's Vial
  11.  
  12. #showtooltip Arcane Intellect (removes role icons from raid frames and runs the smaller friendly nameplates script)
  13. /run C_NamePlate.SetNamePlateFriendlySize(60, 60)
  14. /script CompactPartyFrameMember1RoleIcon:Hide();
  15. /script CompactPartyFrameMember2RoleIcon:Hide();
  16. /script CompactPartyFrameMember3RoleIcon:Hide();
  17. /cast Arcane Intellect
  18.  
  19. target main pet for BM hunters:
  20. #showtooltip
  21. /target [@arenapet1,exists] [@arenapet2,exists] [@arenapet3,exists]
  22.  
  23. Bust macro:
  24. #showtooltip Combustion
  25. /cast Combustion
  26. /cast Blood Fury(Racial)
  27. /use Obsidian Gladiator's Badge of Ferocity
  28.  
  29. Cancel alter(removes the buff so you dont actually go back, useful if you alter at a low % and then get healed, meaning you wouldn't want alter back to a lower %)
  30. #showtooltip
  31. /cancelaura Alter Time
  32.  
  33. cancel emblem trinket + alter back in one macro:
  34. #showtooltip
  35. /cancelaura Gladiator's Emblem
  36. /cast Alter Time
  37.  
  38. counterspell target:
  39. #showtooltip
  40. /dismount
  41. /stopcasting
  42. /cancelaura Ice Block
  43. /cast Counterspell
  44.  
  45. focus counterpsell:
  46. #showtooltip
  47. /dismount
  48. /stopcasting
  49. /cancelaura Ice Block
  50. /cast [@focus] Counterspell
  51.  
  52. arena1 counterpsell: (saves a keybind by adding target CS functionality if not in an arena)
  53. #showtooltip Counterspell
  54. /dismount
  55. /stopcasting
  56. /cqs
  57. /cancelaura Ice Block
  58. /cast [nomod, @arena1,exists] Counterspell; [nomod] Counterspell
  59.  
  60. arena2 counterpsell:
  61. #showtooltip
  62. /dismount
  63. /stopcasting
  64. /cancelaura Ice Block
  65. /cast [@arena2] Counterspell
  66.  
  67. arena3 counterpsell:
  68. #showtooltip
  69. /dismount
  70. /stopcasting
  71. /cancelaura Ice Block
  72. /cast [@arena3] Counterspell
  73.  
  74. target polymorph:
  75. #showtooltip
  76. /cast Polymorph
  77. /petfollow
  78.  
  79. focus polymorph:
  80. #showtooltip Polymorph
  81. /cast [@focus] Polymorph
  82. /petfollow
  83.  
  84. general aura cancel macro: (also use this to fake kicks with " /stopcasting ")
  85. #showtooltip Ice Block
  86. /cancelaura Ice Block
  87. /cancelaura Slow Fall
  88. /cqs
  89. /stopcasting
  90. /dismount
  91.  
  92. mouseover focus: (focuses whoever ur mouse is hovering over)
  93. /focus [@mouseover]
  94.  
  95. focus spellsteal:
  96. #showtooltip Spellsteal
  97. /cast [@focus] Spellsteal
  98.  
  99. Remove Curse Self+Mouseover (removes curse from self IF no mouseover, removes party if mouseing over them)
  100. #showtooltip Remove Curse
  101. /cast [target=mouseover, exists, nodead, help] Remove Curse: [exists, help, nodead] Remove Curse; [target=player] Remove Curse
  102.  
  103. Arcane Blast Macro
  104. #showtooltip Arcane Blast
  105. /cancelaura Ice Block
  106. /cast Arcane Blast
  107.  
  108. Arcane Missiles Macro
  109. #showtooltip Arcane Missiles
  110. /cancelaura Ice Block
  111. /cast Arcane missiles
  112.  
  113. Focus Slow
  114. #showtooltip Slow
  115. /cast [@focus] Slow
  116.  
  117. Magi + Badge
  118. #showtooltip Touch of the Magi
  119. /cast Touch of the magi
  120. /use Obsidian Aspirant's Badge of Ferocity
  121. /use Obsidian Gladiator's Badge of Ferocity
  122.  
  123. PoM + Badge
  124. #showtooltip Presence of Mind
  125. /use Obsidian Aspirant's Badge of Ferocity
  126. /use Obsidian Gladiator's Badge of Ferocity
  127. /cast Presence of Mind
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement