Advertisement
Guest User

Mage Macro's (Level 100 WoD)

a guest
May 22nd, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. CS
  2. /cancelaura Ice Block
  3. /stopcasting
  4. /cast [@arena3,mod:ctrl] [@arena2,mod:shift] [@arena1,nomod,exists][]Counterspell
  5.  
  6. FJ
  7. /cast [@arena3,mod:ctrl] [@arena2,mod:shift] [@arena1,nomod,exists][]Frostjaw
  8.  
  9. Deep
  10. /cancelaura Ice Block
  11. /stopcasting
  12. /cast [@arena3,mod:ctrl] [@arena2,mod:shift] [@arena1,nomod,exists][]Deep Freeze
  13.  
  14. Poly
  15. /cancelaura Ice Block
  16. /cast [@arena3,mod:ctrl] [@arena2,mod:shift] [@arena1,nomod,exists][]Polymorph
  17.  
  18. Focus Poly
  19. #showtooltip Polymorph
  20. /cast [nomodifier:shift] Polymorph
  21. /cast [modifier:shift, target=focus] Polymorph
  22.  
  23. Blink
  24. /stopcasting
  25. /cast Blink
  26.  
  27. Block
  28. /stopcasting
  29. /cast Ice Block
  30.  
  31. Cancel Block
  32. /cancelaura Ice Block
  33.  
  34. Pet Freeze
  35. /dismount
  36. /petfollow
  37. /cast Freeze
  38.  
  39. Ice Nova
  40. /cast [harm][nodead] Ice Nova
  41.  
  42. Spell Steal Focus
  43. /cast [@focus] Spellsteal
  44. /cancelaura Pyroblast!
  45.  
  46. Spell Steal Target
  47. /cast [@target] Spellsteal
  48. /cancelaura Pyroblast!
  49.  
  50. Script - Show NS as glow (1)
  51. /run b = 'Buff' st = 'Stealable' mM = 'Magic' mB = maxBuffs TFUA = 'TargetFrame_UpdateAuras' PFu = PlayerFrame.unit MTB = MAX_TARGET_BUFFS UB = UnitBuff UIE = UnitIsEnemy
  52.  
  53. Script - Show NS as glow (2)
  54. /run hooksecurefunc(TFUA,function(s) for i=1,MTB do _,_,ic,_,dT=UB(s.unit,i) if(ic and (not s.mB or i<=s.mB)) then fS=_G[s:GetName()..b..i..st] if (UIE(PFu,s.unit) and dT==mM) then fS:Show() else fS:Hide() end end end end)
  55.  
  56. Script - Hide UI Errors + Action Bar Size
  57. /run UIErrorsFrame:SetAlpha(0)
  58. /run MainMenuBar:SetScale(0.95)
  59.  
  60. Script - Hide Chat Box
  61. /run _CHATHIDE=not _CHATHIDE for i=1,NUM_CHAT_WINDOWS do for _,v in pairs{"","Tab"}do local f=_G["ChatFrame"..i..v]if _CHATHIDE then f.v=f:IsVisible()end f.ORShow=f.ORShow or f.Show f.Show=_CHATHIDE and f.Hide or f.ORShow if f.v then f:Show()end end end
  62.  
  63. Script - Lower Graphics (1)
  64. /console overridefarclip 0
  65. /console farclip 177
  66. /console horizonfarclip 1305
  67. /console detailDoodadAlpha 0
  68. /console groundeffectdensity 16
  69.  
  70. Script - Lower Graphics (2)
  71. /console m2Faster 1
  72. /console ffx 0
  73. /console hwPCF 1
  74. /console shadowlod 0
  75. /console timingmethod 1
  76. /console showshadow 0
  77. /console showfootprints 0
  78. /console showfootprintparticles 0
  79.  
  80. Trinket
  81. /use Primal Gladiator's Badge of Dominance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement