搜尋


返回清單
切換到指定樓層
通知這文章過時或找檔案 發表主題

祭司十字區腳本

  [複製連結]
1
lacusclyne11 ( Lv.10 見習生 ) 發表於 2011-1-3 23:55:10 | 只看該作者 回覆獎勵 |降序瀏覽 |閱讀模式
# 以下區塊為自動施展攻擊性法術技能的設定
attackSkillSlot 治癒術 {
        lvl 10
        # 技能等級
        dist 10
        # 施法距離
        maxCastTime 0
        minCastTime 0
        hp
        # HP 範圍限制
        sp  
        # SP 範圍限制
        homunculus_hp
        # 人工生命體 HP 範圍限制
        homunculus_sp
        # 人工生命體 SP 範圍限制
        homunculus_dead
        # 人工生命體死亡時
        onAction
        # 當 AI 為 ... 時
        whenStatusActive
        # 當處於某種狀態時
        whenStatusInactive
        # 當某種狀態失效時
        whenFollowing
        # 當跟隨時
        spirit
        # 氣彈數範圍
        aggressives
        # 被魔物圍攻的隻數
        previousDamage
        stopWhenHit 0
        # 被攻擊時是否停止使用本技能
        inLockOnly 0
        # 是否只在鎖定地圖使用
        notInTown 0
        # 是否不在城鎮使用
        timeout 0
        disabled 0
        # 是否關閉本區塊技能
        monsters 暗黑祭司,惡靈,闇神官
        # 限定針對哪些魔物使用
        notMonsters
        # 限定不對哪些魔物使用
        maxAttempts 0
        # 若技能使用失敗,則最多嘗試幾次(施法失敗也算一次)
        maxUses 200
        # 本技能使用幾次(施法成功才算一次)
        target_whenStatusActive
        # 當目標處於某種狀態時
        target_whenStatusInactive
        # 當目標不為某種狀態時
        target_deltaHp
        # 目標魔物的 HP 改變量(大多皆為負)
        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 1
        # 技能等級
        dist 10
        # 施法距離
        maxCastTime 0
        minCastTime 0
        hp
        # HP 範圍限制
        sp  
        # SP 範圍限制
        homunculus_hp
        # 人工生命體 HP 範圍限制
        homunculus_sp
        # 人工生命體 SP 範圍限制
        homunculus_dead
        # 人工生命體死亡時
        onAction
        # 當 AI 為 ... 時
        whenStatusActive
        # 當處於某種狀態時
        whenStatusInactive
        # 當某種狀態失效時
        whenFollowing
        # 當跟隨時
        spirit
        # 氣彈數範圍
        aggressives
        # 被魔物圍攻的隻數
        previousDamage
        stopWhenHit 0
        # 被攻擊時是否停止使用本技能
        inLockOnly 0
        # 是否只在鎖定地圖使用
        notInTown 0
        # 是否不在城鎮使用
        timeout 0
        disabled 0
        # 是否關閉本區塊技能
        monsters
        # 限定針對哪些魔物使用
        notMonsters 暗黑祭司,惡靈,闇神官
        # 限定不對哪些魔物使用
        maxAttempts 0
        # 若技能使用失敗,則最多嘗試幾次(施法失敗也算一次)
        maxUses 200
        # 本技能使用幾次(施法成功才算一次)
        target_whenStatusActive
        # 當目標處於某種狀態時
        target_whenStatusInactive
        # 當目標不為某種狀態時
        target_deltaHp
        # 目標魔物的 HP 改變量(大多皆為負)
        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
        # 是否在手動時才使用
}
# 以下區塊為施展連技時要設定的
attackComboSlot {
        afterSkill
        waitBeforeUse
        dist 1.5
        isSelfSkill 1
        target_deltaHp
}

# 以下區塊為施展至自己身上的法術技能的設定
useSelf_skill 治癒術 {
        lvl 10
        maxCastTime 0
        minCastTime 0
        hp < 90%
        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 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 0
        disabled 0
        inInventory
        manualAI 0
}
useSelf_skill 聖母之祈福 {
        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
}
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 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        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 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 0
        disabled 0
        inInventory
        manualAI 0
}





大家正在看啥


收藏收藏 分享文章到FB上分享
複製專屬你的推廣連結:發至FB與各論壇宣傳:累積點數換GP商品 & 藍鑽
每五點閱率就可以兌換藍鑽積分或遊戲點卡 夢遊推廣文章換GP商品
2
s60125 ( Lv.10 見習生 ) 發表於 2011-2-5 22:22:47 | 只看該作者
回復 1# lacusclyne11


    謝囉!!超急需要的 拉
回覆 使用道具 檢舉
3
xiaokeong ( Lv.10 見習生 ) 發表於 2011-2-6 04:15:45 | 只看該作者
谢谢大大分享^^
回覆 使用道具 檢舉

你需要登入後才可以回覆 登入 | 加入會員

本版積分規則

Copyright (C) 2010-2020 夢遊電玩論壇

廣告合作:請直接聯繫我們,並附上您預刊登位置的預算。  

快速回覆 返回頂端 返回清單