Mir3DAutomaticPickupFunction - LOMCN Wiki

Play Now

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!