Advertisement
myspacemax

Macros Feral

Sep 28th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. move target from target:
  2. /run local f=TargetFrameToT f:RegisterForDrag("LeftButton") f:SetScript("OnDragStart", f.StartMoving) f:SetScript("OnDragStop", f.StopMovingOrSizing)
  3.  
  4. hide dragons script:
  5. /run MainMenuBarLeftEndCap:Hide();MainMenuBarRightEndCap:Hide();UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
  6.  
  7. #showtooltip Wild Charge
  8. /cast [target=Focus] Wild Charge(Talent)
  9.  
  10. #showtooltip Cyclone
  11. /cast [target=Focus] Cyclone
  12.  
  13. #showtooltip Remove Corruption
  14. /cast [target=Party1]Remove Corruption
  15.  
  16. /use Berserk
  17. /use Tiger's Fury
  18. /use Fierce Combatant's Badge of Conquest
  19.  
  20. #showtooltip Thorns
  21. /cast [target=Party1]Thorns
  22.  
  23. /cancelform
  24. /cast [target=Party1]Wild Charge
  25.  
  26. #showtooltip Regrowth
  27. /cast [target=Party1]Regrowth
  28.  
  29. #showtooltip Maim
  30. /cast [target=Focus] Maim
  31.  
  32. #showtooltip Skull Bash
  33. /cast [target=Focus] Skull Bash
  34.  
  35. #showtooltip Prowl
  36. /cast !Prowl
  37. /stopattack
  38.  
  39. #showtooltip Mighty Bash
  40. /cast [target=Focus] Mighty Bash
  41.  
  42. #showtooltip Conjured Mana Bun
  43. /use Conjured Mana Bun
  44. /use Thrice-Baked Ammen Loaf
  45. /cast Stealth
  46. /use Prowl
  47. /cleartarget
  48.  
  49. #showtooltip Rake
  50. /cleartarget
  51. /console targetNearestDistance 10,000000
  52. /targetenemy [noharm][dead]
  53. /console targetNearestDistance 41.000000
  54. /cast [harm,nodead] Rake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement