Acolyte Wont heal party

International

Moderator: Moderators

goodchee
Noob
Noob
Posts: 8
Joined: 02 Apr 2012, 18:46
Noob?: Yes

Acolyte Wont heal party

#1 Post by goodchee »

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
}
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Acolyte Wont heal party

#2 Post by SkylorD »

Remove unnecessary lines:

Code: Select all

partySkill Heal {
lvl 10
sp > 10
target_hp < 70%
target "Player Name" #if not defined followTarget
}
I think it's because of this:
thief
Learn rules
goodchee
Noob
Noob
Posts: 8
Joined: 02 Apr 2012, 18:46
Noob?: Yes

Re: Acolyte Wont heal party

#3 Post by goodchee »

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"
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Acolyte Wont heal party

#4 Post by SkylorD »

Isn't WhenStatusInactive.
Is when.
Learn rules
goodchee
Noob
Noob
Posts: 8
Joined: 02 Apr 2012, 18:46
Noob?: Yes

Re: Acolyte Wont heal party

#5 Post by goodchee »

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
}
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Acolyte Wont heal party

#6 Post by SkylorD »

Hum.
In this block :
partySkill Increase AGI {
lvl 10
target Censured
target_whenStatusInactive Increase AGI
}
You configured the target.
With this i think which, you not configured followTarget.

partySkill Angelus {
lvl 8
target_WhenStatusInactive Angelus
timeout 300
}
Here, you not defined.
I recommend :
followTarget Master Name
And you will don't need add "target line" in all blocks.
Learn rules
goodchee
Noob
Noob
Posts: 8
Joined: 02 Apr 2012, 18:46
Noob?: Yes

Re: Acolyte Wont heal party

#7 Post by goodchee »

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 ?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Acolyte Wont heal party

#8 Post by EternalHarvest »

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.
SolumPravus
Noob
Noob
Posts: 8
Joined: 02 Aug 2012, 19:09
Noob?: No

Re: Acolyte Wont heal party

#9 Post by SolumPravus »

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
}
SolumPravus
Noob
Noob
Posts: 8
Joined: 02 Aug 2012, 19:09
Noob?: No

Re: Acolyte Wont heal party

#10 Post by SolumPravus »

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%
}