teleportAuto search: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | mNo edit summary | ||
| 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]] | : 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  | * 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