Page 1 of 1

teleportAuto_search - does not work as it should!

Posted: 07 Apr 2014, 07:46
by 4epT
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.
Currently it works as follows:
setup config.txt:

Code: Select all

teleportAuto_search 3
1. our character look for simultaneously monster 3
2. kills one monster, Remaining 2 monster
3. condition "teleportAuto_search 3" is not satisfied. Our character again look for monster 3

Mistake is that he kills only one monster.