Healing party member's mercenary

International

Moderator: Moderators

Message
Author
Liposo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 20 May 2013, 02:00
Noob?: No

Healing party member's mercenary

#1 Post by Liposo »

Is there a way to heal party member's mercenary? I am a priest and want it to heal my friend's (who is in party) mercenary.

I have looked into PartySkill Heal but it won't heal my friend's mercenary.
When I put notPartyOnly 1, it heals the mercenary indefinitely (also using the lowest level even I specified level 10).

Code: Select all

partySkill Heal {
	lvl 10
	target_hp < 75%
	notInTown 1
	notWhileSitting 1
	whenFollowing 1
	notPartyOnly 1
}

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Healing party member's mercenary

#2 Post by SkylorD »

You've a honorable friend :)

Code: Select all

partySkill Heal {
	lvl 10
	target_hp < 75%
	notInTown 1
	notWhileSitting 1
	whenFollowing 1
	notPartyOnly 1
}
When I put notPartyOnly 1, it heals the mercenary indefinitely (also using the lowest level even I specified level 10)
http://www.openkore.com/index.php/UseSe ... _smartHeal
Is there a way to heal party member's mercenary? I am a priest and want it to heal my friend's (who is in party) mercenary.
http://www.openkore.com/index.php/PartySkill

@mercenary
Learn rules

Liposo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 20 May 2013, 02:00
Noob?: No

Re: Healing party member's mercenary

#3 Post by Liposo »

Thank you. I set SmartHeal to 0. Now it uses Heal lv10.
But still, it heals indefinitely.

If I set target @mercenary and set notPartyOnly 0, it wont heal at all.
If I don't specify target @mercenary and set notPartyOnly 1, it heals but indefinitely.

Maybe @mercenary works only with your "own" mercenary but not other's within the same party?

Liposo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 20 May 2013, 02:00
Noob?: No

Re: Healing party member's mercenary

#4 Post by Liposo »

any solution?

ladyfiona
Noob
Noob
Posts: 1
Joined: 21 Apr 2015, 10:03
Noob?: Yes

Re: Healing party member's mercenary

#5 Post by ladyfiona »

I am also facing this same problem. I would like to heal the mercenary that is summoned by the party leader using a priest who is also in the party as a member. I used similar codes as Liposo and as he mentioned the priest keeps on healing the mercenary even if the HP is full. Using @mercenary in the priest's config does not seem to work. Please help.

Post Reply