Close
Showing results 1 to 4 of 4
  1. #1

    Default Automatically Accept Trades?

    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
    Last edited by Deadpool : 10-26-2020 at 06:23 AM

  2. #2

    Default

    "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();"

  3. #3

    Default

    Quote Originally Posted by Deadpool View Post
    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

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

  4. #4

    Default

    Just do a Broadcast for mouse and click accept (or the "are you sure" dialogue). It clicks on both toons trading.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •