Advertisement
Guest User

Warrior

a guest
Nov 12th, 2013
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. MACRO 16777221 "Charge" INV_Misc_QuestionMark
  2. /cast Charge(Rank 3)
  3. /cancelaura Bladestorm
  4. /cast Battle stance
  5. /cancelaura Hand of Protection
  6. END
  7. MACRO 16777226 "Charge Focus" INV_Misc_QuestionMark
  8. #showtooltip Charge
  9. /cast Battle Stance
  10. /cast [target=focus] Charge(Rank 3)
  11. /cancelaura Bladestorm
  12. END
  13. MACRO 16777228 "Disarm" INV_Misc_QuestionMark
  14. /cast Disarm
  15. /cast Defensive Stance
  16. END
  17. MACRO 16777222 "Intercept" INV_Misc_QuestionMark
  18. /cast Intercept
  19. /cancelaura Bladestorm
  20. /cancelaura Hand of Protection
  21. /cast Berserker stance
  22. END
  23. MACRO 16777231 "Intercept Focus" INV_Misc_QuestionMark
  24. #showtooltip Intercept
  25. /cast Berserker Stance
  26. /cast [target=focus] Intercept
  27. /cancelaura Bladestorm
  28. END
  29. MACRO 16777230 "Interupt" INV_Misc_QuestionMark
  30. #showtooltip Shield Bash
  31. /cancelaura Bladestorm
  32. /cast [stance:3] Pummel; [stance:1/2,equipped:shield] Shield Bash
  33. /stopmacro [stance:3]
  34. /equipslot 16 Wrathful Gladiator's Handaxe
  35. /equipslot 17 Wrathful Gladiator's Shield Wall
  36. END
  37. MACRO 16777233 "Interupt Focus" INV_Misc_QuestionMark
  38. #showtooltip Shield Bash
  39. /cancelaura Bladestorm
  40. /cast [@focus] Shield Bash
  41. /cast [@focus] Pummel
  42. /stopmacro [stance:3]
  43. /equipslot 16 Wrathful Gladiator's Handaxe
  44. /equipslot 17 Wrathful Gladiator's Shield Wall
  45. END
  46. MACRO 16777223 "Intervene" INV_Misc_QuestionMark
  47. /cast Intervene
  48. /cast Defensive Stance
  49. END
  50. MACRO 16777225 "Shield Slam" INV_Misc_QuestionMark
  51. #showtooltip Shield Slam
  52. /equip Wrathful Gladiator's Handaxe
  53. /equip Wrathful Gladiator's Shield Wall
  54. /cast Shield Slam
  55. END
  56. MACRO 16777219 "Spellreflect" INV_Misc_QuestionMark
  57. #showtooltip Spell reflection
  58. /stopattack
  59. /equipslot 16 Wrathful Gladiator's Handaxe
  60. /equipslot 17 Wrathful Gladiator's Shield Wall
  61. /cast [stance:3] Battle Stance
  62. /cast Spell Reflection
  63. /startattack
  64. END
  65. MACRO 16777227 "Sword&Board" INV_Misc_QuestionMark
  66. /equipslot 16 ONEHANDERHERE
  67. /equipslot 17 SHIELDHERE
  68. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement