itemsGatherAuto: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| ; itemsGatherAuto [ | ; itemsGatherAuto <[[References#flag|flag]]> | ||
| :  | : Item gathering behavior for all items (not only your loots). | ||
| {| class="wikitable" border="1" cellspacing="0" | |||
| |- 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. | ||
| |} | |} | ||
| :  | ; itemsGatherAuto_notInTown <[[boolean]]> | ||
| :  | : If this option is set, disables item gathering when in a [[cities.txt|city]]. | ||
| ; itemsGatherAutoMinPlayerDistance <[[number]]> | |||
| : Kore will not gather items that are within the specified distance in number of blocks from other players. | |||
| : The default value is 6. | |||
| ; itemsGatherAutoMinPortalDistance <[[number]]> | |||
| : Kore will not gather items that are within the specified distance in number of blocks from portals. | |||
| : The default value is 5. | |||
| == 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]] | ||
Latest revision as of 22:01, 6 May 2024
- itemsGatherAuto <flag>
- 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. | 
- itemsGatherAutoMinPlayerDistance <number>
- Kore will not gather items that are within the specified distance in number of blocks from other players.
- The default value is 6.
- itemsGatherAutoMinPortalDistance <number>
- Kore will not gather items that are within the specified distance in number of blocks from portals.
- The default value is 5.
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.