Difference between revisions of "itemsGatherAuto"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; itemsGatherAuto [<value>] : Determines item gathering behavior. :; 0 or empty or missing :: Do not gather items. :; 1 :: Gather items, but kill all possible targets in sight …')
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
; itemsGatherAuto [<value>]
+
; itemsGatherAuto <value>
: Determines item gathering behavior.
+
: Item gathering behavior for all items (not only your loots).
  
:; 0 or empty or missing
+
{|class="TablePager"
:: Do not gather items.
+
|- style=background-color:#F9F9F9;
 +
!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.
 +
|}
  
:; 1
+
----
:: Gather items, but kill all possible targets in sight first.
 
  
:; 2 or any greater value
+
; itemsGatherAuto_notInTown <[[boolean]]>
:: Gather items before doing something else.
+
: If this option is set, disables item gathering when in a [[cities.txt|city]].
  
: Only has effect when in [ai|AI] is in auto mode.
+
== Notes ==
: Starts gathering after [[ai_items_gather_start]] seconds after item appear, or immediately if item has "2" in [[pickupitems.txt]].
+
* Per-item behaviour is configured in [[pickupitems.txt]].
 +
* Starts gathering items in [[ai_items_gather_start]] seconds after item appears.
 +
* {{OnlyWhenAiAuto}}
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 +
[[Category:items]]

Revision as of 09:20, 14 June 2021

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.

itemsGatherAuto_notInTown <boolean>
If this option is set, disables item gathering when in a city.

Notes