Trade ko KR - Reetus/ClassicAssist GitHub Wiki

ν΄λž˜μ‹μ–΄μ‹œμŠ€νŠΈ 맀크둜 λͺ…λ Ήμ–΄

μƒμ„±λœ 2024-12-15 μ˜€μ „ 3:30:41
버전: 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
Translated by Mark Hunt & Andy H.

무역

TradeAccept

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Void TradeAccept()

μ„€λͺ…:

Accepts the current trade window

μ˜ˆμ‹œ:

TradeAccept()  

TradeClose

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Void TradeClose()

μ„€λͺ…:

Closes the current trade window

μ˜ˆμ‹œ:

TradeClose()  

TradeCurrency

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Void TradeCurrency(Int32, Int32)

μ„€λͺ…:

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

μ˜ˆμ‹œ:

TradeCurrency(60000, 1)  

TradeReject

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Void TradeReject()

μ„€λͺ…:

Rejects (unticks) the current trade window

μ˜ˆμ‹œ:

TradeReject()  

WaitForTradeWindow

λ©”μ„œλ“œ μ‹œκ·Έλ‹ˆμ²˜:

Boolean WaitForTradeWindow(Int32)

νŒŒλΌλ―Έν„°

  • timeout: milliseconds μ§€μ •λœ μ‹œκ°„μ΄ˆκ³Όλ¨. (μ˜΅μ…˜)

μ„€λͺ…:

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

μ˜ˆμ‹œ:

WaitForTradeWindow(5000)