Log in

View Full Version : More inclusive "Accept All" macro needed!



Akoko
08-20-2008, 12:15 AM
Hey, I'm currently using

/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
/script ConfirmAcceptQuest();
/script StaticPopup_Hide("PARTY_INVITE");
/script StaticPopup_Hide("QUEST_ACCEPT")


for my accept all macro. Has anyone figured out a way to make it also accept Battleground/arena queues, and resurrect-at-body? i.e. when someone revives a character this releases my spirit instead of taking the rez.

Anozireth
08-20-2008, 01:02 AM
This will accept your BG and arena queue, provided you are only queued for one. If you queue for more than one, it may or may not work.

/script AcceptBattlefieldPort(1, 1);

As for the rez accept, I just use a UI mod that auto-accepts it. The only caveat with that is that you have to be careful rezzing near a patrol or other unsafe area, because your toon will rez the instant the spell finishes casting.

Golle
08-24-2008, 04:29 PM
try adding:

/script AcceptResurrect()

Not tested though.