Difference between revisions of "route randomWalk"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; 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. :{|border="1" cellpadding=…')
 
Line 18: Line 18:
  
 
:'''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.
+
:* 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.
 
:* Kore will never walk randomly inside towns.
 
:* If you are using [[teleportAuto_search|tele-search]], you have to disable this option.
 
:* If you are using [[teleportAuto_search|tele-search]], you have to disable this option.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Revision as of 00:44, 16 February 2010

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 will never walk randomly inside towns.
  • If you are using tele-search, you have to disable this option.