Difference between revisions of "runFromTarget inAdvance"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page RunFromTarget inAdvance to runFromTarget inAdvance: Converting page titles to lowercase)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
; runFromTarget_inAdvance [<boolean flag>]  
+
; runFromTarget_inAdvance [<[[boolean]]>]
 +
; homunculus_runFromTarget_inAdvance [<[[boolean]]>]
 +
; mercenary_runFromTarget_inAdvance [<[[boolean]]>]
 +
 
 
: When [[runFromTarget]] is enabled this option will make the openkore start avoiding/kiting the mob as soon as you attack, using the same idea as the dancing logic, which sends attack and move commands at the same time.
 
: When [[runFromTarget]] is enabled this option will make the openkore start avoiding/kiting the mob as soon as you attack, using the same idea as the dancing logic, which sends attack and move commands at the same time.
 +
: Appeared in [https://github.com/OpenKore/openkore/pull/3376 PR#3376]
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
[[Category:Attack]]
+
[[Category:attack]]

Latest revision as of 23:40, 18 September 2022

runFromTarget_inAdvance [<boolean>]
homunculus_runFromTarget_inAdvance [<boolean>]
mercenary_runFromTarget_inAdvance [<boolean>]
When runFromTarget is enabled this option will make the openkore start avoiding/kiting the mob as soon as you attack, using the same idea as the dancing logic, which sends attack and move commands at the same time.
Appeared in PR#3376