itemsTakeAuto: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
; itemsTakeAuto [<value>]
; itemsTakeAuto <value>
: Determines item picking behavior after killing a monster.
: Item picking behaviour for your loots (items appearing after killing a monster).


:{|border="1" cellpadding="2" cellspacing="1"
{|class="TablePager"
|- style=background-color:#F9F9F9;
!Value
!Value
!Description
!Description
|-
|-
|align=center|0 or empty
!0
|Do not pick up items from monsters.
|Don't pick up items.
|-
|-
|align=center|1
!1
|Pick up items, but kill all possible targets in sight first.
|Pick up items, but kill all possible targets in sight first.
|-
|-
|align=center|2 or any greater value
!>= 2
|Pick up items before doing anything else.
|Pick up items before doing anything else.
|}
|}


: {{OnlyWhenAiAuto}}
== Notes ==
: Starts looking for items after [[ai_items_take_start]] seconds and for [[ai_items_take_end]] seconds, or takes items immediately if configured in [[pickupitems.txt]].
 
* Per-item behaviour is configured in [[pickupitems.txt]].
* Starts picking up items in [[ai_items_take_start]] seconds after kill and for [[ai_items_take_end]] seconds.
* {{OnlyWhenAiAuto}}


[[Category:config.txt]]
[[Category:config.txt]]
[[Category:items]]
[[Category:items]]

Revision as of 15:04, 26 January 2011

itemsTakeAuto <value>
Item picking behaviour for your loots (items appearing after killing a monster).
Value Description
0 Don't pick up items.
1 Pick up items, but kill all possible targets in sight first.
>= 2 Pick up items before doing anything else.

Notes