Question about Slave bot priest...

International

Moderator: Moderators

lumdmc
Noob
Noob
Posts: 1
Joined: 16 Feb 2012, 15:26
Noob?: Yes

Question about Slave bot priest...

#1 Post by lumdmc »

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%
}
noo3t
Noob
Noob
Posts: 7
Joined: 29 Jan 2016, 07:20
Noob?: Yes

Re: Question about Slave bot priest...

#2 Post by noo3t »

add


partySkill Heal {
lvl 10
sp > 30
target_hp < 90%
target NameOfYourTarget
}
ClangClangBoom
Noob
Noob
Posts: 4
Joined: 12 Feb 2016, 19:24
Noob?: No

Re: Question about Slave bot priest...

#3 Post by ClangClangBoom »

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

Code: Select all

partySkill Heal {
lvl 10
dist 8
sp > 30
target_hp < 90%
}