Hello everyone~
I am a novice Modder, and I encountered issues while following the Quest Design series tutorial on the Wiki. My “quest log” and “dungeon mapmarker” are not displaying correctly.
In other words, the quest is progressing smoothly,all stage objectives are correct. I found the thief, retrieved the amulet, and returned it to the NPC.But when I click to track this side quest , there are no indications on the map and the Log entries is enmpty
I googled this issue and found an article suggesting me “Set ALL Aliases to optional” and "Check ALL actors to have persistent locations".I attempted both, but they didn't work.
When I open the console and enter sqv gsq01 to track the status of my quest, the console displays the following information:
setstage gsq01 10
sqv gsq01
------Papyrus------
QF_ GSQ01_ 0200A732:
Script state = ""
::Alias_ Amulet_ var二alias Amulet on ' quest GSQ01 (0700A732 )
::Alias_ Bendu var alias Bendu on quest GSQ01 ( 0700A732 )
::Alias_ Thief_var二alias Thiefon quest GSQ01 ( 0700A732 ) 2
::DungeonMarker var = ( 07009C64)
3 Aliases for quest GSQ01' (0700A732)-
REF 'Bendu' -> NONE
REF 'Thief' -> NONE
REF 'Amulet' -> NONE
------Quest state------
Enabled ?Yes
State :Running
Current stage :10
Priority :60
I think the issue might be REF "Bendu" -> NONE. But I don't know how to resolve it.
Please help me.
Thanks~