HIME_EquipSlotsCore.jsについて
他のプラグインをすべてOFFにした状態でも
何らかのアイテムを1つでも入手した後、装備メニュを開くと以下のエラーが発生します。
【エラー】
コード: 全て選択
type error cannot read property 'canEquip' of undefined
コード: 全て選択
TypeError: Cannot read property 'canEquip' of undefined
at Window_EquipItem.includes (HIME_EquipSlotsCore.js:698)
at Window_EquipItem.<anonymous> (rpg_windows.js:1971)
at Array.filter (<anonymous>)
at Window_EquipItem.Window_ItemList.makeItemList (rpg_windows.js:1970)
at Window_EquipItem.Window_ItemList.refresh (rpg_windows.js:2012)
at Window_EquipItem.setSlotId (rpg_windows.js:2471)
at Window_EquipSlot.update (InvalidSlotHidden.js:92)
at rpg_core.js:7035
at Array.forEach (<anonymous>)
at WindowLayer.update (rpg_core.js:7033)
コード内にたくさんあって、何が原因なのか特定できませんでした。
アクターのメモ欄には、
コード: 全て選択
<equip slot: 1>
<equip slot: 2>
<equip slot: 3>
<equip slot: 4>
<equip slot: 5>
<equip slot: 6>
その他にも武器・防具のメモ欄に何らかのタグが必要なのでしょうか?
エラー文を検索したところ、
このプラグインの使用者で、一人だけ同じ質問をしている方がいらっしゃったのですが
レスを読むかぎり、解決できなかったようでした。
お詳しい方、ヒントでも構いませんので情報をいただけると幸いです。