Difference between revisions of "attackLooters"

From OpenKore Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
; attackLooters [<boolean flag>]
+
; 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.
  
Note: This will only work if Kore is set to pick up the item that disappeared (see [[pickupitems.txt]]).
+
'''Notes:'''
{{OnlyWhenNotAutoSit}}
+
* 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]]

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:


attackLooters_dist <number>
<need to add description>. Appeared in PR#3788