############################
# 自動使用物品 #
############################
# 補血、補魔、料理、覺醒...等物品
# 以下區塊為使用在自己身上的物品的設定,未中文化註解部份,請參考 attackSkillSlot 區塊
# 可設定多組物品,請自行複製區塊貼上
# 人物狀態名稱,請參考 /tables/skillsstatus.txt
# 不良狀態名稱,如中毒,請參考 skillsailments.txt
# hp 與 sp 若無特別指定為 %,例如 50%,則數值代表實際數值
# hp 與 sp 的指定,可以用 > 大於 < 小於 之邏輯運算式,例如 < 1000 滴血
useSelf_item 紅色藥水,紅色藥草,黃色藥草,白色藥草 {
hp < 90%
# HP 範圍
sp
# SP 範圍
whenStatusActive
# 當人物「在」這個狀態時
whenStatusInactive
# 當人物「不在」這個狀態時
timeout 0
# 每次使用的間隔時間(秒)
inInventory
# 當身上有某項物品,大於或小於某數量時
stopWhenHit 0
# 是否被攻擊時停止使用
inLockOnly 1
# 是否只在鎖定地圖使用
notInTown 1
# 是否不在城鎮中使用
notWhileSitting 0
# 是否不在坐下時使用
aggressives
# 被魔物圍攻的隻數 (隻數前面要加 > 大於符號)
manualAI
# 是否只在 kore 的 AI 為 manual 手動模式時使用
disabled
# 是否關閉本區塊技能
}
useSelf_item 紅色藥草,黃色藥草,白色藥草,肉,魔物飼料,糖果,拐杖糖 {
hp < 90%
# HP 範圍
sp
# SP 範圍
whenStatusActive
# 當人物「在」這個狀態時
whenStatusInactive
# 當人物「不在」這個狀態時
timeout 0
# 每次使用的間隔時間(秒)
inInventory
# 當身上有某項物品,大於或小於某數量時
stopWhenHit 0
# 是否被攻擊時停止使用
inLockOnly 1
# 是否只在鎖定地圖使用
notInTown 1
# 是否不在城鎮中使用
notWhileSitting 0
# 是否不在坐下時使用
aggressives
# 被魔物圍攻的隻數 (隻數前面要加 > 大於符號)
manualAI
# 是否只在 kore 的 AI 為 manual 手動模式時使用
disabled
# 是否關閉本區塊技能
}
useSelf_item 覺醒藥水 {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 覺醒藥水狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
useSelf_item 紅色藥水,紅色藥草,黃色藥草,白色藥草 {
hp < 50%
sp
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
# 是否只在 kore 的 AI 為 manual 手動模式時使用
disabled
# 是否關閉本區塊技能 |