Advertisement
Guest User

Xaryu Mage Macros

a guest
Jan 21st, 2019
1,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. XARYU UP TO DATE (1/21/19) MACROS
  2.  
  3. #showtooltip Supernova
  4. /cast [nomod, harm] Supernova
  5. /cast [mod:shift, @focus, harm] Supernova
  6.  
  7.  
  8. updates based on spec
  9. #showtooltip
  10. /cast [talent:7/1] Thermal Void
  11. /cast [talent:7/2] Ray of Frost
  12. /cast [talent:7/3] Glacial Spike
  13.  
  14.  
  15. automatically casts orb on your cursor (use when using concentrated coolness)
  16. #showtooltip
  17. /cast [@cursor] frozen orb
  18.  
  19. shows blink icon, instead of new shimmer icon (note: have to find blink icon pic in macro page)
  20. #showtooltip blink
  21. /cast shimmer
  22.  
  23. uses either fritter or pudding, whichever is in bag
  24. #showtooltip
  25. /use Conjured Mana Fritter
  26. /use Conjured Mana Pudding
  27.  
  28. xaryu one shot macro
  29. #showtooltip icy veins
  30. /cast ice form
  31. /cast icy veins
  32. /cast Blood Fury(Racial)
  33.  
  34. only cast's ice nova on enemy targets (so you don't use on yourself by accident)
  35. #showtooltip ice nova
  36. /cast [harm] ice nova
  37.  
  38. modified frostbolt macro
  39. #showtooltip [talent:4/3] Ebonbolt; Frostbolt
  40. /dismount
  41. /cancelaura slow fall
  42. /cancelaura ice block
  43. /cancelaura invisibility
  44. /cast frostbolt
  45.  
  46. cancelaura/stopcasting CS
  47. #showtooltip
  48. /dismount
  49. /stopcasting
  50. /cancelaura Ice Block
  51. /cast Counterspell
  52.  
  53. counterspell arena 1
  54. /stopcasting
  55. /cast [target=arena1] counterspell
  56.  
  57. counterspell arena 2
  58. /stopcasting
  59. /cast [target=arena2] counterspell
  60.  
  61. counterspell arena 3
  62. /stopcasting
  63. /cast [target=arena3] counterspell
  64.  
  65. dismiss pet
  66. /script PetDismiss();
  67.  
  68. focus or clear focus target
  69. /focus
  70.  
  71. focus CS
  72. #showtooltip
  73. /stopcasting
  74. /cancelaura Ice Block
  75. /cast [target=focus] Counterspell
  76.  
  77. focus polymorph
  78. #showtooltip
  79. /cast [target=focus] Polymorph
  80.  
  81. always bottom frame on raid frames (have to set sort by: group on)
  82. /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
  83.  
  84. focus spellsteal
  85. #showtooltip spellsteal
  86. /cast [target=focus] spellsteal
  87.  
  88. this macro doesn't work anymore but I still use it
  89. #showtooltip
  90. /console ffxglow 0
  91. /cast invisibility
  92.  
  93. main thing here is cancel temporal shield to cancel it early for the heal
  94. /cast Armored Blue Wind Rider
  95. /cast The Flag of Ownership
  96. /cancelaura dispersion
  97. /cancelaura temporal shield
  98.  
  99. polymorph with petpassive to help control pet
  100. #showtooltip
  101. /cast Polymorph
  102. /petfollow
  103. /petpassive
  104.  
  105. spellsteal that removes fire mage abilities
  106. #showtooltip Spellsteal
  107. /cast Spellsteal
  108. /cancelaura hot streak!
  109. /cancelaura combustion
  110.  
  111. if your pet is dead, it summons a new pet. if your pet is alive it attacks target + freeze
  112. #showtooltip Summon Water Elemental
  113. /cast [nopet][target=pet, dead] Summon Water Elemental; Freeze
  114. /petattack
  115. /dismount
  116.  
  117. mouseover decurse
  118. #showtooltip
  119. /use [@mouseover,help,nodead][help,nodead][@player] Remove Curse
  120.  
  121. decurse 1
  122. /cast [@party1] remove curse
  123.  
  124. decurse 2
  125. /cast [@party2] remove curse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement