itemsGatherAuto: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page ItemsGatherAuto to itemsGatherAuto: Converting page titles to lowercase) |
No edit summary |
||
Line 16: | Line 16: | ||
|Gather items before doing anything else. | |Gather items before doing anything else. | ||
|} | |} | ||
---- | |||
; itemsGatherAuto_notInTown <[[boolean]]> | |||
: If this option is set, disables item gathering when in a [[cities.txt|city]]. | |||
== Notes == | == Notes == |
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. |
Notes
- Per-item behaviour is configured in pickupitems.txt.
- Starts gathering items in ai_items_gather_start seconds after item appears.
- Only has effect when in AI is in auto mode.