Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, Starfield, or Oblivion Remastered. Doing so will help everyone on all platforms.

Issue Data
Status: New
Issue Type: Bug Report
Project: Unofficial Skyrim Special Edition Patch
Component: Skyrim SE: Vanilla
Category: Quests & Dialogue
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 1
Watching: N/A
Opened By gavrant on Jun 2, 2025 1:11 pm

Issue #35534: Invalid alias fill conditions in several conversation quests (Actor Dialogue Event)

 
Below is a list of conversation quests which have very weird or outright conflicting alias conditions, some of which prevent those conversations from ever starting, as I believe. The bugs nest both in Actor1 and in Actor2 aliases (and in the case of DialogueRiftenSnowShodHouseScene01 also in Actor3) filled from the event data.

DialogueSnowShodFarmScene01: "GetIsID AND GetIsID" check should be "GetIsID OR GetIsID".
DialogueSnowShodFarmScene02: "GetIsID AND GetIsID" check should be "GetIsID OR GetIsID".
DialogueFalkreathCorpselightFarmScene01: "GetIsID AND GetIsID" check should be "GetIsID OR GetIsID".
DialogueRiftenSnowShodHouseScene01: "GetIsID AND GetIsID" check should be "GetIsID OR GetIsID".

DialogueWindhelmCandlehearthScene6: "GetIsID OR GetInCell" check should be "GetIsID AND GetInCell".
DialogueWindhelmCandlehearthScene7: "GetIsID OR GetInCell" check should be "GetIsID AND GetInCell".

Related Issues: 35544  

Comments

6 comment(s)
gavrant said:
 
As it turned out, DialogueFalkreathCorpselightFarmScene01 is even more broken than I had thought: Actor1 and Actor2 check for Mathies and IndaraCaerellia actors, but the aliases used in the scene are filled with Lod and Kust. And Lod and Kust seem to be the correct choice here judging by the available voice lines.

DarthVitrial said:
 
Some of those are intentionally disabled due to being leftovers of cut content.

gavrant said:
 
DarthVitrial, could you tell which ones are "cutting floor" content?

DarthVitrial said:
 
Anything with Lod for sure was cut, his entire role got rewritten. He used to be a struggling farmer and grave robber, it’s where stuff like the cut “Lods Lot” quests came from.

gavrant said:
 
OK, this cuts DialogueFalkreathCorpselightFarmScene01 from the list, the other 5 have no Lod.

gavrant said:
 
I merged all my recent Actor Dialogue event tickets into a single one, with a patch: https://afktrack.afkmods.com/index.php?a=issues&i=35544

Showing Comments 1 - 6 of 6