Thanks a bunch for the table!
I have a really big problem with one quest, and I'm wondering if I can fix it using this table. Basically, in Waukeen's rest I failed to save anyone because I assumed I could just keep going and come later. Everyone, including the woman that gives the quest and the item I really want are now dead.
I know I can just spawn the item (did that already), but I kinda wanted not to fail the quest too. Is there a way to trigger this quest again? I found one mention of Waukeen in game flags in the front page ("19d17961-3ca2-3d7e-caa0-84ca121f1c50", --4bf3da44-a8db-da2d-dc32-f81eace67b0f_WaukeensRest), but I have no idea what I should do with it.
Actually,
[Link] says it's about Ravengard mentioning the place and has another one about "knowing" if the building is burning, but my code for clearing that flag doesn't seem to work (says attempt to call a nill value):
Code: Select all
{$lua}
if syntaxcheck then return end
flag = "f1d6e5cf-e8d4-4095-a6ef-17dfcd4521b0" --PLA_Tavern_Knows_TavernIsBurning
[ENABLE]
ClearFlagFlagOnPlayer(flag)
[DISABLE]
Either way, I don't think I need that flag anyway, because knowing that it's burning and the quest might be two different things. If anyone could lend a hand, I'd be grateful.
I also just read that dead NPCs remain dead and there's no way of changing that, so this might be completely impossible actually