Advertisement
Guest User

macro

a guest
Aug 27th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. Since I'm an orc and legendary ring has 2 min cd, same with blood fury I have put them together. You can put any 2min trinket cd here also.
  2. /use Maalus, the Blood Drinker
  3. /cast Blood Fury
  4.  
  5. I don't play PvP, but have some macro's, blidn your focus target.
  6. /cast [target=focus] Blind
  7. Kick your focus target
  8. /cast [target=focus] Kick
  9.  
  10. My afk on trash macro, haven't used it ince ICC, but hey, still works, just need autoclicker :D
  11. /follow Inf
  12. /assist Inf
  13. /startattack
  14. /castsequence reset=10 Sinister Strike, Slice and Dice, Sinister Strike, Sinister Strike, Sinister Strike
  15.  
  16. I have socrethar mythic trinket and you have to manage the eruption and must trigger it earlier sometimes, therefore i have a cancelaura macro for the buff.
  17. /cancelaura Spirit Shift
  18.  
  19. SOme fights require to pick something up and use it via the extra action button, but I have made a macro for it, so I can use it asap.
  20. /click ExtraActionButton1
  21.  
  22. Since on some fights ull spec shadowstep and some fights ull use burst of speed. A nice macro which updates the tooltip automatically whatever you spec :)
  23. #showtooltip
  24. /cast Cloak and Dagger
  25. /cast Shadowstep
  26. /cast Burst of Speed
  27. /script m_c=GetSpellInfo(138106); m_ds=GetSpellInfo(36554); m_h=GetSpellInfo(108212)
  28. /run SetMacroSpell("talents", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
  29.  
  30. Focus use tricks of trade for misdirect, dont forget to focus the tank on the fight if you dont have to put anyone else.
  31. #showtooltip
  32. /cast [target=focus] Tricks of the Trade
  33.  
  34. For lazy subtletly, have to push it 2x times tho!
  35. #showtooltip
  36. /cast Vanish
  37. /cast Premeditation
  38.  
  39. For assassination all 2 min cd's mashed up.
  40. #showtooltip
  41. /cast Vendetta
  42. /cast Blood Fury
  43. /cast Shadow Reflection
  44. /cast Beating Heart of the Mountain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement