Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1.  
  2. #showtooltip Heroic Strike
  3. /startattack
  4. /cast Heroic Strike
  5.  
  6. #showtooltip Rend
  7. /startattack
  8. /cast [harm, nodead, @mouseover][@target] Rend
  9.  
  10. #showtooltip Charge
  11. /startattack
  12. /cast Battle Stance
  13. /cast [harm, nodead, @mouseover][@target] Charge
  14.  
  15. #showtooltip Hamstring
  16. /startattack
  17. /cast [harm, nodead, @mouseover][@target] Hamstring
  18.  
  19. #showtooltip Overpower
  20. /startattack
  21. /cast Battle Stance
  22. /cast Overpower
  23.  
  24. #showtooltip Shield Bash
  25. /startattack
  26. /equip 1H
  27. /equip SHIELD
  28. /cast [harm, nodead, @mouseover][@target] Shield Bash
  29.  
  30. #showtooltip Revenge
  31. /startattack
  32. /cast Defensive Stance
  33. /equip 1H
  34. /equip SHIELD
  35. /cast Revenge
  36.  
  37. #showtooltip Mocking Blow
  38. /startattack
  39. /cast Battle Stance
  40. /cast [harm, nodead, @mouseover][@target] Mocking Blow
  41.  
  42. #showtooltip Shield Block
  43. /startattack
  44. /cast Defensive Stance
  45. /equip 1H
  46. /equip SHIELD
  47. /cast Shield Block
  48.  
  49. #showtooltip Disarm
  50. /startattack
  51. /cast Defensive Stance
  52. /cast [harm, nodead, @mouseover][@target] Disarm
  53.  
  54. #showtooltip Retaliation
  55. /startattack
  56. /cast Battle Stance
  57. /cast Retaliation
  58.  
  59. #showtooltip Cleave
  60. /startattack
  61. /cast Cleave
  62.  
  63. #showtooltip Intimidating Shout
  64. /script ClearTarget();
  65. /script TargetLastTarget();
  66. /cast Intimidating Shout
  67.  
  68. #showtooltip Execute
  69. /startattack
  70. /cast Execute
  71.  
  72. #showtooltip Shield Wall
  73. /startattack
  74. /cast Defensive Stance
  75. /equip 1H
  76. /equip SHIELD
  77. /cast Shield Wall
  78.  
  79. #showtooltip Slam
  80. /startattack
  81. /cast Slam
  82.  
  83.  
  84. #showtooltip Intercept
  85. /startattack
  86. /cast Berserker Stance
  87. /cast Intercept
  88.  
  89. #showtooltip Whirlwind
  90. /startattack
  91. /cast Berserker Stance
  92. /cast Whirlwind
  93.  
  94. #showtooltip Pummel
  95. /startattack
  96. /cast Berserker Stance
  97. /cast Pummel
  98.  
  99. #showtooltip Bloodthirst
  100. /startattack
  101. /cast Bloodthirst
  102.  
  103. #showtooltip Mortal Strike
  104. /startattack
  105. /cast Mortal Strike
  106.  
  107. #showtooltip Shield Slam
  108. /startattack
  109. /equip 1H
  110. /equip SHIELD
  111. /cast Shield Slam
  112.  
  113. #showtooltip Recklessness
  114. /startattack
  115. /cast Berserker Stance
  116. /cast Recklessness
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement