Agents ko KR - Reetus/ClassicAssist GitHub Wiki
ν΄λμμ΄μμ€νΈ 맀ν¬λ‘ λͺ λ Ήμ΄
μμ±λ 2024-12-15 μ€μ 3:30:41
λ²μ : 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
Translated by Mark Hunt & Andy H.
μμ΄μ νΈ
Autoloot
λ©μλ μκ·Έλμ²:
Void Autoloot(System.Object)
νλΌλ―Έν°
- obj: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄.
μ€λͺ :
Causes autoloot to check a particular container, even when not enabled, and bypassing the corpse type check
μμ:
Autoloot("found")
Autolooting
λ©μλ μκ·Έλμ²:
Boolean Autolooting()
μ€λͺ :
Returns True if currently checking corpse / autolooting items.
μμ:
if Autolooting():
ClearTrapPouch
λ©μλ μκ·Έλμ²:
Void ClearTrapPouch()
μ€λͺ :
Clears the items in the trap pouch agent...
μμ:
ClearTrapPouch()
Counter
λ©μλ μκ·Έλμ²:
Int32 Counter(System.String)
νλΌλ―Έν°
- name: μμ΄μ νΈ νλͺ© μ΄λ¦.
μ€λͺ :
**μ£Όμ΄μ§ μΉ΄μ΄ν° μμ΄μ νΈμ μλ₯Ό λ°νν©λλ€. **
μμ:
Counter("bm")
Dress
λ©μλ μκ·Έλμ²:
Void Dress(System.String)
νλΌλ―Έν°
- name: μμ΄μ νΈ νλͺ© μ΄λ¦. (μ΅μ )
μ€λͺ :
νΉμ λ λλ μ€ μμ΄μ νΈμ λͺ¨λ μμ΄ν μ μ μ΅λλ€.
μμ:
Dress("Dress-1")
DressConfig
λ©μλ μκ·Έλμ²:
Void DressConfig()
μ€λͺ :
μ₯μ°©λ λͺ¨λ μμ΄ν μ κ²μμ’ λ£μ μ§μλμ§ μλ μμ λͺ©λ‘μ μΆκ°
μμ:
DressConfig()
Dressing
λ©μλ μκ·Έλμ²:
Boolean Dressing()
μ€λͺ :
λλ μ€ μμ΄μ νΈ μ₯λΉμ₯μ°© μ 무μ μκ΄ μμ΄ μλν©λλ€.
μμ:
if Dressing():
Organizer
λ©μλ μκ·Έλμ²:
Void Organizer(System.String, System.Object, System.Object)
νλΌλ―Έν°
- name: μμ΄μ νΈ νλͺ© μ΄λ¦.
- sourcecontainer: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄. (μ΅μ )
- destinationcontainer: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄. (μ΅μ )
μ€λͺ :
μ€κ±°λμ΄μ μμ΄μ νΈλ₯Ό μ€νν©λλ€.
μμ:
Organizer("Organizer-1")
Organizing
λ©μλ μκ·Έλμ²:
Boolean Organizing()
μ€λͺ :
μ€κ±°λμ΄μ μμ΄μ νΈκ° μλ μ¬λΆμ μκ΄ μμ΄ μλν©λλ€.
μμ:
if Organizing():
SetAutolootContainer
λ©μλ μκ·Έλμ²:
Void SetAutolootContainer(System.Object)
νλΌλ―Έν°
- obj: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄.
μ€λͺ :
Autoloot μμ΄μ νΈκ° λμμ λ£μ 컨ν μ΄λλ₯Ό μ§μ ν©λλ€.
μμ:
SetAutolootContainer("backpack")
SetOrganizerContainers
λ©μλ μκ·Έλμ²:
Void SetOrganizerContainers(System.String, System.Object, System.Object)
νλΌλ―Έν°
- entryname: μμ΄μ νΈ νλͺ© μ΄λ¦.
- sourcecontainer: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄. (μ΅μ )
- destinationcontainer: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄. (μ΅μ )
μ€λͺ :
μ§μ λ μ€κ±°λμ΄μ μ΄λ¦μ μμ€ λ° λμ μ€μ
μμ:
SetOrganizerContainers("Organizer-1", "backpack", "bank")
SetScavenger
λ©μλ μκ·Έλμ²:
Void SetScavenger(System.String)
νλΌλ―Έν°
- onoff: "on" or "off". (μ΅μ )
μ€λͺ :
Enable/Disable/Toggle the Scavenger agent
μμ:
SetScavenger("off")
SetTrapPouch
λ©μλ μκ·Έλμ²:
Void SetTrapPouch(System.Object)
νλΌλ―Έν°
- obj: μ μ λλ 16μ§μ νμμ μ€μ μ리μΌ, λλ "self"μ κ°μ μ΄λ¦ λ¬Έμμ΄.
μ€λͺ :
Adds the specified item to the trap pouch agent item list...
μμ:
ClearTrapPouch()
if FindType(0xe79, -1, 'backpack'):
Cast('Magic Trap', 'found')
SetTrapPouch('found')
SetVendorBuyAutoBuy
λ©μλ μκ·Έλμ²:
Void SetVendorBuyAutoBuy(System.String, System.String)
νλΌλ―Έν°
- listname: 리μ€νΈ μ΄λ¦.
- onoff: "on" or "off". (μ΅μ )
μ€λͺ :
μ§μ λ μ΄λ¦μ μλꡬ맀λ₯Ό νμ±ν λλ λΉνμ±νν©λλ€.
μμ:
# set on
SetVendorBuyAutoBuy("regs", "on")
# set off
SetVendorBuyAutoBuy("regs", "off")
# default will toggle
SetVendorBuyAutoBuy("regs")
StopDress
λ©μλ μκ·Έλμ²:
Void StopDress()
μ€λͺ :
Stops the dress agent is it is currently running
μμ:
StopDress()
StopOrganizer
λ©μλ μκ·Έλμ²:
Void StopOrganizer()
μ€λͺ :
Stops the organizer agent if currently running
μμ:
StopOrganizer()
Undress
λ©μλ μκ·Έλμ²:
Void Undress(System.String)
νλΌλ―Έν°
- name: μμ΄μ νΈ νλͺ© μ΄λ¦.
μ€λͺ :
λͺ¨λ μ₯λΉλ₯Ό μ₯μ°© ν΄μ§ν©λλ€.
μμ:
Undress("Dress-1")
UseTrapPouch
λ©μλ μκ·Έλμ²:
Void UseTrapPouch()
μ€λͺ :
Uses the first item in the Trap Pouch agent list...
μμ:
UseTrapPouch()