Log in

View Full Version : [WoW] Automatically Accept Trades?



Deadpool
10-26-2020, 06:20 AM
Hey

Is there a way to Automatically accept trades from your toons when multiboxing, would make things so much easier.
I have to send the same item to 4 characters and limited to 1 trade action each time.

If no option to Automatically accept trades using EMA or other mods, can you tell me the way you do it which is easier than full manually switching between each window 1 at a time, clicking accept, going back to main, starting new trade to next character?

Edit: This is for WOW Classic. I also use ISBoxer Suite And Innerspace.

Thanks :)

Ikevink
10-26-2020, 07:17 AM
"NOTE: Due to some abusive addons in the past, Blizz completely protected the AcceptTrade() function from addons being able to run it, so AutoTrade is dead in the water. Just bind a key to a macro with /script AcceptTrade();"

Jabberie
10-26-2020, 08:33 AM
Hey

Is there a way to Automatically accept trades from your toons when multiboxing, would make things so much easier.
I have to send the same item to 4 characters and limited to 1 trade action each time.

If no option to Automatically accept trades using EMA or other mods, can you tell me the way you do it which is easier than full manually switching between each window 1 at a time, clicking accept, going back to main, starting new trade to next character?

Edit: This is for WOW Classic. I also use ISBoxer Suite And Innerspace.

Thanks :)


Just make an Accept All Macro



/script if(LFGDungeonReadyDialog:IsShown()) then LFGDungeonReadyDialogEnterDungeonButton:Click() end/click LFDRoleCheckPopupAcceptButton
/click ReadyCheckFrameYesButton
/click StaticPopup1Button1
/script AcceptTrade();

Pantao
10-26-2020, 10:50 AM
Just do a Broadcast for mouse and click accept (or the "are you sure" dialogue). It clicks on both toons trading.