Close
Showing results 1 to 10 of 18

Hybrid View

  1. #1

    Default

    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

  2. #2

    Default

    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

    /run
    AcceptBattlefieldPort(1,0);
    AcceptBattlefieldPort(2,0);
    AcceptBattlefieldPort(3,0);
    AcceptBattlefieldPort(4,0);
    AcceptBattlefieldPort(5,0);
    AcceptBattlefieldPort(6,0);
    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.

    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.

  3. #3

    Default

    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 )

  4. #4

    Default

    Quote Originally Posted by Lyonheart View Post
    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!

    I have no idea if it is for WG or not, with the que system, I would assume it would be.

  5. #5

    Default i still cant get this to work

    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);

  6. #6

    Default

    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.

  7. #7

    Default

    Quote Originally Posted by ElectronDF View Post
    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

  8. #8

    Default

    Quote Originally Posted by ElectronDF View Post
    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.
    You just made things so much easier, not just joining battle grounds, very nice find and thank you for sharing!

Posting Rules

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