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
}
Acolyte refused to heal target
Moderator: Moderators
-
- Noob
- Posts: 11
- Joined: 07 May 2010, 06:41
- Noob?: No
- Location: Abbotsford, BC
Acolyte refused to heal target
Man who stands on toilet is high on pot.
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
-
- Human
- Posts: 21
- Joined: 07 May 2009, 16:49
- Noob?: No
Re: Acolyte refused to heal target
Code: Select all
partySkill Heal {
lvl 2
target_hp < 60%
sp > 10%
}