Difference between revisions of "teleportAuto search"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 15: Line 15:
 
  # config.txt
 
  # config.txt
 
  teleportAuto_search 3
 
  teleportAuto_search 3
 +
 +
== Changelog ==
 +
 +
=== [http://openkore.svn.sourceforge.net/viewvc/openkore?view=revision&revision=3116 r3116] ===
 +
Support for a minimum number of search monsters. Value is now [[number]] (previously was [[boolean]]).
 +
 +
=== [http://openkore.svn.sourceforge.net/viewvc/openkore?view=revision&revision=1722 r1722] ===
 +
Now not a teleport option, but auto attack option. Fixes pointless fights when no search monsters are around. [[teleportAuto_idle]] is now required to mimic old behaviour.
 +
 +
=== [http://openkore.svn.sourceforge.net/viewvc/openkore?view=revision&revision=1117 r1117] ===
 +
Fixed interaction with other AI sequences.
 +
 +
{{Available pre-openkore}}
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:attack]]
 
[[Category:attack]]
 
[[Category:Inconsistently named stuff]]
 
[[Category:Inconsistently named stuff]]

Revision as of 17:00, 12 November 2012

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, and only modifies auto attack activating. attackAuto and other attack options need to be configured to actually attack (otherwise this option would do nothing).
  • teleportAuto_idle needs to be configured to actually teleport, but you can use route_randomWalk etc instead. Some way to encounter new monsters needs to be configured to actually actively search for monsters (otherwise you'll just be waiting for them to come to you).
  • Only needed if you search for certain monsters (or certain amount of monsters) to auto attack.

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

Changelog

r3116

Support for a minimum number of search monsters. Value is now number (previously was boolean).

r1722

Now not a teleport option, but auto attack option. Fixes pointless fights when no search monsters are around. teleportAuto_idle is now required to mimic old behaviour.

r1117

Fixed interaction with other AI sequences.

Available pre-openkore

This feature was already available before OpenKore. See more here.