Advertisement
Brewingstorm

Multiboxing Beginner Macros

Mar 3rd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. Group Marking Macro
  2. /script SetRaidTargetIcon("Party1", 1)
  3. /script SetRaidTargetIcon("Party2", 2)
  4. /script SetRaidTargetIcon("Party3", 3)
  5. /script SetRaidTargetIcon("Party4", 4)
  6. /script SetRaidTargetIcon("Party5", 5)
  7. *This macro allows you to quickly mark all of your alts while you are group leader to easily see and manage them all. Replace "PartyX" With name of each character you want to mark.
  8.  
  9. Auto respond
  10. /script AcceptGroup();
  11. /script AcceptQuest();
  12. /script AcceptTrade();
  13. /script RetrieveCorpse();
  14. /script RepopMe();
  15. *This macro allows you to accept all group invites, quests, trades, allows you to ress at your corpse, and to accept a ress cast by another player. This is very effective in reducing the amount of time you spend on alt characters.
  16.  
  17. Follow/Assist Macro
  18. /follow Solarstorm
  19. /assist Solarstorm
  20. *This allows you to follow and assist your main character from your alt. Use this whenever you think your alt may have gotten stuck, dropped target, gotten turned around, or just to ensure you are attacking the correct target. Replace "Solarstorm" with the name of your main character.
  21.  
  22. Basic Attack Macro Template
  23. /follow Solarstorm
  24. /assist Solarstorm
  25. /cast Moonfire
  26. *This allows you to ensure you are always following your main character, assisting your main character, and continuing with your DPS rotation. Replace Solarstorm with your main characters name, and replace Moonfire with your ability. Make this macro for EVERY ability you have.
  27.  
  28. Basic Heal Macro Template
  29. /follow Solarstorm
  30. /assist Solarstorm
  31. /cast Healing Touch
  32. *This allows you to keep your characters healed when needed. You will always heal the same target as the main character, as well as continuing to follow the main character as well. Use this for all Healing spells.
  33.  
  34. Dispel Macros
  35. /follow Solarstorm
  36. /target Desawenyx
  37. /cast Remove Corruption
  38. *This macro follows the main character, targets the healer, and dispels the healer. This should only be used by one of your secondary characters.
  39.  
  40. /follow Solarstorm
  41. /target Solarstorm
  42. /cast Remove Corruption
  43. *This macro follows the main character, targets the main character, and dispels the main character. This should only be used by one of your secondary characters.
  44.  
  45. /cast [@mouseover,nodead,noharm][nodead,noharm][] Polymorph
  46. *This macro should only be used by the main character. It is a mouseover macro for dispelling which priotizes dispelling your mouseover target. If you have no one moused over, it will dispel your target if it is friendly. If you do not have any non enemy moused over, no friendly target targeted, it will cast dispel on yourself.
  47. **All of these abilities should be keybound to different buttons, and used appropriately. If the healer needs dispelled, use the first, if the main character needs dispelled, used the second. If an alt character or tank needs dispelled, use the third.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement