Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14
  1. #1

    Default Wintergrasp Accept Que

    Hey guys. I was trying to create a macro to accept all of the confirmation boxes when Wintergrasp battles are about to begin. I use the one below for BGs, but it doesn't work for WG.

    /script AcceptBattlefieldPort(1,1)

    Any ideas what can be done to get one like this to work with WG?

    Thanks!

  2. #2

    Default

    I thought that the script you posted was no longer functional for all BGs. I thought they made it protected a few patches ago.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  3. #3

    Default

    Actually it still works....I use it all the time almost every day.

  4. #4

    Default

    Cool It must have just been the addons that auto accepted, but you can still push a macro to accept.
    Last edited by Owltoid : 08-14-2010 at 09:31 AM
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  5. #5

    Default

    Try one of those scripts that tells you the name of the button your mouse is pointing at next time you are about to enter WG.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  6. #6

    Default

    hm...very interesting idea. I'll give it a shot and post my results. Good tip!!

  7. #7

    Default

    This should do it:
    /click StaticPopup1Button1

    -Oath

  8. #8

    Default

    There we go.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  9. #9

    Default

    Confirmed! Oath, thank you very much! You saved me many hours of trial and error!

    <3

  10. #10

    Default

    If you wanna know what a button name is, copy the following and put it into a macro / keybinding:
    /run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end

    Mouse-over the button and hit your keybinding and it will tell you the name of the button in your chat window.

    This and other macro goodies, can be found here:
    http://www.dual-boxing.com/wiki/inde...ro:Using_Click

    -Oath

Posting Rules

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