Trade pl PL - Reetus/ClassicAssist GitHub Wiki

Lista komend makr

Utworzono na 07.05.2025 14:43:33
Wersja: 4.5.4+dbfbbc8ea5b833a0bcd4d78267e45c252f45ed42
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)