Advertisement
Steakbomb

Feral Macros

Apr 11th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Kick Macro(change /6 to pppwarr channel number)
  2.  
  3. #showtooltip Skull Bash
  4. /cast [@focus,exists] Skull Bash; Skull Bash
  5. /6 ---Kicked---
  6.  
  7.  
  8. Rake (turns off Autoattack in Stealth)
  9.  
  10. /cast Rake
  11. /stopAttack [stealth]
  12.  
  13.  
  14. TF/Incarnation/Berserk/NV/Trinket(If Troll add /cast Berserking to the end)
  15.  
  16. #showtooltip Incarnation: King of the Jungle
  17. /cast Incarnation: King of the Jungle
  18. /cast Tiger's Fury
  19. /cast Berserk
  20. /cast Nature's Vigil
  21. /use 13
  22.  
  23.  
  24. Powershift(All Forms) Breaks snares/slows
  25.  
  26. #showtooltip
  27. /cancelform [nostance:0,mod:shift]
  28. /stopmacro [mod:shift]
  29. /cast [stance:1] !Bear Form
  30. /cast [stance:2] !Cat Form
  31. /cast [stance:3] !Travel Form
  32.  
  33.  
  34. BloodTalons Healing Touch(turns off auto-unshift) Self Heal
  35.  
  36. #showtooltip
  37. /run if InCombatLockdown() then SetCVar("autounshift",0) end
  38. /use [@player][]Healing Touch
  39. /console autounshift 1
  40.  
  41. BloodTalons HT Target of Target Heal(Use if specced DoC)
  42.  
  43. #showtooltip
  44. /run if InCombatLockdown() then SetCVar("autounshift",0) end
  45. /cast [target=targettarget,help][] Healing Touch
  46. /console autounshift 1
  47.  
  48. Tiger's Fury/NV/Trinket
  49.  
  50. #showtooltip Tiger's Fury
  51. /cast Tiger's Fury
  52. /use 13
  53. /cast Nature's Vigil
  54.  
  55.  
  56. Tranquility(change /4 to healing pppheals channel number)
  57.  
  58. #showtooltip Tranquility
  59. /cast Tranquility
  60. /4 ---Tranquility Activated---
  61. /raid ---Tranquility Activated---
  62. /in 7 /4 ---Tranquility Over---
  63. /in 7 /raid ---Tranquility Over---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement