Difference between revisions of "itemsGatherAuto"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
; itemsGatherAuto [<value>]
+
; itemsGatherAuto <value>
: Determines item gathering behavior.
+
: Item gathering behavior for all items (not only your loots).
  
:{|border="1" cellpadding="2" cellspacing="1"  
+
{|class="TablePager"
 
|- style=background-color:#F9F9F9;
 
|- style=background-color:#F9F9F9;
 
!Value
 
!Value
 
!Description
 
!Description
 
|-
 
|-
|align=center|0 or empty
+
!0
|Do not gather items.
+
|Don't gather items.
 
|-
 
|-
|align=center|1
+
!1
 
|Gather items, but kill all possible targets in sight first.
 
|Gather items, but kill all possible targets in sight first.
 
|-
 
|-
|align=center|2 or any greater value
+
!>= 2
|Gather items before doing something else.
+
|Gather items before doing anything else.
 
|}
 
|}
  
 
+
== Notes ==
: {{OnlyWhenAiAuto}}
+
* Per-item behaviour is configured in [[pickupitems.txt]].
: Starts gathering after [[ai_items_gather_start]] seconds after item appear, or immediately if item has "2" in [[pickupitems.txt]].
+
* Starts gathering items in [[ai_items_gather_start]] seconds after item appears.
 +
* {{OnlyWhenAiAuto}}
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:items]]
 
[[Category:items]]

Revision as of 15:04, 26 January 2011

itemsGatherAuto <value>
Item gathering behavior for all items (not only your loots).
Value Description
0 Don't gather items.
1 Gather items, but kill all possible targets in sight first.
>= 2 Gather items before doing anything else.

Notes