itemsGatherAuto: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | mNo edit summary | ||
| Line 1: | Line 1: | ||
| ; itemsGatherAuto  | ; itemsGatherAuto <value> | ||
| :  | : Item gathering behavior for all items (not only your loots). | ||
| {|class="TablePager" | |||
| |- style=background-color:#F9F9F9; | |- style=background-color:#F9F9F9; | ||
| !Value | !Value | ||
| !Description | !Description | ||
| |- | |- | ||
| !0 | |||
| | | |Don't gather items. | ||
| |- | |- | ||
| !1 | |||
| |Gather items, but kill all possible targets in sight first. | |Gather items, but kill all possible targets in sight first. | ||
| |- | |- | ||
| !>= 2 | |||
| |Gather items before doing  | |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. | |||
| * {{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
- 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.