在 control 資料夾裡面的 config
1.
######## 人工生命體的設定 ########
homunculus_attackAuto 1 <------------2是主動攻擊 1是跟隨主人攻擊 設0的話不會打怪..
2.(攻擊)
# 以下區塊為自動施展攻擊性法術技能的設定
attackSkillSlot 善變 { <-----------------要生命體使用的技能
lvl 5 <------------------------------------ 使用等級
dist 1.5 <--------------------------------使用距離
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp > 30% <------------------生命體的sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters <----------------------------------對哪種怪物使用.空白為不限
notMonsters
maxAttempts 0
maxUses 2
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
}
範例:
attackSkillSlot 善變 {
lvl 5
homunculus_sp > 80%
whenStatusInactive 動作延遲,善變技能延遲
timeout 5
}
不讓主人一直尋找生命體, 可以試試在 config.txt 裡加入:
homunculus_StandByAuto 1
3.(輔助)
# 以下區塊為施展至自己身上的法術技能的設定
useSelf_skill 混亂的祈福 {
lvl 5
maxCastTime 0
minCastTime 0
hp < 70%
sp
homunculus_hp
homunculus_sp > 30%
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 1
notWhileSitting 1
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
留言列表