attackLooters: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
; attackLooters [ | ; attackLooters <[[boolean]]> | ||
: If this option is set to 1 and an item on the ground disappeared, Kore will automatically attack monsters directly standing on the same spot as where the item was last seen. | : If this option is set to '''1''' and an item on the ground disappeared, Kore will automatically attack monsters directly standing on the same spot as where the item was last seen. | ||
'''Notes:''' | |||
* This will only work if Kore [[pickupitems.txt|is set to pick up the item]] that disappeared. | |||
* {{OnlyWhenNotAutoSit}} | |||
* Most likely, you have to setup item [[itemsTakeAuto|taking]] or [[itemsGatherAuto|gathering]] in addition. | |||
; attackLooters_dist <[[number]]> | |||
: '''<need to add description>'''. Appeared in [https://github.com/OpenKore/openkore/pull/3788 PR#3788] | |||
[[Category:config.txt]] | [[Category:config.txt]] | ||
[[Category:attack]] | [[Category:attack]] | ||
[[Category:items]] | [[Category:items]] |
Latest revision as of 11:45, 8 May 2024
- attackLooters <boolean>
- If this option is set to 1 and an item on the ground disappeared, Kore will automatically attack monsters directly standing on the same spot as where the item was last seen.
Notes:
- This will only work if Kore is set to pick up the item that disappeared.
- Has no effect when auto sitting.
- Most likely, you have to setup item taking or gathering in addition.