runFromTarget inAdvance: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with "; runFromTarget [<boolean flag>] : When runFromTarget is enabled this option will make the openkore start avoiding/kiting the mob as soon as you attack, using the same id...")
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
; runFromTarget [<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