When main character goes below 50% he sits, and then slave bot dont heal for some reason even if full sp. But sometimes he does heal. Anyone know whats wrong?
partySkill Heal {
lvl 10
sp > 30
target_hp < 90%
}
Question about Slave bot priest...
Moderator: Moderators
-
- Noob
- Posts: 7
- Joined: 29 Jan 2016, 07:20
- Noob?: Yes
Re: Question about Slave bot priest...
add
partySkill Heal {
lvl 10
sp > 30
target_hp < 90%
target NameOfYourTarget
}
partySkill Heal {
lvl 10
sp > 30
target_hp < 90%
target NameOfYourTarget
}
-
- Noob
- Posts: 4
- Joined: 12 Feb 2016, 19:24
- Noob?: No
Re: Question about Slave bot priest...
I have not personally had this problem, but I have seen a similar question asked before. I believe the answer was to double check the 'dist' setting for that particular skill block. It looks like you do not have it set, so it may be defaulting to a really low (melee range) distance.
try
try
Code: Select all
partySkill Heal {
lvl 10
dist 8
sp > 30
target_hp < 90%
}