serverType : kRO_RagexeRE_2012_04_10a
charBlockSize : 144
serverEncoding : Korean
other function is work perfectly.
but, i found problem
my homunculus S only use Caprice . not use Needle Of Paralyze.
and caprice use to all monsters. what was my mistake?
Code: Select all
attackSkillSlot Caprice {
lvl 5
dist 2
homunculus_sp > 40%
aggressives 0
inLockOnly 1
notInTown 1
timeout 5
disabled 0
monsters Poison Spore
notMonsters
maxUses 1
}
attackSkillSlot Needle Of Paralyze {
lvl 5
dist 2
homunculus_sp > 50%
aggressives 0
inLockOnly 1
notInTown 1
timeout 5
disabled 0
monsters Hunter Fly
notMonsters
maxUses 1
}
but, i want each use two skills.
ps. sorry my English. english is not my first language.