Mir3DAutomaticPickupFunction - LOMCN Wiki

Revision as of 14:44, 15 June 2025 by Jev (talk | contribs) (Created page with "==Automatic pick-up function== Function: Turn on the player's automatic range to pick up equipment when fighting monsters Format: AutoPickCfg range (turn off auto-pick when...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Automatic pick-up function

Function: Turn on the player's automatic range to pick up equipment when fighting monsters

Format: AutoPickCfg range (turn off auto-pick when range 0) interval (ms).

Example:

  1. IF
  2. ACT

AutoPickCfg 5 3000 Break

  1. SAY

you have the auto-pick function turned on in a range of 5, which is executed every 3 seconds!

---------------------------------------------------------------------------------------------------------------------
  1. IF
  2. ACT

AutoPickCfg 0 Break

  1. SAY

you turn off the auto-pick!