Advertisement
Damnboitv

TBC warrior PVP macros

Jan 22nd, 2021 (edited)
13,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. TBC Warrior PVP macros:
  2.  
  3. 1. rule:
  4. Add
  5. /startattack to ALL macros.
  6.  
  7. Focus macro:
  8. /focus
  9.  
  10. Charge.
  11. #showtooltip Charge
  12. /startattack
  13. /Cast Battle Stance
  14. /Cast Charge
  15.  
  16. Spell reflect for all stances.
  17. #showtooltip Spell Reflection
  18. /cast [stance:1/2,equipped:Shields] Spell Reflection; [stance:3] Battle Stance
  19. /stopmacro [equipped: Shields]
  20. /stopcasting
  21. /equip Vengeful Gladiator's Pummeler
  22. /equip Vengeful Gladiator's Shield Wall
  23.  
  24. Intervene 1st party member
  25. #showtooltip Intervene
  26. /cast defensive stance
  27. /cast [target=party1] Intervene
  28.  
  29. Whirlwind
  30. #showtooltip Whirlwind
  31. /startattack
  32. /cast berserker stance
  33. /cast whirlwind
  34.  
  35. Overpower
  36. #showtooltip Overpower
  37. /startattack
  38. /Cast Battle Stance
  39. /cast Overpower
  40.  
  41. Berserker rage
  42. #showtooltip Berserker Rage
  43. /startattack
  44. /cast berserker stance
  45. /cast Berserker Rage
  46.  
  47. Intercept focus target.
  48. #showtooltip Intercept(rank 5)
  49. /cast berserker stance
  50. /cast [target=focus] Intercept(rank 5)
  51.  
  52. Pummel focus target.
  53. #showtooltip Pummel(rank 2)
  54. /cast [target=focus] Pummel(rank 2)
  55.  
  56. Interrupt shield bash / pummel dependant on stance
  57. #showtooltip [equipped:shield] Shield Bash; Pummel
  58. /cast [equipped:shield,nostance:3] Shield Bash; Pummel
  59. /stopmacro [equipped:shield]
  60. /cast [nostance:3] Berserker Stance
  61. /cast Pummel
  62. /startattack
  63.  
  64. Disarm macro
  65. #showtooltip Disarm
  66. /startattack
  67. /Cast Defensive Stance
  68. /Cast Disarm
  69.  
  70. Swap between 1h + sheild and 2hander
  71. #showtooltip Vengeful Gladiator's Shield Wall
  72. /stopcasting
  73. /equip Vengeful Gladiator's Shield Wall
  74. /equipslot 16 Vengeful Gladiator's Pummeler
  75. /equip [worn: shield] Vengeful Gladiator's Bonegrinder
  76.  
  77. STANCE MACROS: (never forget swapping to your 2hander or shield again)
  78.  
  79. Battle stance 2h
  80. #showtooltip Battle Stance
  81. /cast Battle Stance
  82. /equip Vengeful Gladiator's Bonegrinder
  83.  
  84. Defensive stance 1h + shield
  85. #showtooltip Defensive Stance
  86. /cast Defensive Stance
  87. /equip Vengeful Gladiator's Pummeler
  88. /equip Vengeful Gladiator's Shield Wall
  89.  
  90. Berserker stance 2h
  91. #showtooltip Berserker Stance
  92. /cast Berserker Stance
  93. /equip Vengeful Gladiator's Bonegrinder
  94.  
  95. Trinkets:
  96. #showtooltip
  97. /Use 13
  98.  
  99. #showtooltip
  100. /Use 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement