By the way after a BG is over you can use /afk to get out and it will not give you the deserter debuff. I do this all the time so i dont have to click x10.
By the way after a BG is over you can use /afk to get out and it will not give you the deserter debuff. I do this all the time so i dont have to click x10.
Prot Paladin, tank/resto Druid, 2xResto Shaman, 3xElemental Shaman, Balance Druid, Shadow Priest, Arcane Mage PVE
10x shamans PVP
The AcceptBattlefieldPort(1,1), the first 1 here is the index, it is a list of BGs you are qued for.
IE
If you are qued for WSG (1), AV (2), and Strand (3), and they all pop at one time.
AcceptBattlefieldPort(1,1) Will take the WSG que.
AcceptBattlefieldPort(2,1) Will take the AV que.
AcceptBattlefieldPort(3,1) Will take the Strand que.
So the first number in parenthesis will tell the client (game) which que and the second number will tell it what to do (1 is enter, 0/nil is leave)
(Servers are down, so i can't test this), but
Should yank you OUT of the battleground. Caution: it will pull you out regardless if the BG is done, so if you leave before, it will probably give you deserter./run
AcceptBattlefieldPort(1,0);
AcceptBattlefieldPort(2,0);
AcceptBattlefieldPort(3,0);
AcceptBattlefieldPort(4,0);
AcceptBattlefieldPort(5,0);
AcceptBattlefieldPort(6,0);
Taken from:
http://www.wowwiki.com/API_AcceptBattlefieldPort
Arguments
index Numeric - The battlefield in queue to enter.
accept Boolean - Whether or not to accept entry to the battlefield.
Details
Passing 0 or nil as an accept argument will cause you to leave the queue for the battlefield, if you are inside a battlefield you will leave it regardless if it's ended or not.
Is one of these command for wintergrasp? i find that When i click on each toon for wintergrasp a few get ported back out, even though I do the clicking fast. pain!
Currently 5 Boxing 5 Protection Paladins on Whisperwind Alliance
The Power of Five!!! ( short video )
idk what is going wrong with this but i copyed just like it was and al it will do is put
AcceptBattlefieldPort(1,1);
AcceptBattlefieldPort(2,1);
AcceptBattlefieldPort(3,1);
AcceptBattlefieldPort(4,1);
AcceptBattlefieldPort(5,1);
AcceptBattlefieldPort(6,1);
in /say
and this is waht the macro looks like in wow
/run
AcceptBattlefieldPort(1,1);
AcceptBattlefieldPort(2,1);
AcceptBattlefieldPort(3,1);
AcceptBattlefieldPort(4,1);
AcceptBattlefieldPort(5,1);
AcceptBattlefieldPort(6,1);
People try to get too fancy. The basic idea is:
/script AcceptBattlefieldPort(1,1)
That is all you need to accept "Join Battleground?" when it pops up. People use /run to make it shorter than /script. People try to add more accepts (if you queued for multiple BG's). I just join one BG at a time, so I just use the one accept part. A new item I LOVE is:
/click StaticPopup1Button1
It works for WG starting. It works for almost everything that pops up a click button box. I stole it from a rogue poison macro that someone made. I put it in my accept all macro and love it.
This is the first time I've seen this /click command, TYVM I am now going to put this in my accept button also. Sick of having to click each screen when resetting my Hearthstones to different cities all the time. Not all accounts can get to Dalaran yet, and haven't ported them to Shat either. But this command will definitely come in handy
Connect With Us