Log in

View Full Version : Queue BG/AV Macro.



Ryoolol
05-08-2010, 09:32 PM
I'm in desperate need of a new macro to queue for a battleground now.
What's important is that it queues for the player, not the party.

Before the BG changes I was queueing AV with 10 shamans using this macro on each one:

/script JoinBattlefield(0)
and it was working well.

After the patch, this macro is no longer working. I assume Blizzard have a replacement, but I have been unable to find it.
I have considered using an addon my friend uses and queueing using a macro for that, but I'd rather not throw in more addons.


Any help would be appreciated.
Ryoo.

Siaea
05-08-2010, 11:58 PM
/script AcceptBattlefieldPort(1,1)
/click StaticPopup1Button1
/script AcceptTrade()


Is my battleground port button, trade button, and whatever "Ok/Cancel" button I need to say yes to.