黃易群俠傳M脫機外掛應用程式黃易神行
1339
0

[發問] 祭司跟隨腳本問題 請大家指教@@"

zxc101g 發表於 2010-11-15 02:55:23 | 只看該作者 回帖獎勵 |倒序瀏覽 |
有幾個小問題
1.祭司無法補跟隨者(我用霸協代替@@")
2.他會跟著一起普公打怪
####################################################################
#                                                                  #
#                       7.技能(魔法) 設定                          #
#                                                                  #
####################################################################
# 技能名稱對應 /tables/skills.txt,必須一字不差
# 技能消耗 sp 可查詢 /tables/skillssp.txt,此為 kore 計算攻擊策略用

############################
#       一次性 攻擊        #
############################
# 你可以複製 & 貼上任何區塊許多次。
# 所以假如你想要設定兩個以上的攻擊技能,只要再複製 attackSkillSlot 區塊再修改即可。
# 注意:為了保持區塊完整性,請將同一技能的設定寫在花括號 { 與 } 之間。
# 例如:
# attackSkillSlot 治癒術 {
#  lvl 10
#  dist 10
#  monsters 腐屍,邪骸戰士
#  ...
#  ...
# }
#
# attackSkillSlot 神聖之光 {
#  lvl 1
#  dist 10
#  monsters 波波利,魔菇,樹精
#  ...
#  ...
# }
# 以下區塊為自動施展攻擊性法術技能的設定
attackSkillSlot Lex Aeterna {
lvl 1
# 技能等級
dist 9
# 施法距離 (魔法最大攻擊為9格,戰士系需要較短距離)
maxCastTime
minCastTime
hp
# HP 範圍限制
sp
# SP 範圍限制
homunculus_hp
# 人工生命體 HP 範圍限制
homunculus_sp
# 人工生命體 SP 範圍限制
homunculus_dead
# 人工生命體死亡時
onAction
# 當 AI 為 ... 時
whenStatusActive
# 當處於某種狀態時
whenStatusInactive 隱匿狀態
# 當某種狀態失效時
whenFollowing
# 當跟隨時
spirit
# 氣彈數範圍
aggressives
# 被魔物圍攻的隻數
previousDamage
stopWhenHit
# 被攻擊時是否停止使用本技能
inLockOnly 1
# 是否只在鎖定地圖使用
notInTown
# 是否不在城鎮使用
timeout
disabled
# 是否關閉本區塊技能
monsters
# 限定針對哪些魔物使用
notMonsters
# 限定不對哪些魔物使用
maxAttempts
# 若技能使用失敗,則最多嘗試幾次(施法失敗也算一次)
maxUses 3
# 本技能使用幾次(施法成功才算一次)
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
# 是否在手動時才使用
}

############################
#         連續技           #
############################

# 以下區塊為施展連續技時要設定的 (例:冰凍->雷鳴)
attackComboSlot {
afterSkill
# 在什麼技能之後接著施展
waitBeforeUse
# 施展之前先使用什麼技能
dist
# 施法距離
isSelfSkill
# 本技能是否為使用在自己身上的技能
target_deltaHp
# 目標魔物的 HP 改變量(大多皆為負值)
}


############################
#      輔助技 (自己)       #
############################
useSelf_skill_smartHeal 1
# 自己補血時自動調整治癒術等級以節省SP

# 以下區塊為施展至自己身上的法術技能的設定,屬性設定請參考 attackSkillSlot 區塊
useSelf_skill Increase Agility {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 20%
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 Blessing {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 30%
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 Heal {
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 Gloria {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 50%
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 Magnificat {
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 0
disabled 0
inInventory
manualAI 0
}
useSelf_skill Kyrie Eleison {
lvl
maxCastTime 0
minCastTime 0
hp
sp > 50%
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
}
############################
#      輔助技 (隊友)       #
############################
# 以下區塊為施展至隊友身上的法術技能的設定,部分屬性設定請參考 attackSkillSlot 區塊
partySkill Increase Agility {
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 0
disabled 0
inInventory
manualAI 0
target
# 輔助技能施放對象的名字
target_hp
# 施放對象的 HP 範圍限制
target_isJob
# 施放對象為以上英文職業名時
target_isNotJob
# 施放對象非以上英文職業名時
target_whenStatusActive
# 施放對象處於某種狀態時
target_whenStatusInactive 加速術狀態
# 施放對象不為某種狀態時
target_aggressives
# 施放對象被圍攻的隻數
target_monsters
# 施放對象被以上的魔物攻擊時(魔物名稱以逗號隔開)
target_timeout
# 施放對象的時間間隔
target_deltaHp
# 施放對象的 HP 改變量(大多皆為負值)
target_dead
# 施放對象死亡時(大多應用於復活術)
inInventory
isSelfSkill
}
partySkill Blessing {
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 0
disabled 0
inInventory
manualAI 0
target
# 輔助技能施放對象的名字
target_hp
# 施放對象的 HP 範圍限制
target_isJob
# 施放對象為以上英文職業名時
target_isNotJob
# 施放對象非以上英文職業名時
target_whenStatusActive
# 施放對象處於某種狀態時
target_whenStatusInactive 天使之賜福狀態
# 施放對象不為某種狀態時
target_aggressives
# 施放對象被圍攻的隻數
target_monsters
# 施放對象被以上的魔物攻擊時(魔物名稱以逗號隔開)
target_timeout
# 施放對象的時間間隔
target_deltaHp
# 施放對象的 HP 改變量(大多皆為負值)
target_dead
# 施放對象死亡時(大多應用於復活術)
inInventory
isSelfSkill
}
partySkill Impositio Manus {
lvl 5
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
target
# 輔助技能施放對象的名字
target_hp
# 施放對象的 HP 範圍限制
target_isJob
# 施放對象為以上英文職業名時
target_isNotJob
# 施放對象非以上英文職業名時
target_whenStatusActive
# 施放對象處於某種狀態時
target_whenStatusInactive 神威祈福狀態
# 施放對象不為某種狀態時
target_aggressives
# 施放對象被圍攻的隻數
target_monsters
# 施放對象被以上的魔物攻擊時(魔物名稱以逗號隔開)
target_timeout
# 施放對象的時間間隔
target_deltaHp
# 施放對象的 HP 改變量(大多皆為負值)
target_dead
# 施放對象死亡時(大多應用於復活術)
inInventory
isSelfSkill
}
partySkill Kyrie Eleison {
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 0
disabled 0
inInventory
manualAI 0
target
# 輔助技能施放對象的名字
target_hp
# 施放對象的 HP 範圍限制
target_isJob
# 施放對象為以上英文職業名時
target_isNotJob
# 施放對象非以上英文職業名時
target_whenStatusActive
# 施放對象處於某種狀態時
target_whenStatusInactive 霸邪之陣狀態
# 施放對象不為某種狀態時
target_aggressives
# 施放對象被圍攻的隻數
target_monsters
# 施放對象被以上的魔物攻擊時(魔物名稱以逗號隔開)
target_timeout
# 施放對象的時間間隔
target_deltaHp
# 施放對象的 HP 改變量(大多皆為負值)
target_dead
# 施放對象死亡時(大多應用於復活術)
inInventory
isSelfSkill
}
partySkill Heal {
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 0
disabled 0
inInventory
manualAI 0
target
# 輔助技能施放對象的名字
target_hp < 80%
# 施放對象的 HP 範圍限制
target_isJob
# 施放對象為以上英文職業名時
target_isNotJob
# 施放對象非以上英文職業名時
target_whenStatusActive
# 施放對象處於某種狀態時
target_whenStatusInactive
# 施放對象不為某種狀態時
target_aggressives
# 施放對象被圍攻的隻數
target_monsters
# 施放對象被以上的魔物攻擊時(魔物名稱以逗號隔開)
target_timeout
# 施放對象的時間間隔
target_deltaHp
# 施放對象的 HP 改變量(大多皆為負值)
target_dead
# 施放對象死亡時(大多應用於復活術)
inInventory
isSelfSkill
}
############################
#         自動唸咒         #
############################
autoSpell
# 自動唸咒 <技能名稱>
# 假如你有賢者自動念咒技能的話,可使用這個選項來設定 Kore 會自動地詠唱的技能。
# 本選項要與 useSelf_skill 設定自動念咒做搭配。
# 例如:
# autoSpell 冰箭術
#
# useSelf_skill 自動念咒 {
# lvl 10
# timeout 10
# whenStatusInactive 自動念咒
# notWhileSitting 1
# }
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


您需要登錄後才可以回帖 登錄 | 註冊


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-11-27 04:14 , Processed in 0.049108 second(s), 19 queries , Memcache On.

版權說明:
  本站不會製作、經銷、代理外掛程式。僅免費提供外掛程式下載前之掃毒及掃木馬等安全檢測驗證,協助會員遠離盜號危險程式。本站所有資料均來自網際網路收集整理,說明文字暨下載連結轉載自原程 式開發站。站上出現之公司名稱、遊戲名稱、程式等,商標及著作權,均歸各公司及程式原創所有,本站程式所有權歸外掛聯合國所有。本程式所有權歸外掛聯合國所有.......

回頂部
第二步?
第三步?