Trade pl PL - Reetus/ClassicAssist GitHub Wiki
Lista komend makr
Utworzono na 15.12.2024 03:30:41
Wersja: 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
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)