WSG Queuing Macro (Solo Queuing)

Lanky

meraki
A lot of people will already know this but this macro will queue you for warsong gulch. Basically, spam this at the end of loading screen to save the hassle of clicking to queue and to have a higher chance of getting into next game.

Specific Warsong Gulch queuing, have page like this:
yJvGHZH.jpg

Macro:
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton
/click HonorFrameSpecificFrameButton6
/click HonorFrameSoloQueueButton
 
Excellent macro. Glad someone finally posted it for those who might not know about it.
 
This ones a bit better. It'll leave the BG when the BG is finished, not before. Therefor, you can spam it to leave BG faster than anyone else, and queue up faster than anyone else. The position of your Queue UI doesn't matter either. :)

~yw

HTML:
/click WorldStateScoreFrameLeaveButton
/click PVEFrameTab2
/click PVPQueueFrameCategoryButton1
/click DropDownList1Button2
/click HonorFrameTypeDropDownButton
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton
 
Last edited by a moderator:
This ones a bit better. It'll leave the BG when the BG is finished, not before. Therefor, you can spam it to leave BG faster than anyone else, and queue up faster than anyone else. The position of your Queue UI doesn't matter either. :)

~yw

HTML:
/click WorldStateScoreFrameLeaveButton
/click PVEFrameTab2
/click PVPQueueFrameCategoryButton1
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton

ooh interesting, nice one!
 
People who leave BGs before the gates drop or after an enemy cap are pro because they know the outcome of the game before it's even over based solely on composition and the ability to predict the future of the gulch. Players with that much knowledge should be praised.
 
People who leave BGs before the gates drop or after an enemy cap are pro because they know the outcome of the game before it's even over based solely on composition and the ability to predict the future of the gulch. Players with that much knowledge should be praised.

That has nothing to do with this thread
 
People who leave BGs before the gates drop or after an enemy cap are pro because they know the outcome of the game before it's even over based solely on composition and the ability to predict the future of the gulch. Players with that much knowledge should be praised.

wrong thread metj?
 
People who leave BGs before the gates drop or after an enemy cap are pro because they know the outcome of the game before it's even over based solely on composition and the ability to predict the future of the gulch. Players with that much knowledge should be praised.

I have said this before. I know what the score will be before each and every game.

0-0 of coarse...

/cheers
 
This ones a bit better. It'll leave the BG when the BG is finished, not before. Therefor, you can spam it to leave BG faster than anyone else, and queue up faster than anyone else. The position of your Queue UI doesn't matter either. :)

~yw

HTML:
/click WorldStateScoreFrameLeaveButton
/click PVEFrameTab2
/click PVPQueueFrameCategoryButton1
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton

Would changing the last one "/click HonorFrameSoloQueueButton" to HonorFrameGroupQueueButton make it work for group queuing ?
 
The two macros posted don't work for me. They both queue me for random. I just logged in though. I'm guessing I have to manually open the frame and set to specific first? Eh, too much work.

My macro only requires one click to queue wsg. No initial setup required:

HTML:
/click HonorFrameTypeDropDownButton
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton
 
The two macros posted don't work for me. They both queue me for random. I just logged in though. I'm guessing I have to manually open the frame and set to specific first? Eh, too much work.

My macro only requires one click to queue wsg. No initial setup required:

HTML:
/click HonorFrameTypeDropDownButton
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton

could you combine it with the macro mvp posted to make it leave bgs when the scoreboard pops up? That'd be perfect
 
could you combine it with the macro mvp posted to make it leave bgs when the scoreboard pops up? That'd be perfect

This should work.

HTML:
/click WorldStateScoreFrameLeaveButton
/click HonorFrameTypeDropDownButton
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton
 
and actually, the first line should probably be a conditional so you don't get the prompt when you're queueing for the first time.

I'll have to test it later, but something like

HTML:
/run if GetBattlefieldWinner() ~= nil then LeaveBattlefield() end
/click HonorFrameTypeDropDownButton
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameSoloQueueButton
 
Updated my macro to function correctly. Thnx for the report Euyrs.
 

Users who are viewing this thread

Top