Page 1 of 1

Use skill based on monster HP

Posted: 28 Sep 2022, 05:30
by murshed
Hi, so i want my bot to use a skill if monster hp is above 50% for example, how can i do it?

attackComboSlot MO_CHAINCOMBO {
lvl 3
dist 2
sp > 100
afterSkill MO_TRIPLEATTACK
waitBeforeUse 0.1
isSelfSkill 1
}

Re: Use skill based on monster HP

Posted: 28 Sep 2022, 08:09
by murshed
i tried target_hp > 50
target_hp > 50%
target_hp > 1000

nothing seems to work

Re: Use skill based on monster HP

Posted: 29 Sep 2022, 09:52
by alisonrag