followRandom: различия между версиями

Материал из Руководство по OpenKore
Перейти к навигации Перейти к поиску
Скопипастил, надо бы перевести ещё...
 
Нет описания правки
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 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]].
Строка 7: Строка 10:




Параметры конфига followRandom и followRandomDistance появились в ревизии [http://openkore.svn.sourceforge.net/viewvc/openkore?view=revision&revision=7988 7988].
Параметры конфига followRandom и followRandomDistance появились в ревизии [https://sourceforge.net/p/openkore/code/7988/ r7988], и были удалены в [https://github.com/OpenKore/openkore/pull/3363 github PR#3363].
 
[[Category:config.txt]]

Текущая версия от 01:47, 10 мая 2021

Этот параметр (страница) не поддерживается с версии #3363.


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.


Параметры конфига followRandom и followRandomDistance появились в ревизии r7988, и были удалены в github PR#3363.