as the title says.. would like a command to take all 5 guys outa q at once? any ideas?
Printable View
as the title says.. would like a command to take all 5 guys outa q at once? any ideas?
/afk probably does it ;)
nope
Try this. It will leave the AV queue for any toons that are still queued or have had their queue pop. It will do nothing if they are inside AV (the API does leaving a BG and dropping queue with same function).
NOTE: I haven't run this to confirm it works, but it should be close to something that does.
PHP Code:
/script
for i=1,MAX_BATTLEFIELD_QUEUES do
local s,n=GetBattlefieldStatus(i)
if (n=="Alterac Valley") and (s=="queued" or s=="confirm") then
AcceptBattlefieldPort(i,0)
break
end
end
l.. i put that in a macro.. and it just spewed it out near the BG guy.. so now more people think im a bot thats messing up:) i take it that wasn't just a macro?
Put it all on one line
PHP Code:
/script for i=1,MAX_BATTLEFIELD_QUEUES do local s,n=GetBattlefieldStatus(i) if (n=="Alterac Valley") and (s=="queued" or s=="confirm") then AcceptBattlefieldPort(i,0) break end end
ahh will try that thanks
ahh thanks mudd that works great:) pops up the confirm box on each window.. which is easier than right clicking on each toons little icon.. any way to accept on all? or just click around?
main reason i want this is that if i need to leave a Q and its near time.. 1 guy will end up getting accepted into a game and sspvp pops him there... so i have to wait while one guys av's and the rest whack it.. thanks:)
I use an addon called critandrun . Just type /unq.
I used it to q up my team out of a party. wsg q's as a 5 person party were taking 30mins at the time where as a single character q was <1min.
Preform AV Enabler
If ur the party or raid leader, just go to the BM, pop the window and open Preform AV Enabler. Then Q up. When the box appears asking to join, just click on join with ut leader, and everyone else, on the party or raid, with the addon installed will join the battleground.
Yes, it also takes out the queue of all ppl with the addon :)
You don't get leader with preform AV enabler which has resulted in quite some annoying AV's because my 4 shamans were in different groups, just like the other people i joined with.Quote:
Originally Posted by 'merujo',index.php?page=Thread&postID=114011#post1 14011
If i'm with 5 i would never join with preform AV enabler.
I'll clarify this to you. The reason why i use AV enabler for any battleground, is not because i will join with the addon directly. I will Q normally, just like a party for AV with my 5 shaman, or a raid, for any other battleground, and then, when the popup box appears i will then use AV enabler, to click join, wich will make all the chars with AV enabler installed, enter. What is this for? instead of clicking on all screens to enter the battle, or click all screens to leave the Q ill just use the addon.Quote:
Originally Posted by 'Imbest',index.php?page=Thread&postID=114227#post1 14227
Thats it. Im Q'ing normally, i just use the addon to join with all chars on 1 click.
If u join AV with 30 ppl at the same time, the addon is going to try to make everybody join the same av, one by one. Thats why u dont get raid leader. :)
i use preform av enabler too and it's very nice for multiboxing, you can join or leave battlegrounds or queues with all of your charakters with 1 click on the leaders addon frame :D