Heal problem.. any 1 can help?

International

Moderator: Moderators

weeheong
Noob
Noob
Posts: 4
Joined: 26 Apr 2010, 05:53
Noob?: Yes

Heal problem.. any 1 can help?

#1 Post by weeheong »

i trying to set heal undead.. but it not work.. can anyone help? pls

attackSkillSlot heal {
lvl 10
dist 4
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters Skel Archer,Skel Soldier,Mummy
notMonsters
maxAttempts 0
maxUses 1
target
target_whenStatusActive
target_whenStatusInactive
target_deltaHp
inInventory
isSelfSkill 0
equip_topHead
equip_midHead
equip_lowHead
equip_leftHand
equip_rightHand
equip_leftAccessory
equip_rightAccessory
equip_robe
equip_armor
equip_shoes
equip_arrow
manualAI 0
}


any problem with this setting?
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Heal problem.. any 1 can help?

#2 Post by Mushroom »

Did you set mon_control.txt?
Try using Heal as skill name.
Quit.
Fusion
Moderators
Moderators
Posts: 21
Joined: 07 Jul 2009, 20:56
Noob?: Yes
Location: France ! ^_^

Re: Heal problem.. any 1 can help?

#3 Post by Fusion »

There is no shortage of spaces too no ?

Code: Select all

monsters Skel Archer,[here]Skel Soldier,[here]Mummy
Image

Mon forum d'aide en Français pour les Français qui n'aiment pas l'Anglais ! :D
weeheong
Noob
Noob
Posts: 4
Joined: 26 Apr 2010, 05:53
Noob?: Yes

Re: Heal problem.. any 1 can help?

#4 Post by weeheong »

attackSkillSlot Heal {
lvl 10
dist 6
maxCastTime 0
minCastTime 0
hp
sp > 50%
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters Mummy, Drainliar
notMonsters
maxAttempts
maxUses 10
}

i have try it... it doesn't heal mummy, but it heal drainliar... omg~ it make me blur..
silentblue1987
Human
Human
Posts: 46
Joined: 07 Apr 2010, 12:11
Noob?: Yes

Re: Heal problem.. any 1 can help?

#5 Post by silentblue1987 »

Try these blocks, they work for me currently, though its annoying i have to name each monster manually.

attackSkillSlot Heal {
lvl 5
sp > 50%
monsters Zombie, Skel Soldier, Skel Archer #<<<<undead monsters here
}

attackSkillSlot Heal {
lvl 10
sp > 50%
monsters Zombie, Skel Soldier, Skel Archer #<<<<undead monsters here
target_deltaHp > -50
}
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Heal problem.. any 1 can help?

#6 Post by Mushroom »

Again, did you set mon_control for those monsters? :roll:
Also, check your sp, the block will only work when you have more than 50% sp.
Quit.
weeheong
Noob
Noob
Posts: 4
Joined: 26 Apr 2010, 05:53
Noob?: Yes

Re: Heal problem.. any 1 can help?

#7 Post by weeheong »

Yeah.. finaly can Heal the undead.. the problem at monster control... thank you all guys.. thank you very much ^^