Ninjas e evoluções

attackSkillSlot Hyousensou {
    lvl 10
    sp > 5%
    maxCastTime 0
    minCastTime 0
}
attackSkillSlot Kouenka {
    afterSkill Hyousensou
    lvl 10
    sp > 5%
    maxCastTime 0
    minCastTime 0
}
- Kasumikiri + Kirikage combo
attackSkillSlot Kasumikiri{
    lvl 10
    dist 1.5
    maxCastTime 0
    minCastTime 0
    hp
    sp > 10
    onAction
    whenStatusActive
    whenStatusInactive Hiding
    manualAI 0
}

attackSkillSlot Kirikage{
    lvl 10
    dist 8
    maxCastTime 0
    minCastTime 0
    hp
    sp > 10
    whenStatusActive Hiding
    manualAI 0
}

attackComboSlot Kirikage{
    afterSkill Kasumikiri
    waitBeforeUse
    whenStatusActive Hiding
    dist 8
    isSelfSkill 0
    target_deltaHp
    manualAI 0
}


useSelf_skill Shadow Jump{
    lvl 10
    maxCastTime 0
    minCastTime 0
    notOnAction attack,skill_use
    whenStatusActive Hiding
    whenStatusInactive
    manualAI 0
}


hiding + Kirikage combo

Code:
attackSkillSlot Hiding{
    lvl 10
    dist 1.5
    maxCastTime 0
    minCastTime 0
    hp
    sp > 10
    onAction
    whenStatusActive
    whenStatusInactive Hiding
    manualAI 0
isSelfSkill 1
}

attackSkillSlot Kirikage{
    lvl 10
    dist 8
    maxCastTime 0
    minCastTime 0
    hp
    sp > 10
    whenStatusActive Hiding
    manualAI 0
}

attackComboSlot Kirikage{
    afterSkill Hiding
    waitBeforeUse
    whenStatusActive Hiding
    dist 8
    isSelfSkill 0
    target_deltaHp
    manualAI 0
}

useSelf_skill Nen {
    lvl 5
    maxCastTime 0
    minCastTime 0
    hp > 10%
    sp > 10%
    whenStatusInactive Soul
    stopWhenHit 1
    inLockOnly 0
    notWhileSitting 0
    notInTown 0
    timeout 3
    disabled 0
}

useSelf_skill Utsusemi {
    lvl 5
    maxCastTime 0
    minCastTime 0
    hp > 10%
    sp > 10%
    whenStatusInactive Cicada Skin Shedding
    whenStatusActive Soul
    stopWhenHit 1
    inLockOnly 0
    notWhileSitting 0
    notInTown 0
    timeout 3
    disabled 0
}

useSelf_skill Bunshin No Jutsu {
    lvl 5
    maxCastTime 0
    minCastTime 0
    hp > 10%
    sp > 10%
    whenStatusInactive Illusionary Shadow
    whenStatusActive Soul,Cicada Skin Shedding
    stopWhenHit 1
    inLockOnly 0
    notWhileSitting 0
    notInTown 0
    timeout 3
    disabled 0
}

attackSkillSlot Hyousensou {
    lvl 10
    dist 8.0
    maxCastTime 1.0
    minCastTime 0
    hp
    sp > 10%
    stopWhenHit 0
    inLockOnly 0
    notInTown 1
    monsters
    notMonsters
    isSelfSkill 0
    manualAI 0
}

attackSkillSlot Huujin {
    lvl 10
    dist 8.0
    maxCastTime 1.0
    minCastTime 0
    hp
    sp > 10%
    stopWhenHit 0
    inLockOnly 0
    notInTown 1
    monsters
    notMonsters
    isSelfSkill 0
    manualAI 0
}

attackSkillSlot Kouenka {
    lvl 10
    dist 8.0
    maxCastTime 1.0
    minCastTime 0
    hp
    sp > 10%
    stopWhenHit 0
    inLockOnly 0
    notInTown 1
    monsters
    notMonsters
    isSelfSkill 0
    manualAI 0
}

Nenhum comentário: