My acolyte only heal once for party member and then stop. I only have up to level 5 heal , i tried writing both lvl 5 and 10. doesn't work. Help me please.
partySkill Heal {
lvl 10
dist 0
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 goodchee
target_hp <65%
target_isJob thief
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}
Acolyte Wont heal party
Moderator: Moderators
-
- Moderators
- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: Acolyte Wont heal party
Remove unnecessary lines:
I think it's because of this:
Code: Select all
partySkill Heal {
lvl 10
sp > 10
target_hp < 70%
target "Player Name" #if not defined followTarget
}
thief
Learn rules
-
- Noob
- Posts: 8
- Joined: 02 Apr 2012, 18:46
- Noob?: Yes
Re: Acolyte Wont heal party
thanks! I have another problem. My acolyte keep spamming blessing and agi up. I looked everywhere and they added timeout which works slightly better(not so frequent) but still not the "WhenStatusInactive"
-
- Moderators
- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
-
- Noob
- Posts: 8
- Joined: 02 Apr 2012, 18:46
- Noob?: Yes
Re: Acolyte Wont heal party
idk why i dont see my reply, so here is another one,
thanks for the help, my acolyte stopped spamming agi up and blessing instead now it spams angelus
partySkill Blessing {
lvl 10
target Censured
target_whenStatusInactive Blessing
}
partySkill Increase AGI {
lvl 10
target Censured
target_whenStatusInactive Increase AGI
}
partySkill Angelus {
lvl 8
target_WhenStatusInactive Angelus
timeout 300
}
thanks for the help, my acolyte stopped spamming agi up and blessing instead now it spams angelus
partySkill Blessing {
lvl 10
target Censured
target_whenStatusInactive Blessing
}
partySkill Increase AGI {
lvl 10
target Censured
target_whenStatusInactive Increase AGI
}
partySkill Angelus {
lvl 8
target_WhenStatusInactive Angelus
timeout 300
}
-
- Moderators
- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: Acolyte Wont heal party
Hum.
In this block :
With this i think which, you not configured followTarget.
I recommend :
In this block :
You configured the target.partySkill Increase AGI {
lvl 10
target Censured
target_whenStatusInactive Increase AGI
}
With this i think which, you not configured followTarget.
Here, you not defined.partySkill Angelus {
lvl 8
target_WhenStatusInactive Angelus
timeout 300
}
I recommend :
And you will don't need add "target line" in all blocks.followTarget Master Name
Learn rules
-
- Noob
- Posts: 8
- Joined: 02 Apr 2012, 18:46
- Noob?: Yes
Re: Acolyte Wont heal party
okay, so you mean. If I set
follow 1
followTarget <name>
then for partySkill I don't have to specify target ?
and this will solve my angelus spam cast problem ?
follow 1
followTarget <name>
then for partySkill I don't have to specify target ?
and this will solve my angelus spam cast problem ?
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Acolyte Wont heal party
You don't have to specify target for partySkill regardless of follow stuff. By default, it applies to all party members.
Use Angelus as useSelf_skill.
Use Angelus as useSelf_skill.
-
- Noob
- Posts: 8
- Joined: 02 Aug 2012, 19:09
- Noob?: No
Re: Acolyte Wont heal party
My followslave acolyte heals me, but very very very rarely and never when i need it to, same thing for the increase agi buff.
I took the brazilian moderators advice above and removed the characters
partySkill Heal {
lvl 10
dist 7
sp > 10
target SolumPravus
target_hp < 99%
}
partySkill Increase AGI {
lvl 6
dist 7
sp > 15%
whenFollowing 0
target SolumPravus
target_isJob Thief
target_whenStatusActive
target_whenStatusInactive Increase AGI
}
I took the brazilian moderators advice above and removed the characters
partySkill Heal {
lvl 10
dist 7
sp > 10
target SolumPravus
target_hp < 99%
}
partySkill Increase AGI {
lvl 6
dist 7
sp > 15%
whenFollowing 0
target SolumPravus
target_isJob Thief
target_whenStatusActive
target_whenStatusInactive Increase AGI
}
-
- Noob
- Posts: 8
- Joined: 02 Aug 2012, 19:09
- Noob?: No
Re: Acolyte Wont heal party
I've tried to post here several times but i never see my replys.. so here goes again...
I've been having a similar problem, my acolyte very rarely heals and buffs me, and she never does it during a fight. Heres my config
follow 1
followTarget SolumPravus
followEmotion 1
followEmotion_distance 3
followFaceDirection 0
followDistanceMax 5
followDistanceMin 2
followLostStep 18
followSitAuto 0
followBot 1
followRandomDistance 4
partySkill Increase AGI {
lvl 6
dist 7
sp > 15%
whenFollowing 0
target SolumPravus
target_isJob Thief
target_whenStatusActive
target_whenStatusInactive Increase AGI
}
partySkill Heal {
lvl 10
dist 7
sp > 10
target SolumPravus
target_hp < 99%
}
I've been having a similar problem, my acolyte very rarely heals and buffs me, and she never does it during a fight. Heres my config
follow 1
followTarget SolumPravus
followEmotion 1
followEmotion_distance 3
followFaceDirection 0
followDistanceMax 5
followDistanceMin 2
followLostStep 18
followSitAuto 0
followBot 1
followRandomDistance 4
partySkill Increase AGI {
lvl 6
dist 7
sp > 15%
whenFollowing 0
target SolumPravus
target_isJob Thief
target_whenStatusActive
target_whenStatusInactive Increase AGI
}
partySkill Heal {
lvl 10
dist 7
sp > 10
target SolumPravus
target_hp < 99%
}