View Full Version : typable command to leave av q?
Icetech
08-29-2008, 07:28 PM
as the title says.. would like a command to take all 5 guys outa q at once? any ideas?
Icetech
08-29-2008, 07:46 PM
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.
/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
Icetech
08-29-2008, 10:18 PM
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
/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
Icetech
08-30-2008, 10:12 AM
ahh will try that thanks
Icetech
08-30-2008, 12:33 PM
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:)
twobztwop
08-30-2008, 04:31 PM
I use an addon called critandrun ('http://www.curse.com/downloads/details/12405/') . 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.
merujo
09-01-2008, 07:10 AM
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 :)
Littleburst
09-01-2008, 06:03 PM
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.
If i'm with 5 i would never join with preform AV enabler.
merujo
09-02-2008, 04:58 AM
You don't get leader 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.
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. :)
Extreme
09-02-2008, 10:39 AM
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
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.