View Full Version : Wintergrasp Accept Que
pbrigido
08-13-2010, 08:33 PM
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!
Owltoid
08-13-2010, 08:38 PM
I thought that the script you posted was no longer functional for all BGs. I thought they made it protected a few patches ago.
pbrigido
08-13-2010, 09:59 PM
Actually it still works....I use it all the time almost every day.
Owltoid
08-13-2010, 10:52 PM
Cool :) It must have just been the addons that auto accepted, but you can still push a macro to accept.
Maxion
08-14-2010, 02:53 PM
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.
pbrigido
08-14-2010, 10:01 PM
hm...very interesting idea. I'll give it a shot and post my results. Good tip!!
Oathbreaker
08-15-2010, 04:49 PM
This should do it:
/click StaticPopup1Button1
-Oath
Maxion
08-15-2010, 05:48 PM
There we go.
pbrigido
08-15-2010, 09:29 PM
Confirmed! Oath, thank you very much! You saved me many hours of trial and error!
<3
Oathbreaker
08-16-2010, 06:32 AM
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/index.php/Macro:Using_Click
-Oath
Khatovar
08-16-2010, 06:41 AM
You can also use /framestack
Owltoid
08-16-2010, 10:04 AM
This should do it:
/click StaticPopup1Button1
-Oath
My subscriptions have expired (probably not resubbing until 4.0) so I can't test it, but does this command work for BGs also?
Siaea
08-16-2010, 10:13 AM
Yes, I believe it does. My "all in one" button is (in faux code 'cause i'm at work)
/accept battlefield port
/click button1 (the "OK" button)
/accept trade
/release corpse
/retrieve corpse
Oathbreaker
08-16-2010, 12:48 PM
/click StaticPopup1Button1
/script AcceptGroup()
/script AcceptQuest()
/script AcceptTrade()
/script RetrieveCorpse()
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.