Trade pl PL - Reetus/ClassicAssist GitHub Wiki
Lista komend makr
Utworzono na 16.08.2026 02:17:28
Wersja: 5.0.5+5852c74137fdcbe6c5d9c398da781fe3b59d85ac
Aru (ŁCh)
Handel
TradeAccept
Sygnatura metody:
Void TradeAccept()
Opis:
Accepts the current trade window
Przykład:
TradeAccept()
TradeClose
Sygnatura metody:
Void TradeClose()
Opis:
Closes the current trade window
Przykład:
TradeClose()
TradeCurrency
Sygnatura metody:
Void TradeCurrency(Int32, Int32)
Opis:
Sets the gold and platinum in the trade window (for shards that support it)
Przykład:
TradeCurrency(60000, 1)
TradeReject
Sygnatura metody:
Void TradeReject()
Opis:
Rejects (unticks) the current trade window
Przykład:
TradeReject()
WaitForTradeWindow
Sygnatura metody:
Boolean WaitForTradeWindow(Int32)
Parametry
- timeout: Timeout w milisekundach. (Opcjonalny)
Opis:
Waits the specified number of milliseconds for trade window action, -1 for infinite
Przykład:
WaitForTradeWindow(5000)