Advertisement
Guest User

Xaryu Wotlk Macros

a guest
Sep 16th, 2022
15,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Xaryu WOTLK Macros updated 9/16/22:
  2.  
  3. Spammable Missiles
  4. #showtooltip Arcane Missiles
  5. /cast [nochanneling:Arcane Missiles] Arcane Missiles
  6.  
  7. WATER ELE + NOVA MACRO
  8. #showtooltip Summon Water Elemental
  9. /cast [nopet][target=pet, dead] Summon Water Elemental; Freeze
  10. /petattack
  11. /dismount
  12.  
  13. COUNTERSPELL 123 MACROS
  14. #showtooltip
  15. /cast [target=arena1] counterspell
  16.  
  17. #showtooltip
  18. /cast [target=arena2] counterspell
  19.  
  20. #showtooltip
  21. /cast [target=arena3] counterspell
  22.  
  23. Cancelaura Frostbolt
  24. #showtooltip
  25. /dismount
  26. /cancelaura slow fall
  27. /cancelaura invisibility
  28. /cancelaura ice block
  29. /cast Frostbolt
  30.  
  31. Easy Raid Markers
  32. #showtooltip
  33. #showtooltip
  34. /cast arcane intellect
  35. /script SetRaidTarget("party1", 1);
  36. /script SetRaidTarget("party2", 2);
  37. /script SetRaidTarget("party3", 3);
  38. /script SetRaidTarget("party4", 4);
  39. /script SetRaidTarget("Xaryu", 6);
  40.  
  41. Cancelaura into mount bind
  42. #showtooltip
  43. /cancelaura mana shield
  44. /cancelaura blessing of sacrifice
  45. /cast Brutal Nether Drake
  46.  
  47. Easy conjure food/water
  48. /castsequence conjure water, conjure food
  49.  
  50. Stopcasting CS
  51. #showtooltip
  52. /stopcasting
  53. /cast counterspell
  54.  
  55. Mouseover decurse
  56. #showtooltip remove curse
  57. /use [@mouseover,help,nodead][help,nodead][@player] Remove Curse
  58.  
  59.  
  60. Pet dismiss
  61. /petdismiss
  62.  
  63. Use food/water + cannibalize
  64. /use Conjured Crystal Water
  65. /use Conjured Cinnamon Roll
  66. /use Conjured Manna Biscuit
  67. /cast cannibalize
  68.  
  69. Set focus macro
  70. /focus
  71.  
  72. Focus CS
  73. #showtooltip
  74. /cast [@focus] counterspell
  75.  
  76. Focus poly
  77. #showtooltip
  78. /cast [@focus] Polymorph
  79.  
  80. Focus spellsteal
  81. /cast [@focus] spellsteal
  82.  
  83. Safe poly
  84. #showtooltip
  85. /petpassive
  86. /petfollow
  87. /cast Polymorph
  88.  
  89. focus deep + friendly dampen magic
  90. #showtooltip Deep Freeze
  91. /cast [help] dampen magic
  92. /cast [@focus] deep freeze
  93.  
  94. r1 frostbolt + r1 amp magic
  95. #showtooltip Frostbolt(Rank 1)
  96. /cast [harm] Frostbolt(Rank 1)
  97. /cast [help] Amplify Magic(Rank 1)
  98.  
  99. Spammable wand
  100. #showtooltip
  101. /cast !shoot
  102.  
  103. Cancelaura ss
  104. /cast spellsteal
  105. /cancelaura blessing of sacrifice
  106.  
  107. cancels invis + targets someone if you don't have a target, + spellsteals
  108. #showtooltip spellsteal
  109. /cancelaura Invisibility
  110. /targetenemyplayer [noharm]
  111. /cast Spellsteal
  112.  
  113. target pets/garg in arena (garg prio)
  114. /target arenapet1
  115. /target arenapet2
  116. /target arenapet3
  117. /target [nohelp] ebon gargoyle
  118.  
  119. Always loads player to bottom of raid frame, have to sort by group then hit interface settings and escape
  120. /run LoadAddOn("Blizzard_CompactRaidFrames") CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,"player") then return false elseif UnitIsUnit(t2,"player") then return true else return t1 < t2 end end CompactRaidFrameContainer.flowSortFunc=CRFSort_Group
  121.  
  122. Helpful console commands
  123. /console ShowClassColorInFriendlyNameplate 1
  124. /console ShowClassColorInNameplate 1
  125. /console FfxGlow 0
  126. /console ScriptErrors 0
  127. /console SpellQueueWindow 129
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement