Priest in party dont heal

International

Moderator: Moderators

gioako
Noob
Noob
Posts: 1
Joined: 21 Nov 2010, 04:30
Noob?: Yes

Priest in party dont heal

#1 Post by gioako »

Hello Openkore,
I have a problem with my bot, im running my sin with my priest (not in even share just for buffs and heal) the priest doesn't heal my sin but it is config to heal when my sin HP goes below 80%. Other functions like increase agi and blessing are working good. only heal is the problem, I wonder why.

here is the config of my priest:

Code: Select all

follow 1
followTarget Buds-
followEmotion 1
followEmotion_distance 4
followFaceDirection 0
followDistanceMax 6
followDistanceMin 3
followLostStep 12
followSitAuto 1
followBot 1

Code: Select all

partySkill Heal {
	lvl 10
	maxCastTime 0
	minCastTime 0
	hp
	sp
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	target Buds-
	target_hp <= 80%
	target_isJob
	target_isNotJob
	target_whenStatusActive
	target_whenStatusInactive
	target_aggressives
	target_monsters
	target_timeout 0
	target_dead 0
	inInventory
	isSelfSkill 0
}
Thank you in advance.
rikuseo
Noob
Noob
Posts: 4
Joined: 11 Nov 2010, 03:36
Noob?: Yes

Re: Priest in party dont heal

#2 Post by rikuseo »

partySkill Heal {
lvl 10
maxCastTime 0
minCastTime 0
hp>(any number)
sp >(any number)

onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
target Buds-
target_hp <= 80% Try to put <=80%, do not put space
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_dead 0
inInventory
isSelfSkill 0
}
It might be work
fron21
Noob
Noob
Posts: 2
Joined: 22 Nov 2010, 04:55
Noob?: No

Re: Priest in party dont heal

#3 Post by fron21 »

partySkill Heal {
lvl 10
sp > 20%
target Buds-
target_hp < 79%
}

this should work....
Reina
Noob
Noob
Posts: 8
Joined: 09 Apr 2008, 01:12

Re: Priest in party dont heal

#4 Post by Reina »

Protip: If you're going to post your config on a public forum for everyone to see, you might want to take target "Name" off of your post.