Use skill based on monster HP

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
murshed
Noob
Noob
Posts: 6
Joined: 24 Apr 2012, 00:37
Noob?: Yes

Use skill based on monster HP

#1 Post 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
}

murshed
Noob
Noob
Posts: 6
Joined: 24 Apr 2012, 00:37
Noob?: Yes

Re: Use skill based on monster HP

#2 Post by murshed »

i tried target_hp > 50
target_hp > 50%
target_hp > 1000

nothing seems to work

User avatar
alisonrag
Developers
Developers
Posts: 34
Joined: 30 Jun 2011, 12:25
Noob?: No
Location: Brazil

Re: Use skill based on monster HP

#3 Post by alisonrag »

"ignorance is a blessing"

Locked