Trade cs CZ - Reetus/ClassicAssist GitHub Wiki

Seznam příkazů ClassicAssist

Generováno na 16.08.2026 2:17:28
Verze: 5.0.5+5852c74137fdcbe6c5d9c398da781fe3b59d85ac
PoodyCZ(Dorchaide)

Obchod

TradeAccept

Podpis metody:

Void TradeAccept()

Popis:

Accepts the current trade window

Příklad:

TradeAccept()  

TradeClose

Podpis metody:

Void TradeClose()

Popis:

Closes the current trade window

Příklad:

TradeClose()  

TradeCurrency

Podpis metody:

Void TradeCurrency(Int32, Int32)

Popis:

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

Příklad:

TradeCurrency(60000, 1)  

TradeReject

Podpis metody:

Void TradeReject()

Popis:

Rejects (unticks) the current trade window

Příklad:

TradeReject()  

WaitForTradeWindow

Podpis metody:

Boolean WaitForTradeWindow(Int32)

Parametry

  • timeout: Časový limit v milisekundách. (Volitelný)

Popis:

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

Příklad:

WaitForTradeWindow(5000)