Difference between revisions of "followRandom"

From OpenKore Wiki
Jump to navigation Jump to search
(A new wiki page for a new config option :))
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Deprecated|[https://github.com/OpenKore/openkore/pull/3363 #3363]}}
 +
 +
 
; followRandom [<boolean flag>]
 
; followRandom [<boolean flag>]
 
: This config option toggles random following. When set to '''1''' your bot will move to a random position within '''followRandomDistance''' of the [[followTarget]].
 
: This config option toggles random following. When set to '''1''' your bot will move to a random position within '''followRandomDistance''' of the [[followTarget]].
Line 5: Line 8:
 
; followRandomDistance [<number>]
 
; followRandomDistance [<number>]
 
: For example, setting this value to 4 will give your bot the chance of moving to any cell within a 4x4 area around your [[followTarget]].
 
: For example, setting this value to 4 will give your bot the chance of moving to any cell within a 4x4 area around your [[followTarget]].
 
 
[[Category:config.txt]]
 

Latest revision as of 22:42, 9 May 2021

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


followRandom [<boolean flag>]
This config option toggles random following. When set to 1 your bot will move to a random position within followRandomDistance of the followTarget.


followRandomDistance [<number>]
For example, setting this value to 4 will give your bot the chance of moving to any cell within a 4x4 area around your followTarget.