runFromTarget inAdvance: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
; runFromTarget_inAdvance [<boolean | ; 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