attackAuto: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
: Determines auto attack behavior.
: Determines auto attack behavior.


:; 0 or empty or missing
{|border="1" cellpadding="2" cellspacing="1"
:: Do not attack any monsters.
|- style=background-color:#F9F9F9;
!Value
!Description
|-
|align=center| 0 or blank
| Do not attack any monsters.
|-
|align=center| 1
| Attack monsters, already engaged in fight with you, [[attackAuto_followTarget|your master]] or [[attackAuto_party|your party]].
|-
|align=center| 2 or any greater value
| Aggressively attack monsters (without killsteal).
|}


:; 1
:: Attack monsters, already engaged in fight with you, [[attackAuto_followTarget|your master]] or [[attackAuto_party|your party]].


:; 2 or any greater value
{{OnlyWhenAiAuto}}
:: Aggressively attack monsters (without killsteal).
 
: {{OnlyWhenAiAuto}}


[[Category:config.txt]]
[[Category:config.txt]]
[[Category:attack]]
[[Category:attack]]

Revision as of 16:12, 15 December 2009

attackAuto [<value>]
Determines auto attack behavior.
Value Description
0 or blank Do not attack any monsters.
1 Attack monsters, already engaged in fight with you, your master or your party.
2 or any greater value Aggressively attack monsters (without killsteal).


Only has effect when in AI is in auto mode.