Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Me

Uploaded by

ImABotBeepBoop

Virus scan

Safe to use

About this mod

A proper, permanent fix for the missing Thieves Guild radiant quest reward items. Now includes a Reduced Quest Requirement version!

Permissions and credits
Long story short, the game forgot how to count while you were grinding quests for Delvin & Vex. Now you're missing items on the shelf and can't go back to get them. Well this fixes that by forcing the game to do a full recount every time you turn in a quest! (Yes, you'll have to do 1 more to fix it lol)


Technical Stuff:
The Vanilla script does 2 things wrong here. First, it only does a basic equality check (==) when it should be doing a greater-than-or-equal-to check (>=) in case of problems like... well... the reason you're reading this now. Second, it's using elseif instead of individual if statements for each quest stage. Which, when combined with the previous issue, is probably the actual cause of the game losing count since it can only set 1 stage/item at a time and it never re-checks.

This fixes both problems.


Instructions:
Nothing special, just install with your Mod Manager and make sure this overwrites any mods also using this file. Then go do a single radiant quest and the game should correct itself when it's turned in.