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:
- IF
- ACT
AutoPickCfg 5 3000 Break
- SAY
you have the auto-pick function turned on in a range of 5, which is executed every 3 seconds!
---------------------------------------------------------------------------------------------------------------------
- IF
- ACT
AutoPickCfg 0 Break
- SAY
you turn off the auto-pick!
