Trade - Reetus/ClassicAssist GitHub Wiki

ClassicAssist Macro Commands

Generated on 5/7/2025 2:43:33 PM
Version: 4.5.4+dbfbbc8ea5b833a0bcd4d78267e45c252f45ed42

Trade

TradeAccept

Method Signature:

Void TradeAccept()

Description:

Accepts the current trade window

Example:

TradeAccept()  

TradeClose

Method Signature:

Void TradeClose()

Description:

Closes the current trade window

Example:

TradeClose()  

TradeCurrency

Method Signature:

Void TradeCurrency(Int32, Int32)

Description:

Sets the gold and platinum in the trade window (for shards that support it)

Example:

TradeCurrency(60000, 1)  

TradeReject

Method Signature:

Void TradeReject()

Description:

Rejects (unticks) the current trade window

Example:

TradeReject()  

WaitForTradeWindow

Method Signature:

Boolean WaitForTradeWindow(Int32)

Parameters

  • timeout: Timeout specified in milliseconds. (Optional)

Description:

Waits the specified number of milliseconds for trade window action, -1 for infinite

Example:

WaitForTradeWindow(5000)