sellAuto minDistance: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page SellAuto minDistance to sellAuto minDistance: Converting page titles to lowercase) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Deprecated|[https://github.com/OpenKore/openkore/pull/3434 #3434]}} | |||
; sellAuto_minDistance <min> | ; sellAuto_minDistance <min> | ||
: Defines the minimum | : Defines the minimum possible distance between the [[sellAuto_npc|NPC]] and the character. | ||
: To calculate the random distance, both of these parameters must be greater than 0, and also ''' | : To calculate the random distance, both of these parameters must be greater than 0, and also '''sellAuto_minDistance''' must be less than '''sellAuto_maxDistance'''. | ||
: <min | : <min> - it's a [[References#number|number]]. | ||
: These parameters are ignored if a value [[sellAuto_standpoint]] is specified. | : These parameters are ignored if a value [[sellAuto_standpoint]] is specified. | ||
Latest revision as of 21:26, 15 May 2021
This feature is not maintained since #3434. It MAY be removed or reworked in the future versions.
- sellAuto_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 sellAuto_minDistance must be less than sellAuto_maxDistance.
- <min> - it's a number.
- These parameters are ignored if a value sellAuto_standpoint is specified.