lockMap randX: Difference between revisions
Jump to navigation
Jump to search
m (moved LockMap rand to LockMap randX) |
m (Syntax) |
||
Line 1: | Line 1: | ||
; lockMap_randX [ | ; lockMap_randX <[[number]]> | ||
; lockMap_randY [ | ; lockMap_randY <[[number]]> | ||
: If [[lockMap]], [[lockMap_|lockMap_x]], and [[lockMap_|lockMap_y]] are set, and you set these two options, Kore will stay at a random spot inside the '''lockMap''' within an area '''lockMap_randX''' distance to the left or to the right of '''lockMap_x''', and '''lockMap_randY''' distance above or below '''lockMap_y'''. | : If [[lockMap]], [[lockMap_|lockMap_x]], and [[lockMap_|lockMap_y]] are set, and you set these two options, Kore will stay at a random spot inside the '''lockMap''' within an area '''lockMap_randX''' distance to the left or to the right of '''lockMap_x''', and '''lockMap_randY''' distance above or below '''lockMap_y'''. | ||
== Notes == | |||
* This is useful if you want to stay in a particular area inside the [[lockMap]]. If you are using [[route_randomWalk|random walk]] to search for monsters, these options restrict your movement within that particular area. | * This is useful if you want to stay in a particular area inside the [[lockMap]]. If you are using [[route_randomWalk|random walk]] to search for monsters, these options restrict your movement within that particular area. | ||
* If you are using [[teleportAuto_search|tele-search]], these options are entirely useless. | * If you are using [[teleportAuto_search|tele-search]], these options are entirely useless. | ||
[[Category:config.txt]] | [[Category:config.txt]] |
Revision as of 08:45, 16 August 2012
- lockMap_randX <number>
- lockMap_randY <number>
- If lockMap, lockMap_x, and lockMap_y are set, and you set these two options, Kore will stay at a random spot inside the lockMap within an area lockMap_randX distance to the left or to the right of lockMap_x, and lockMap_randY distance above or below lockMap_y.
Notes
- This is useful if you want to stay in a particular area inside the lockMap. If you are using random walk to search for monsters, these options restrict your movement within that particular area.
- If you are using tele-search, these options are entirely useless.