アドオンはエラー祭りですw
エラーの一つに QUEST_TRACKER を使用しているとエラーになる事象があります。
下記サイトを見ると、すべてQUEST_TRACKERはFOCUSED_QUEST_TRACKERに統合されたようです。
Update 18 API Patch Notes & Change Log (PTS)
https://forums.elderscrollsonline.com/en/discussion/409079/update-18-api-patch-notes-change-log-pts
Quest TrackerThe quest tracker has been changed from two objects (QUEST_TRACKER and FOCUSED_QUEST_TRACKER) into just one object (FOCUSED_QUEST_TRACKER). The previous structure was a remnant of transitioning from one type of tracker to another. The co-dependency between the two led to a number of bugs including cases where the tracker would change the focused quest when you traveled to a different zone. All uses of QUEST_TRACKER now call the same functions on FOCUSED_QUEST_TRACKER.
ですので、取り急ぎは QUEST_TRACKER を FOCUSED_QUEST_TRACKER に書き換えるとエラーが解消されるかもしれません。
0 件のコメント:
コメントを投稿