Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. **Throw Glaive on mouseover**
- #showtooltip Throw Glaive
- /cast [@mouseover, harm][@target, harm] Throw Glaive
- 2. **Insta meta stun at your location**.
- /cast [@player] metamorphosis
- 3. **Some cancel auras**.
- #showtooltip Immolation Aura
- /cancelaura Immolation Aura
- /cancelaura Bioelectric Charge
- /cancelaura Slice and Dice
- 4. **Focus kick and mouseover kick**.
- #showtooltip Disrupt
- /cast [@focus,exists][@mouseover] Disrupt
- 5. **Mouseover focus set up and skull mark on mouseover** (im using this with weakaura **Focus casting**).
- /focus [@mouseover,exists]
- /run if not GetRaidTargetIndex("focus") then SetRaidTarget("focus",8) end
- 6. **Mouseover one mark set up (skull)**.
- /script SetRaidTarget("mouseover",8)
- 7. **Knockback engi belt on mouseover**.
- /use [@mouseover, harm][@target, harm] 6
- 8. **DH taunt on mouseover**.
- #showtooltip Torment
- /cast [@mouseover, harm][@target, harm] Torment
- 9. **Meta on ur cursor**.
- #showtooltip Metamorphosis
- /cast [@cursor] Metamorphosis
- 10. **Chaos Strike on mouseover**.
- #showtooltip Chaos Strike
- /startattack
- /cast [@mouseover, harm][@target, harm] Chaos Strike
- 11. **Demon's Bite on mouseover** and **target**.
- #showtooltip Demon's Bite
- /startattack
- /cast [@mouseover, harm][@target, harm] Demon's Bite
- 12. **Consume Magic on mouseover**.
- #showtooltip Consume Magic
- /cast [@mouseover, harm][@target, harm] Consume Magic
- 13. **Imprison on mouseover**.
- #showtooltip Imprison
- /cast [@mouseover, harm][@target, harm] Imprison
- 14. **Netherwalk cancelaura**.
- /cancelaura Netherwalk
- 15. **Fel Eruption on focus unit**
- If u don't have focus unit then it'll be used on your mouseover unit instead.
- #showtooltip Fel Eruption
- /cast [@focus,exists][@mouseover] Fel Eruption
- 16 **Trinket Macro to not switching back to back trinket on action bars**
- /use 14
- 17. **Mouseover macro mark with skull, cross, star marks**.
- /run local r,u,T,t,m,a=SMRI,UnitExists,nil,"target","mouseover",{8,1,7}if not r or IsControlKeyDown()then r=1 end if u(m)then T=m elseif u(t)then T=t end if T then if GetRaidTargetIndex(T)~=a[r]then SetRaidTarget(T,a[r])end r=r%#a+1 end SMRI=r
- 18. **Engi CR on mouseover**
- #showtooltip Disposable Spectrophasic Reanimator
- /cast [@mouseover, help, dead, exists] Disposable Spectrophasic Reanimator
- 21. **Consume magic on mouseover**
- #showtooltip Consume Magic
- /cast [@mouseover, harm][@target, harm] Consume Magic
- 22. **Shadowstep on mouseover**.
- #showtooltip
- /cast [@mouseover,harm][@mouseover,help] [] Shadowstep
- 23. ** Grappling Hook cursor**.
- /cast [@cursor] Grappling Hook
- 24. **Tricks of the Trade on party leader**.
- #showtooltip Tricks of the Trade
- /cast [@party1] Tricks of the Trade
- But i usually use nickname tricks macro like this1 <https://gyazo.com/4ce84ed233367268f836a2f33fe1be59>
- /cast [@playername]Tricks of the Trade
- 25. **Blind on mouseover** and **target**.
- #showtooltip Blind
- /cast [@mouseover, harm][@target, harm] Blind
- 26. **Sinister Strike on mouseover** and **target**.
- #showtooltip Sinister Strike
- /startattack
- /cast [@mouseover, harm][@target, harm] Sinister Strike
- 27. **Shadow blades with some other spells**.
- #showtooltip Shadow Blades
- /cast Shadow Blades
- /cast Symbols of Death
- /cast Shadow Dance
- /cast Berserking(Racial)
- /use Potion of Spectral Agility
- 28. **Adrenaline Rush with some other spells**.
- #showtooltip Adrenaline Rush
- /cast Blood Fury(Racial)
- /cast Adrenaline Rush
- /use Potion of Spectral Agility
- /cast Berserking(Racial)
- 29. **MfD on mouseover** and **target**.
- #showtooltip Marked for Death
- /cast [@mouseover, harm][@target, harm] Marked for Death
- 30. **Guardian Incarn with some other spells**.
- #showtooltip
- /cast Incarnation: Guardian of Ursoc(Talent, Shapeshift
- /use Inscrutable Quantum Device
- /cast Berserking(Racial)
- 31. **Curse Dispell on mouseover**.
- #showtooltip Remove Corruption
- /cast [@mouseover, help, nodead] Remove Corruption
- 32. **Thrash and Ironfur one macro**.
- #showtooltip thrash
- /cast Thrash
- /cast Ironfur
- 33. **Moonfire on mouseover or target**.
- #showtooltip Moonfire
- /cast [@mouseover, harm][@target, harm] Moonfire
- 34. **Regrowth on mouseover or player**.
- #showtooltip Regrowth
- /cast [@mouseover, help, nodead][@mouseover,help][@player] Regrowth
- 35. **Rejuvenation on mouseover or player**.
- #showtooltip Rejuvenation
- /cast [@mouseover, help, nodead][@mouseover,help][@player] Rejuvenation
- 36. **Swiftmend on mouseover or player**.
- #showtooltip Swiftmend
- /cast [@mouseover, help, nodead][@mouseover,help][@player] Swiftmend
- 37. **Wild Growth on mouseover or player**.
- #showtooltip Wild Growth
- /cast [@mouseover, help, nodead][@mouseover,help][@player] Wild Growth
- 38. **Ursol's Vortex on cursor**.
- #showtooltip Ursol's Vortex
- /cast [@cursor] Ursol's Vortex
- 39. **Revive on mouseover**.
- #showtooltip Revive
- /cast [@mouseover,help]Revive
- 40. *Rebirth on mouseover**.
- #showtooltip Rebirth
- /cast [@mouseover,help]Rebirth;Rebirth
- 41. **Sunfire on mouseover or target**.
- #showtooltip Sunfire
- /cast [@mouseover, harm][@target, harm] Sunfire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement