Close
Showing results 1 to 10 of 18

Hybrid View

bibice Macro to enter and exit... 08-22-2009, 12:16 AM
Clovis I'd love to know this as well... 08-22-2009, 12:46 AM
Bettysue /script... 08-22-2009, 03:11 AM
lans83 /run ... 08-22-2009, 03:43 AM
Siaea Just tagging this so I can... 08-22-2009, 09:20 AM
MarkHR Is it safe to assume that... 09-06-2009, 07:46 AM
Lyonheart I just tried to enter WSG... 09-06-2009, 12:54 PM
lans83 That's because the commands... 09-08-2009, 06:33 AM
Smoooth By the way after a BG is over... 09-08-2009, 12:19 PM
Svpernova09 The... 09-08-2009, 12:32 PM
Lyonheart Is one of these command for... 09-08-2009, 02:35 PM
Svpernova09 I have no idea if it is for... 09-08-2009, 03:23 PM
lokka\'s i still cant get this to work 09-09-2009, 07:05 AM
ElectronDF People try to get too fancy.... 09-09-2009, 09:26 AM
lans83 This is the first time I've... 09-09-2009, 09:08 PM
Ess You just made things so much... 09-10-2009, 01:22 PM
Multibocks If you guys would try... 09-09-2009, 10:09 PM
Ualaa In another thread with the... 09-10-2009, 02:03 PM
  1. #1

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

  2. #2

    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.

  3. #3

    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

  4. #4

    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
  •