Problem with heal party members

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
asdasd
Noob
Noob
Posts: 3
Joined: 10 Jul 2011, 18:53
Noob?: Yes

Problem with heal party members

#1 Post by asdasd »

I can't heal the party members

Code: Select all

partySkill Heal {
	lvl 10
	target_hp < 95%
	sp > 10%
	Target skyter

}
and dont work with ressurection too.

i cant do the bot dont respawn when he die

Code: Select all

teleportAuto_hp 0
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 0
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 0
teleportAuto_useSkill 0
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers
teleportAuto_atkCount 0
teleportAuto_atkMiss 0
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn
pls someone help me!

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Problem with heal party members

#2 Post by Mushroom »

partySkill blocks are case-sensitive. Try using 'target'.
Quit.

markjames
Human
Human
Posts: 24
Joined: 16 Jun 2011, 04:48
Noob?: Yes

Re: Problem with heal party members

#3 Post by markjames »

Yah.. Some time there is problem creat with heal party members.... So It is not a big matter .. It is depend on persons...

madnoh
Plain Yogurt
Plain Yogurt
Posts: 55
Joined: 09 Sep 2011, 18:04
Noob?: Yes
Location: Malaysia

Re: Problem with heal party members

#4 Post by madnoh »

asdasd wrote:I can't heal the party members

Code: Select all

partySkill Heal {
	lvl 10
	target_hp < 95%
	sp > 10%
	Target skyter

}
and dont work with ressurection too.

i cant do the bot dont respawn when he die

Code: Select all

teleportAuto_hp 0
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 0
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 0
teleportAuto_useSkill 0
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers
teleportAuto_atkCount 0
teleportAuto_atkMiss 0
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn
pls someone help me!

For Party heal Try This:

partySkill Heal {
lvl 10
sp > 20%
whenFollowing 1
target_hp < 100%

LokizWisdom
Noob
Noob
Posts: 19
Joined: 20 Apr 2011, 15:40
Noob?: Yes

Re: Problem with heal party members

#5 Post by LokizWisdom »

partySkill Heal {
lvl 10
target_hp < 95%
sp > 10 %
}

Post Reply