Advertisement
Guest User

Lunatic's Macros

a guest
Feb 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. -- General --
  2.  
  3. [Aimed Spell]
  4. #showtooltip
  5. /use [@cursor]Aimed Spell
  6.  
  7. [Harmless Spell]
  8. #showtooltip
  9. /use [mod:shift,@player][mod:ctrl,@party1][mod:alt,@party2][]Harmless Spell
  10.  
  11. [Harmful Spell]
  12. #showtooltip (Harmful Spell)
  13. (/use [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@arena3][]Shadowstep)
  14. /use [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@arena3][]Harmful Spell
  15.  
  16. -- Targeting --
  17.  
  18. [Target]
  19. /tar [mod:shift]arena1;[mod:ctrl]arena2;[mod:alt]arena3;focus
  20.  
  21. [Focus]
  22. /focus [mod:shift]arena1;[mod:ctrl]arena2;[mod:alt]arena3;target
  23.  
  24. {Outdated since you can Keybind it directly now}
  25.  
  26. -- Classes --
  27.  
  28. -- Shaman
  29.  
  30. [Ankh Timer]
  31. #showtooltip Reincarnation
  32. /use Ghost Wolf
  33.  
  34. -- Druid
  35.  
  36. [BRes Timer]
  37. #showtooltip Rebirth
  38. /use [combat]Rebirth;Revive
  39.  
  40. [Start/Stop Flap]
  41. #showtooltip Flap
  42. /use [nochanneling]Flap
  43. /stopcasting
  44.  
  45. [Balance/Resto Swrash]
  46. #showtooltip
  47. /use [talent:3/1,spec:1][talent:3/2,spec:4]Swipe;Thrash
  48.  
  49. -- Rogue
  50.  
  51. #showtooltip
  52. /stopattack
  53. /use !Stealth
  54.  
  55. #showtooltip Sap
  56. /stopattack
  57. /use !Stealth
  58. /targetenemy [noexists]
  59. /use [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@arena3][]Sap
  60.  
  61. #showtooltip Kick
  62. /use [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@arena3][]Shadowstrike
  63. /use [mod:shift,@arena1][mod:ctrl,@arena2][mod:alt,@arena3][]Kick
  64.  
  65. -- Other --
  66.  
  67. [Extra Button]
  68. /click ExtraActionButton1
  69.  
  70. [Drink & Cancels]
  71. #showtooltip
  72. /cancelform
  73. /stopcasting
  74. /cancelaura Levitate
  75. /cancelaura Dispersion
  76. /cancelaura Shield of Vengeance
  77. /cancelaura Blessing of Freedom
  78. /cancelaura Blessing of Protection
  79. /use Ley-Enriched Water
  80.  
  81. [Drop Flag/Cart]
  82. /cancelaura Alliance Flag
  83. /cancelaura Horde Flag
  84. /cancelaura Netherstorm Flag
  85. /cancelaura Alliance Mine Cart
  86. /cancelaura Horde Mine Cart
  87.  
  88. [WCLogs]
  89. /console advancedCombatLogging 1
  90. /combatlog
  91.  
  92. [NamePlates]
  93. /run SetCVar("nameplateOtherTopInset", -1)
  94. /runSetCVar("nameplateOtherBottomInset", -1)
  95.  
  96. [LoadingScreen]
  97. /console worldPreloadNonCritical 0
  98.  
  99. [Camera Zoom]
  100. /console cameraDistanceMaxZoomFactor 2.6 {Standard 1.9}
  101.  
  102. [NamePlate Sight Range]
  103. /console nameplateMaxDistance 100 {Standard 60}
  104.  
  105. [Fast Buy]
  106. /run BuyMerchantItem(1,5) {Buys Fist Item from the Vendor 5 times.}
  107.  
  108. [Check Quest]
  109. /run print(IsQuestFlaggedCompleted(x)) {x=QuestID}
  110.  
  111. ["Fly Hack"]
  112. #showtooltip
  113. /use Emerald Winds
  114. /click ExtraActionButton1
  115. /run local t = time() + 3 while time() <t do end
  116.  
  117. [Mount & Boosts]
  118. #showtooltip
  119. /cancelaura [mod:shift]Nitro Boosts
  120. /use [mod:shift]15;[mod:ctrl]Grand Expedition Yak;[mod:alt]Riding Turtle;[flyable]Vindictive Gladiator's Storm Dragon;Primal Gladiator's Felblood Gronnling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement