Skip to content
Reetus edited this page Mar 10, 2026 · 81 revisions

ClassicAssist Macro Commands

Generated on 3/10/2026 3:07:34 AM
Version: 5.0.1+cb2bfafc8ca61e99043cebfbd4c89fcbe562551b

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)  

Clone this wiki locally