Page 1 of 1

party heal

Posted: 13 Jan 2018, 02:04
by frost212
sorry but i've been looking for the solution of this issue up and down but still can't find one... so i'm opening to ask again.

i've set my priest to follow bot but it doesn't seems to heal. what are the configs for it? please help...

Re: party heal

Posted: 13 Jan 2018, 02:46
by fadreus

Re: party heal

Posted: 13 Jan 2018, 04:59
by frost212
hi...

thanks.. but i've tried that on the first place, it does all the blessing, agi, etc etc but not heal...

Re: party heal

Posted: 13 Jan 2018, 06:10
by fadreus
Mine working fine..

Re: party heal

Posted: 13 Jan 2018, 09:35
by frost212
is it the master has to be party leader and slave as party member stuff like that?

so basically i copy this

partySkill Heal {
lvl 5
target_hp < 70%
sp > 10 %
}

instead of setting this?

partySkill Heal {
lvl 10
dist 3
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target [my charc]
target_hp < 70%
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}

Re: party heal

Posted: 14 Jan 2018, 03:04
by fadreus
frost212 wrote:is it the master has to be party leader and slave as party member stuff like that?
Nope. Where did you heard that? :?
frost212 wrote:instead of setting this?

Code: Select all

partySkill Heal {
lvl 10
dist 3
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target [my charc]
target_hp < 70%
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}
Piece of advice, only copy/use condition that you need rather than copying/using the WHOLE block.
Make a little changes from time to time to see how it works rather then changing the whole thing & when it's not working, you have no idea what cause it.
If you make little changes for each condition, you can trace back what changes you made since it's last working & what need to be done.
Just revert changes if it not working and try something new.

And I think your problem is as follow for using these;

Code: Select all

dist 3
target [my charc]
Just one question; Why did you use these two? :shock:
Is not like there are many people in your party which you refuse to heal them, no? :?

NOTE: Since the beginning of time, I only use this

Code: Select all

partySkill 28 {
sp >= 40
target_hp < 80%
}

Re: party heal

Posted: 14 Jan 2018, 03:18
by frost212
fadreus wrote:
frost212 wrote:is it the master has to be party leader and slave as party member stuff like that?
Nope. Where did you heard that? :?
frost212 wrote:instead of setting this?

Code: Select all

partySkill Heal {
lvl 10
dist 3
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target [my charc]
target_hp < 70%
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}
Piece of advice, only copy/use condition that you need rather than copying/using the WHOLE block.
Make a little changes from time to time to see how it works rather then changing the whole thing & when it's not working, you have no idea what cause it.
If you make little changes for each condition, you can trace back what changes you made since it's last working & what need to be done.
Just revert changes if it not working and try something new.

And I think your problem is as follow for using these;

Code: Select all

dist 3
target [my charc]
Just one question; Why did you use these two? :shock:
Is not like there are many people in your party which you refuse to heal them, no? :?

NOTE: Since the beginning of time, I only use this

Code: Select all

partySkill 28 {
sp >= 40
target_hp < 80%
}
oh... wow... it's a very helpful advise there. i think i'll try the things you thought. the 'long' thing is the original config... lol. haven't been boting for 6 years... kind of rusty here... thanks again! i'll try the config

Re: party heal

Posted: 14 Jan 2018, 04:21
by frost212
got it to work....

issues lies here...

partySkillDistance 0..8

maybe i accidentally deleted . becomes partySkillDistance 0.8