不知道為什麼有時候會無法開啟火箭矢筒
請大大幫我解惑
常常沒箭矢 然後無法開啟火箭矢筒 人物就卡在那邊了
找了很久還是沒找到問題出在哪 希望有大大能幫我找一下問題出在哪YCT65B
# 自動切換武器 #
############################
autoSwitch_default_rightHand
autoSwitch_default_leftHand
autoSwitch_default_arrow
autoSwitch 綠草,紅草,黃草,白草,藍草,光芒草,黑菇,紅菇 {
rightHand [NONE]
leftHand
arrow 火箭矢
distance 1.5
useWeapon
}
autoSwitch 小野豬,樹精,蜂兵 {
rightHand +7 弓 [3]
leftHand +7 弓 [3]
arrow
distance
useWeapon 1
}
############################
# 自動裝備 #
############################
equipAuto {
topHead
midHead
lowHead
leftHand +7 弓 [3]
rightHand +7 弓 [3]
leftAccessory
rightAccessory
robe
armor
shoes
arrow 火箭矢
monsters
weight
whileSitting
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit
inLockOnly
notWhileSitting
notInTown
timeout
disabled
inInventory
manualAI
}
####################################################################
# #
# 6.物品 (撿取、使用) 設定 #
# #
####################################################################
############################
# 物品撿取 #
############################
itemsTakeAuto 1
itemsTakeAuto_party 1
itemsGatherAuto 1
itemsMaxWeight 85
itemsMaxWeight_sellOrStore 85
itemsMaxNum_sellOrStore 99
cartMaxWeight 7900
itemsTakeAuto_new 1
############################
# 自動使用物品 #
############################
useSelf_item 魔物飼料,蘋果,肉,紅蘿蔔,香蕉,南瓜,地瓜,白色藥水 {
# 括號前面接物品名稱
hp < 40%
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_item 火箭矢筒 {
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 10
disabled 0
inInventory 火箭矢 < 100
manualAI 0
} |