不用巨集...一次設定2樣踢記....也都可以正常使用!!!!成功率95%以上!!
以下是我的寫法~~
# 以下區塊為施展連技時要設定的
attackComboSlot 迴旋踢 {
lvl 7
dist 1.5
sp > 10
afterSkill 迴旋準備
monsters
waitBeforeUse 1
isSelfSkill 0
target_deltaHp 0
}
attackComboSlot 還擊踢 {
lvl 7
dist 1.5
sp > 10
afterSkill 還擊準備
monsters
waitBeforeUse 1
isSelfSkill 0
target_deltaHp 0
}
# 以下區塊為施展至自己身上的法術技能的設定
useSelf_skill 迴旋準備 {
lvl 1
maxCastTime 0
minCastTime 0
hp <
sp >
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 迴旋準備狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
useSelf_skill 還擊準備 {
lvl 1
maxCastTime 0
minCastTime 0
hp <
sp >
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 還擊準備狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
|