Difference between revisions of "route randomWalk"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Route randomWalk to route randomWalk: Converting page titles to lowercase)
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
 
|}
 
|}
  
:'''Notes:'''
+
== Notes ==
:* The flag value '''2'''  is used in maps split by portals (e.g. dungeon maps) if you want to prevent Kore from entering map portals to reach other areas of the current map.
+
 
:* Kore will never walk randomly inside towns.
+
* The flag value '''2'''  is used in maps split by portals (e.g. dungeon maps) if you want to prevent Kore from entering map portals to reach other areas of the current map.
:* If you are using [[teleportAuto_search|tele-search]], you have to disable this option.
+
* Kore won't walk randomly inside towns unless [[route_randomWalk_inTown]] is set.
 +
* If you are using [[teleportAuto_search|tele-search]], you have to disable this option.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Latest revision as of 22:34, 26 April 2021

route_randomWalk [<flag>]
Toggles random walking. If this is enabled, Kore will regularly walk to random spots on the current map when it is idle.
Value Description
0 Disables.
1 Walk to random spots anywhere inside the current map.
2 Walk to random spots but do not pass through portals inside the current map.

Notes

  • The flag value 2 is used in maps split by portals (e.g. dungeon maps) if you want to prevent Kore from entering map portals to reach other areas of the current map.
  • Kore won't walk randomly inside towns unless route_randomWalk_inTown is set.
  • If you are using tele-search, you have to disable this option.