Queue macro

Bung

Gnometastic
I used this or a similar macro in mop to insta leave and reque wsg specific. This one doesn't work anymore so I was wondering if anyone out there can help me make/fix a new one?
l2SE25W.png

I got no clue and simply got this one from som1 else along the way
 
Last edited:
Off topic but i saw some line about button,

Do anybody know a macro or what to write in order to click "trade" on the trade window?
 
Use this:

Code:
/click WorldStateScoreFrameLeaveButton
/click StaticPopup1Button1
/run TogglePVPUI()
/click HonorFrameTypeDropDownButton
/click DropDownList1Button2
/click HonorFrameSpecificFrameButton1
/click HonorFrameQueueButton
/click PVEFrameCloseButton

A good tip is to use /fstack in-game to toggle dev mode on/off and mouse over the different elements for the name. Makes for easy scripting.

Tested the queue part, and that works just fine. Don't know about the leave BG yet.

*I might edit this posts macro if I find something is not working or refining it etc.
 
Last edited:

Users who are viewing this thread

Top