Page 1 of 1

slave acolyte problem

Posted: 07 Jul 2017, 12:03
by troypogs777
guys do you have any idea why my bot refuses to heal its master when he respawns after death? i search high and low tested everything in my config but to no avail.

here's my line of command for party heal

partySkill Heal {
lvl 10
dist 3..8
maxCastTime 3
minCastTime 0
hp
sp >10%
whenFollowing 1
target_hp < 90%
target RaZe
target_aggressives
target_monsters
target_timeout
notInTown 0
}

Re: slave acolyte problem

Posted: 08 Jul 2017, 02:59
by dawnvillain
Try to use this:

partySkill Heal {
lvl 10
maxCastTime 3
sp > 40
timeout 5
target RaZe
target_hp < 80%
}

Re: slave acolyte problem

Posted: 09 Jul 2017, 06:07
by troypogs777
dawnvillain wrote:Try to use this:

partySkill Heal {
lvl 10
maxCastTime 3
sp > 40
timeout 5
target RaZe
target_hp < 80%
}
thanks for replying, I'll try this now! :)

P.S yay it works! thanks a lot!