itemsGatherAuto: Difference between revisions

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


:; 0 or empty or missing
:{|border="1" cellpadding="2" cellspacing="1"
:: Do not gather items.
|- style=background-color:#F9F9F9;
!Value
!Description
|-
|align=center|0 or empty
|Do not gather items.
|-
|align=center|1
|Gather items, but kill all possible targets in sight first.
|-
|align=center|2 or any greater value
|Gather items before doing something else.
|}


:; 1
:: Gather items, but kill all possible targets in sight first.
:; 2 or any greater value
:: Gather items before doing something else.


: {{OnlyWhenAiAuto}}
: {{OnlyWhenAiAuto}}

Revision as of 00:20, 16 December 2009

itemsGatherAuto [<value>]
Determines item gathering behavior.
Value Description
0 or empty Do not gather items.
1 Gather items, but kill all possible targets in sight first.
2 or any greater value Gather items before doing something else.


Only has effect when in AI is in auto mode.
Starts gathering after ai_items_gather_start seconds after item appear, or immediately if item has "2" in pickupitems.txt.