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

[分享] 腳本常設定法術,覺醒不會重複放

jasonlove11 發表於 2010-12-11 00:31:30 | 只看該作者 回帖獎勵 |倒序瀏覽 |
祭司 天賜加速聖母霸邪幸運
useSelf_skill_smartHeal 1
# 自己補血時自動調整治癒術等級以節省SP

useSelf_skill 治癒術 {
hp < 50%
timeout 1
}
# 以下區塊為施展至自己身上的法術技能的設定,屬性設定請參考 attackSkillSlot 區塊
useSelf_skill 加速術 {
lvl 10
maxCastTime 0
minCastTime 0
hp %
sp > 20%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 加速術狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0
notWhileSitting 1
notInTown 0
timeout 10
disabled 0
inInventory
manualAI 0
}

useSelf_skill 天使之賜福 {
lvl 10
maxCastTime 0
minCastTime 0
hp %
sp > 20%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 天使之賜福狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0
notWhileSitting 1
notInTown 0
timeout 10
disabled 0
inInventory
manualAI 0
}
useSelf_skill PR_GLORIA {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp > 20%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 幸運之頌歌狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 0
timeout 10
disabled 0
inInventory
manualAI 0
}
useSelf_skill 聖母之頌歌 {
lvl 5
maxCastTime 0
minCastTime 0
hp %
sp < 50%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 聖母之頌歌狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 10
disabled 0
inInventory
manualAI 0
}
useSelf_skill 霸邪之陣 {
lvl 10
maxCastTime 0
minCastTime 0
hp %
sp >80%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 霸邪之陣狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1
inLockOnly 0
notWhileSitting 1
notInTown 0
timeout 10
disabled 0
inInventory
manualAI 0
}

鐵匠速度激發
useSelf_skill BS_ADRENALINE {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 速度激發狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
manualAI 0
}

劍士雙手

useSelf_skill 雙手劍攻擊速度增加 {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 雙手劍加速狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
manualAI 0
}

十字軍長矛加速

useSelf_skill 長矛加速術 {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 長矛加速術狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout 300
disabled 0
inInventory
manualAI 0
}

覺醒
useSelf_item 覺醒藥水 {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 覺醒藥水狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit
inLockOnly 1
notWhileSitting
notInTown
timeout 1800
disabled
inInventory
manualAI
}

接下來是攻擊設定 都有中文給你對照
預設十字攻擊


attackSkillSlot 聖十字攻擊 {
lvl 10
# 技能等級
dist 1
# 施法距離 (魔法最大攻擊為9格,戰士系需要較短距離)
maxCastTime
minCastTime
hp
# HP 範圍限制
sp >50
# 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 1
# 本技能使用幾次(施法成功才算一次)
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
# 是否在手動時才使用
}
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


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


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-11-27 23:32 , Processed in 0.051353 second(s), 18 queries , Memcache On.

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

回頂部
第二步?
第三步?