Difference between revisions of "storageAuto minDistance"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page StorageAuto minDistance to storageAuto minDistance: Converting page titles to lowercase)
 
Line 1: Line 1:
 +
{{Deprecated|[https://github.com/OpenKore/openkore/pull/3434 #3434]}}
 +
 
; storageAuto_minDistance <min>
 
; storageAuto_minDistance <min>
; storageAuto_maxDistance <max>
 
  
: Defines the minimum and maximum possible distance between the [[storageAuto|NPC]] and the character.
+
: Defines the minimum possible distance between the [[storageAuto|NPC]] and the character.
 
: To calculate the random distance, both of these parameters must be greater than 0, and also '''storageAuto_minDistance''' must be less than '''storageAuto_maxDistance'''.
 
: To calculate the random distance, both of these parameters must be greater than 0, and also '''storageAuto_minDistance''' must be less than '''storageAuto_maxDistance'''.
: <min> и <max> - it's a [[References#number|number]].
+
: <min> - it's a [[References#number|number]].
 
: These parameters are ignored if a value [[storageAuto_standpoint]] is specified.
 
: These parameters are ignored if a value [[storageAuto_standpoint]] is specified.
 
[[Category:config.txt]]
 
[[Category:storage]]
 

Latest revision as of 23:32, 15 May 2021

This feature is not maintained since #3434. It MAY be removed or reworked in the future versions.

storageAuto_minDistance <min>
Defines the minimum possible distance between the NPC and the character.
To calculate the random distance, both of these parameters must be greater than 0, and also storageAuto_minDistance must be less than storageAuto_maxDistance.
<min> - it's a number.
These parameters are ignored if a value storageAuto_standpoint is specified.