Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 13

Hybrid View

  1. #1

    Default typable command to leave av q?

    as the title says.. would like a command to take all 5 guys outa q at once? any ideas?
    Vantek, Vantol, Vantal, Vantol, Vantel.. yeah.. no Vantil.... bite me, im a moron...

    5X70 shamen.. Dark Iron Horde US, AKA the worst server on earth...

  2. #2

    Default

    /afk probably does it

  3. #3

    Default

    nope
    Vantek, Vantol, Vantal, Vantol, Vantel.. yeah.. no Vantil.... bite me, im a moron...

    5X70 shamen.. Dark Iron Horde US, AKA the worst server on earth...

  4. #4

    Default

    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 
    [align=center]The Muddlocks™
    .: Muddwhite | Muddblack | Muddred | Muddgreen | Muddblue :.
    Team Mudd™
    .: Muddmedic| Muddlock| Muddlick| Muddlack| Muddluck:.
    [/align]

  5. #5

    Default

    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?
    Vantek, Vantol, Vantal, Vantol, Vantel.. yeah.. no Vantil.... bite me, im a moron...

    5X70 shamen.. Dark Iron Horde US, AKA the worst server on earth...

  6. #6

    Default

    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 
    [align=center]The Muddlocks™
    .: Muddwhite | Muddblack | Muddred | Muddgreen | Muddblue :.
    Team Mudd™
    .: Muddmedic| Muddlock| Muddlick| Muddlack| Muddluck:.
    [/align]

  7. #7

    Default

    ahh will try that thanks
    Vantek, Vantol, Vantal, Vantol, Vantel.. yeah.. no Vantil.... bite me, im a moron...

    5X70 shamen.. Dark Iron Horde US, AKA the worst server on earth...

  8. #8

    Default

    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
    Vantek, Vantol, Vantal, Vantol, Vantel.. yeah.. no Vantil.... bite me, im a moron...

    5X70 shamen.. Dark Iron Horde US, AKA the worst server on earth...

  9. #9

    Default

    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.
    US-Gurubashi-Horde
    5x Shaman 70:
    Gardena, Torrance, Lomita, Redondo, Lakewood
    4x Locks 60: Chilaquiles, Chongos, Chimichangas, Chicharonnes (RAF)
    4x Hunters 60: Burritos, Enchiritos, Flautas, Tostados (RAF)
    me:
    myspace

  10. #10

    Default

    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

    Konnichiwa @ Grim Batol [EU][PvP]
    www.5konnichiwa.blogspot.com

Similar Threads

  1. Replies: 4
    Last Post: 04-14-2009, 02:20 PM
  2. Which tradeskill to leave out?
    By Tonyx in forum General WoW Discussion
    Replies: 12
    Last Post: 03-10-2009, 01:06 AM
  3. When to leave SM for strat?
    By Chabs in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 12-15-2008, 09:31 PM
  4. I have the "You suck @ BG, leave so 5 seperate players can join!" blues...
    By hotdogsrgross in forum General WoW Discussion
    Replies: 40
    Last Post: 11-12-2008, 03:42 AM
  5. Replies: 1
    Last Post: 11-16-2007, 10:25 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •