Bung Gnometastic Mar 26, 2019 #1 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? I got no clue and simply got this one from som1 else along the way Last edited: Mar 27, 2019
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? I got no clue and simply got this one from som1 else along the way
Nih Veteran Mar 26, 2019 #2 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?
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?
Bestworld MBA Mar 27, 2019 #5 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: Mar 27, 2019
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.