#490 UpdateQuestZone() behaves erratically for Current Zone in quest journal

開啟中
Dorbin1 年之前創建 · 1 條評論

The Lua command, UpdateQuestZone(), used in quest scripts, works on the initial acceptance of a quest and reloading of quests. The issue occurs upon logging or after zoning.

Oftentimes, the quests using this Lua will lump into a completely unrelated zone area for the Current Zone in the Quest Journal.

Its use is often recorded as follows." function Init(Quest) AddQuestStepKill(Quest, 1, "... from the creatures in the Caves.", 5, 20, "...any creatures in the Caves.", 1350, ###) AddQuestStepCompleteAction(Quest, 1, "Step1Complete") UpdateQuestZone(Quest,"Caves") end

The picture included demonstrates MULTIPLE quests referencing Thundering Steppes when almost none of them go there.

The Lua command, UpdateQuestZone(), used in quest scripts, works on the initial acceptance of a quest and reloading of quests. The issue occurs upon logging or after zoning. Oftentimes, the quests using this Lua will lump into a completely unrelated zone area for the Current Zone in the Quest Journal. Its use is often recorded as follows." function Init(Quest) AddQuestStepKill(Quest, 1, "... from the creatures in the Caves.", 5, 20, "...any creatures in the Caves.", 1350, ###) AddQuestStepCompleteAction(Quest, 1, "Step1Complete") UpdateQuestZone(Quest,"Caves") end The picture included demonstrates MULTIPLE quests referencing Thundering Steppes when almost none of them go there.
Dorbin 評論 1 年之前'
發佈者

For clarity (TL/DR)

UpdateQuestZone() in quest scripts incorrectly lists the Current Zone in the Quest Journal after zoning/relogging.

For clarity (TL/DR) UpdateQuestZone() in quest scripts incorrectly lists the Current Zone in the Quest Journal after zoning/relogging.
登入 才能加入這對話。
正在加載...
取消
保存
尚未有任何內容