Acolyte refused to heal target

International

Moderator: Moderators

tekniko
Noob
Noob
Posts: 11
Joined: 07 May 2010, 06:41
Noob?: No
Location: Abbotsford, BC

Acolyte refused to heal target

#1 Post by tekniko »

I am trying to get my Acolyte to heal my party member but everything I have tried doesn't seem to work. I checked the wiki and searched the forums and corrected the problems I think I might of had that other came across. But, from some reason there must be something I cam over looking.

useSelf_skill Heal {
lvl 2
hp < 55%
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}

useSelf_skill_smartHeal 0


partySkill Heal {
lvl 2
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target PlayerName
target_hp < 60%
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}
Man who stands on toilet is high on pot.
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Acolyte refused to heal target

#2 Post by Mushroom »

Is the target on your party?
Quit.
byrd
Human
Human
Posts: 21
Joined: 07 May 2009, 16:49
Noob?: No

Re: Acolyte refused to heal target

#3 Post by byrd »

Code: Select all

partySkill Heal {
	lvl 2
	target_hp < 60%
	sp > 10%
}
Although you probably didn't change the "target" name condition, which is causing it to be stopped. You don't need it. This will work for anyone in your party