出現了 一大片的紅字 我是設定月費要掛修道院
我是邊看腳本 邊更改的 並沒有複製貼上之類的 可是就在登入後 出現一大片紅字 然後要我按Enter 結束程式ˊˋ 我有用同樣腳本放入其他的op主程式 卻可以使用ˊˋ ˊˋ為什麼捏 他有顯示errors 錯誤問題在裡面
我把我的技能設定 貼上來
# 以下區塊為自動施展攻擊性法術技能的設定
attackSkillSlot 治癒術 {
lvl 10
# 技能等級
dist 10
# 施法距離 (魔法最大攻擊為9格,戰士系需要較短距離)
maxCastTime
minCastTime
hp
# HP 範圍限制
sp
# SP 範圍限制
homunculus_hp
# 人工生命體 HP 範圍限制
homunculus_sp
# 人工生命體 SP 範圍限制
homunculus_dead
# 人工生命體死亡時
onAction
# 當 AI 為 ... 時
whenStatusActive
# 當處於某種狀態時
whenStatusInactive
# 當某種狀態失效時
whenFollowing
# 當跟隨時
spirit
# 氣彈數範圍
aggressives
# 被魔物圍攻的隻數
previousDamage
stopWhenHit 0
# 被攻擊時是否停止使用本技能
inLockOnly 1
# 是否只在鎖定地圖使用
notInTown
# 是否不在城鎮使用
timeout
disabled
# 是否關閉本區塊技能
monsters 惡靈,闇神官,
# 限定針對哪些魔物使用,暗黑祭司
notMonsters 邪惡箱,赤蒼蠅,黑暗之王,迷幻之王
# 限定不對哪些魔物使用
maxAttempts
# 若技能使用失敗,則最多嘗試幾次(施法失敗也算一次)
maxUses
# 本技能使用幾次(施法成功才算一次)
target_whenStatusActive
# 當目標處於某種狀態時
target_whenStatusInactive
# 當目標不為某種狀態時
target_deltaHp
# 目標魔物的 HP 改變量(大多皆為負值)
inInventory
# 物品欄有某(些)物品時
isSelfSkill
# 本技能是否為使用在自己身上的技能
equip_topHead
# 頭上裝備名
equip_midHead
# 頭中裝備名
equip_lowHead
# 頭下裝備名
equip_leftHand
# 左手裝備名
equip_rightHand
# 右手裝備名
equip_leftAccessory
# 左裝飾品裝備名
equip_rightAccessory
# 右裝飾品裝備名
equip_robe
# 披掛物裝備名
equip_armor
# 盔甲裝備名
equip_shoes
# 鞋子裝備名
equip_arrow
# 箭矢裝備名
manualAI
# 是否在手動時才使用
}
輔助技能 在下面~
useSelf_skill 治癒術 {
lvl 10
maxCastTime 0
minCastTime 0
hp < 70%
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 10
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
disabled 0
inInventory
manualAI 0
}
useSelf_skill 加速術 {
lvl 10
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
disabled 0
inInventory
manualAI 0
}
useSelf_skill 聖母之頌歌 {
lvl 3
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 聖母之頌歌狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
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 1
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
manualAI 0
}
useSelf_skill 天使之障壁 {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 天使之障壁狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
manualAI 0
}
useSelf_skill 聖母之祈福 {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 聖母之祈福狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0 notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
manualAI 0
}
麻煩大家幫我看一下>< |
|