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 …')
 
Line 11: Line 11:
 
:: Gather items before doing something else.
 
:: Gather items before doing something else.
  
: Only has effect when in [ai|AI] is in auto mode.
+
: {{OnlyWhenAiAuto}}
 
: Starts gathering after [[ai_items_gather_start]] seconds after item appear, or immediately if item has "2" in [[pickupitems.txt]].
 
: Starts gathering after [[ai_items_gather_start]] seconds after item appear, or immediately if item has "2" in [[pickupitems.txt]].
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Revision as of 13:03, 7 November 2009

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 first.
2 or any greater value
Gather items before doing something else.
Only has effect when in AI is in auto mode.
Starts gathering after ai_items_gather_start seconds after item appear, or immediately if item has "2" in pickupitems.txt.