orccountant

Classic Macros - Xaryu

Oct 13th, 2019 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Spammable Wand
  2. #showtooltip
  3. /cast !shoot
  4. /dance
  5.  
  6. R1 frostbolt
  7. #showtooltip
  8. /cast Frostbolt(Rank 1)
  9.  
  10. Mouseover fireblast
  11. #showtooltip
  12. /cast [@mouseover] Fire Blast(Rank 1)
  13.  
  14. Top/bottom rank fireblast on mouseover in one bind
  15. #showtooltip
  16. /cast [mod:shift, @mouseover] Fire Blast(Rank 1)
  17. /cast [nomod] Fire Blast(Rank 7)
  18.  
  19. Prevents glow
  20. /console ffxglow 0
  21.  
  22. Last on raid frames
  23. /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
  24.  
  25. Mouseover decurse
  26. #showtooltip
  27. /use [@mouseover,help,nodead][help,nodead][@player] Remove Lesser Curse
  28.  
  29. Stopcasting CS
  30. #showtooltip
  31. /stopcasting
  32. /cast Counterspell
  33.  
  34. Cancel mana shield & skull of impending doom
  35. /cancelaura mana shield
  36. /cancelaura flee
  37.  
  38. Drink + Cannibalize
  39. #showtooltip Conjured Sparkling Water
  40. /cast cannibalize
  41. /use [nocombat] Conjured Sparkling Water
  42. /use [nocombat] Conjured Sweet Roll
  43.  
  44.  
  45. Dismount / Cancelaura Frostbolt
  46. #showtooltip
  47. /dismount
  48. /cancelaura slow fall
  49. /cast Frostbolt
  50.  
  51. Damp + Amp
  52. #showtooltip
  53. /cast [mod:alt] amplify magic
  54. /cast dampen magic
  55.  
  56. Nameplates to 60 yards
  57. /run SetCVar("nameplateMaxDistance", "6e1")
  58.  
  59. Mouseover CS
  60. /cast [@mouseover] counterspell
  61.  
  62. Mouseover + reg CS in one bind
  63. #showtooltip
  64. /stopcasting
  65. /cast [mod:shift, @mouseover] counterspell
  66. /cast [nomod] counterspell
  67.  
  68. Mouseover poly
  69. /cast [@mouseover] polymorph
  70.  
  71. Mouseover + reg poly in one bind
  72. /cast [mod:shift, @mouseover] Polymorph(Rank 1)
  73. /cast [nomod] Polymorph(Rank 1)
  74.  
  75. Uses first trinket
  76. #showtooltip 14
  77. /use 14
  78.  
  79. Uses helmet
  80. #showtooltip
  81. /use 1
  82.  
  83. Uses r1 buffs in order (buff protect vs sham /priest /etc)
  84. /castsequence reset=10 Mana Shield(Rank 1), Dampen Magic(Rank 1), Arcane Intellect(Rank 1), Frost Ward(Rank 1)
  85.  
  86. Uses Mana gems in order
  87. /castsequence reset=120 Mana Ruby, Mana Citrine, Mana Jade, Mana Agate
  88. #showtooltip
  89. /use Mana Ruby
  90. /use Mana Citrine
  91. /use Mana Jade
  92. /use Mana Agate
  93.  
  94. Creates mana gems in order
  95. /castsequence [nocombat] reset=10 Conjure Mana Ruby, Conjure Mana Citrine, Conjure Mana Jade, Conjure Mana Agate
Add Comment
Please, Sign In to add comment