About This File
This script fix is intended to fix the ancient bug of the possibility endless finishing the special quest.
Â
As a side effect I reduced the grindquest to 1 per city.
I am aware, that other mods are doing this, but this is a side effect !
Â
The main goal is fixing the bug.
(Actually, reducing the sidequest from 125 original to a reduced numbers increases the chance to have this bug.
Â
I tested with an older PC, which has done all the quest already.
If you have this bug, just finish the quest once more and the lines should not appear anymore.
Â
It has been some kind of double bug.
The repeatable quest set wrong values on 2 places in the script what cause the issue, finish it endless.
Â
I did not test from start, because my PC is just not ready for it.
What's New in Version TG Dialogue Fix V42.0
Released
Â
Â
TG Dialogue Fix V42.0
Â
if you have finished the 4 special quest, the Dialogue for the special quest will pop up over and over again.
Like "I have finished this Whiterun Job" even if you finished already.
Â
It suppresses this pop up's, If you finished ALL 4 special jobs, not before !
Â
Remarks:
Â
The bug is in the original game (searching the web shows exactly this)
The famous patch introduced a couple of TIF fragments an variables added to the quest and Dialogue Topics.
I assume, they tried to fix exatly this bug.
Â
Did not dig deeper into their attempt, hust forwarded it, as there are other fixes, whichseem reasonable.
Â
What I did:
After finishing the 4 special quest, the Global variable will be 4 on default.
Changed it to 5 after finished all 4 special quest. This does no harm, as this value will not be used anymore, and if, the condition is 4 or greater.
Now I use this Global (5 or more) in the Dialogue to suppress the pop up.
Â
Tested with a char, which has finished all 4 special quest and with a new char finished 2 of the special quest.
Result, Char with has done all 4, Dialogue suppressed, Char with 2 special quest, Dialogue shows up.
Â
Testing this is like a nightmare, do this boring jobs over and over again to test.
Waiting for feedback, will pause a bit before doing all 4 jobs with the new char.
Â
It's an FE flagged esp.
Â
Â
TG Dialogue Fix V42.1
Â
went trough all this quest/scripts and found a possible glitch.
Not game breaking, but you won't get the 350 gold from Delvin.
Â
Can happen or not, needs to be tested.
So I moved the change of the blocking global after you become leader.
Â
If you want to test the V42 and face this glitch, proceed as follows:
Â
Finished 4th special quest
Make a save before entering the guild.
Go to Delvin to see if you get the 350 gold.
Â
If not:
Â
extit to desktop.
Install V42.1
Load and go to Delvin.
Â
The pop ups will now disappear after you became guild master.
Â
Â