Difference between revisions of "teleportAuto idle"

From OpenKore Wiki
Jump to navigation Jump to search
(since when teleportAuto_search is even needed for telesearch)
Line 1: Line 1:
; teleportAuto_idle [<boolean flag>]
+
; teleportAuto_idle <boolean flag>
: Automatically teleport after you have been idle for a certain amount of time specified in [[Timeouts.txt#AI_Teleport|ai_teleport_idle]] in [[timeouts.txt]].
+
: Automatically teleport after you have been idle for a [[Timeouts.txt#AI_Teleport|ai_teleport_idle]] amount of time.
  
:'''Note.''' If enabled, this option is used for the tele-search feature. If you want to use tele-search, you must set [[teleportAuto_search]] to '''1''' and [[route_randomWalk]] to '''0'''.
+
== Notes ==
 +
 
 +
* This effectively is "tele-search" feature. Kore will teleport until it finds out what to do (attack monsters if configured). [[teleportAuto_search]] is '''NOT''' needed with basic setup.
 +
* teleportAuto_idle won't have a chance to trigger if [[route_randomWalk]] or any other idle triggers are used.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Revision as of 13:38, 20 November 2010

teleportAuto_idle <boolean flag>
Automatically teleport after you have been idle for a ai_teleport_idle amount of time.

Notes

  • This effectively is "tele-search" feature. Kore will teleport until it finds out what to do (attack monsters if configured). teleportAuto_search is NOT needed with basic setup.
  • teleportAuto_idle won't have a chance to trigger if route_randomWalk or any other idle triggers are used.