Advertisement
zvon

Macros

Sep 2nd, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Transcendence
  2. #showtooltip
  3. /cast [mod:shift] Transcendence: Transfer; Transcendence
  4.  
  5. Blackout kick
  6. #showtooltip
  7. /cast [nomod] Surging Mist
  8. /cast [mod: shiftl] Blackout Kick
  9.  
  10.  
  11. Horridon Heroic
  12. #showtooltip Crackling Jade Lightning
  13. /tar Direhorn Spirit
  14. /cast Crackling Jade Lightning
  15. /targetlasttarget
  16.  
  17. Jab
  18. /cast [nomod] Spinning Crane Kick
  19. /cast [mod: shift] Jab
  20.  
  21. Renewing Mist
  22. #showtooltip
  23. /cast [@mouseover,help][@target,help][@targettarget,help][] Renewing Mist
  24.  
  25. Revival
  26. #showtooltip Revival
  27. /use Potion of the Jade Serpent
  28. /cast Revival
  29.  
  30. Soothing Mist
  31. #showtooltip Soothing Mist
  32. /cast [@mouseover,help][@target,help][@targettarget,help][] Soothing Mist
  33.  
  34.  
  35. Taunt
  36. #showtooltip
  37. /cast [nomod] Provoke
  38. /target [mod:shift] Black Ox Statue
  39. /cast [mod:shift] Provoke
  40.  
  41. Tiger Palm
  42. #showtooltip
  43. /cast [nomod] Soothing Mist
  44. /cast [mod: shift] Tiger Palm
  45.  
  46. Tiger's Lust
  47. #showtooltip
  48. /cast [target=Monkery] Tiger's Lust
  49.  
  50. 30 Talents
  51. #showtooltip
  52. /cast Chi Wave
  53. /cast Zen Sphere
  54. /cast Chi Burst
  55. /script n_cw=GetSpellInfo(115098); n_zs=GetSpellInfo(124081); n_cb=GetSpellInfo(123986)
  56. /run SetMacroSpell("30 Talents", GetSpellInfo(n_cw) or GetSpellInfo(n_zs) or GetSpellInfo(n_cb))
  57.  
  58. 60 Talent
  59. #showtooltip
  60. /cast Ring of Peace
  61. /cast Charging Ox Wave
  62. /cast Leg Sweep
  63. /script n_rp=GetSpellInfo(116844); n_co=GetSpellInfo(119392); n_lw=GetSpellInfo(119381)
  64. /run SetMacroSpell("60 Talent", GetSpellInfo(n_rp) or GetSpellInfo(n_co) or GetSpellInfo(n_lw))
  65.  
  66. 75 Talent
  67. #showtooltip
  68. /cast Dampen Harm
  69. /cast Diffuse Magic
  70. /script n_dh=GetSpellInfo(122278); n_dm=GetSpellInfo(122783);
  71. /run SetMacroSpell("75 Talent", GetSpellInfo(n_dh) or GetSpellInfo(n_dm)
  72.  
  73.  
  74. Warrior:
  75. 45 Talent
  76. #showtooltip
  77. /cast Staggering Shout
  78. /cast Piercing Howl
  79. /cast Disrupting Shout
  80. /script n_s=GetSpellInfo(107566); n_p=GetSpellInfo(12323); n_d=GetSpellInfo(102060)
  81. /run SetMacroSpell("45 Talent", GetSpellInfo(n_s) or GetSpellInfo(n_p) or GetSpellInfo(n_d))
  82.  
  83.  
  84. 60 Talent
  85. #showtooltip
  86. /cast Bladestorm
  87. /cast Shockwave
  88. /cast Dragon Roar
  89. /script n_bs=GetSpellInfo(46924); n_sw=GetSpellInfo(46968); n_dr=GetSpellInfo(118000)
  90. /run SetMacroSpell("60 Talent", GetSpellInfo(n_bs) or GetSpellInfo(n_sw) or GetSpellInfo(n_dr))
  91.  
  92.  
  93.  
  94. 90 Talent
  95. #showtooltip
  96. /cast Bloodbath
  97. /cast Avatar
  98. /cast Storm Bolt
  99. /script n_bb=GetSpellInfo(12292); n_av=GetSpellInfo(107574); n_sb=GetSpellInfo(107570)
  100. /run SetMacroSpell("90 Talent", GetSpellInfo(n_bb) or GetSpellInfo(n_av) or GetSpellInfo(n_sb))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement