This macro is used by the following toon to do a wide variety of tasks. I’ve tried to put as many of the generic things in this macro as I can, without running into conflicts. So far it’s working as intended, although I haven’t had a chance to try out all the functions.
KitchenSink Macro (On) – Follower
/follow Overdraft /script AcceptGroup(); /script AcceptQuest(); /script RetrieveCorpse(); /script RepopMe(); /script ConfirmSummon(); /script AcceptProposal();
KitchenSink Macro (Off) – Follow
/script CancelDuel(); /script StaticPopup_Hide("PARTY_INVITE"); /script StaticPopup_Hide("QUEST_ACCEPT");
I ended up splitting this macro into two parts because it got too long. This one is a modified catchall macro I got from the Multiboxing macros post on WoWWiki. I took what they had and then started adding in everything else I could think of. This will most likely be weeded or split out later. This macro:
- This sets Stringtheory to follow Overdraft
- Accepts a Group invite
- Accepts a Quest
- Resurrects when close enough to a corpse
- Releases from a corpse into the graveyard that is my oft-time home
- Accepts a Summon
- Accepts a Random Dungeon invite
- Cancels a Duel invite
- Hides the Group Invite window
- Hide the Quest window
Instant Party (Just add mages!) – Leader
/invite Stringtheory /script SetLootMethod("freeforall", "Overdraft");
When I start up the accounts I hit this and then KitchenSink and I’m good to go. I’ll most likely add in things that set the Focus or whatnot, but for now I’m starting simple.
Leave a Reply