| | #1 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 6,528
| This is the macro I use on my hunters to accept group, quest, trade, release corpse, click accept to rez. I also have a focus set macro in there as well. Code: /focus ihealhunters /script AcceptGroup(); /script AcceptQuest(); /script AcceptTrade(); /script RetrieveCorpse(); /script RepopMe(); |
| | |
| | #2 | |
| Senior Member | Quote:
Code: /script StaticPopup_Hide("PARTY_INVITE");
/script StaticPopup_Hide("QUEST_ACCEPT");
alternately, you can put that whole macro on one line as follows to save space in the macro: Code: /script AcceptGroup();AcceptQuest();AcceptTrade();RetrieveCorpse();RepopMe();ConfirmAcceptQuest();StaticPopup_Hide("PARTY_INVITE");StaticPopup_Hide("QUEST_ACCEPT");
Last edited by Catreina; 07-04-2009 at 11:01 AM. | |
| | |
| | #3 |
| Senior Member | When using the staticpopup it forces my characters to decline the invite unless it is put on the same broadcast key as the invite.
__________________ Currently Boxing a Warrior/Priest/Warlock - Level 70 |
| | |
| | #4 | |
| Senior Member | Quote:
Yeah, the actual macro should be Code: /focus <Insert Character Name Here>
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
/script StaticPopup_Hide("PARTY_INVITE");
/script StaticPopup_Hide("QUEST_ACCEPT");
| |
| | |
| | #5 |
| Junior Member Join Date: Jul 2009
Posts: 1
| |
| | |
| | #7 |
| Senior Member | i had to make it a dif macro which don't bug me So with that i just made the macro and had put it on a button that i just click when i get a chance no keybinds for it LOL i don't mind the window as it don't hurt me killing stuff
__________________ Multiboxer can defeat huge bosses, but when it comes to stairs, don't count on it. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dungeon Finder Group Accept & Teleport Macro | HaoleBoi | World of Warcraft - Macros, UIs, Mods, Addons | 6 | 01-08-2011 02:20 AM |
| Spam Filter - Must have for Blackrock Trade Chat | Lindline | World of Warcraft - Macros, UIs, Mods, Addons | 4 | 12-23-2009 07:08 AM |
| LFG - Role & Queue Accept Macros | ebony | World of Warcraft - Macros, UIs, Mods, Addons | 5 | 12-16-2009 10:37 AM |
| battleground Accept / Leave macro | Diablo Gamer | World of Warcraft - Macros, UIs, Mods, Addons | 10 | 08-11-2009 12:51 PM |
| Trade macro | JoLLeRuS | World of Warcraft - Macros, UIs, Mods, Addons | 3 | 07-13-2009 07:15 PM |