Difference between revisions of "teleportAuto search"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
; teleportAuto_search <number>
 
; teleportAuto_search <number>
: Specifies the minimum number of [[mon_control.txt|search monsters]] that should be found on screen before activating [[attackAuto|auto-attack]]. For example, if this is set to 2, and you set Kore to search for Poporings, you will not start attacking monsters if there is only one Poporing found on screen.
+
: Specifies the minimum number of [[mon_control.txt|''search'' monsters]] that should be found on screen before activating [[attackAuto|auto-attack]].
  
 
== Notes ==
 
== Notes ==
 
* Has nothing to do with teleporting. This is auto attack setting, as described.
 
* Has nothing to do with teleporting. This is auto attack setting, as described.
* [[teleportAuto_idle]] needs to be configured to teleport.
+
* [[teleportAuto_idle]] needs to be configured to actually teleport.
* Only needed if you "search" for certain monsters.
+
* Only needed if you ''search'' for certain monsters.
 +
 
 +
== Examples ==
 +
 
 +
Don't start attacking monsters if there is less than 3 Poporings found on screen.
 +
# mon_control.txt
 +
Poporings 1 0 1
 +
 +
# config.txt
 +
teleportAuto_search 3
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:attack]]
 
[[Category:attack]]

Revision as of 15:26, 11 September 2011

teleportAuto_search <number>
Specifies the minimum number of search monsters that should be found on screen before activating auto-attack.

Notes

  • Has nothing to do with teleporting. This is auto attack setting, as described.
  • teleportAuto_idle needs to be configured to actually teleport.
  • Only needed if you search for certain monsters.

Examples

Don't start attacking monsters if there is less than 3 Poporings found on screen.

# mon_control.txt
Poporings 1 0 1

# config.txt
teleportAuto_search 3