Issue Data
|
Issue #28390: Labyrinthian Word Wall triggers twice
A few people on UESP have reported Slow Time words not triggering properly. After experiencing the same issue myself, I was able to narrow down the problem to Labyrinthian. I can't see any cause for it in the CK, but on rare occasions, it seems the wall triggers twice, thus raising WWSlowTime to 2 instead of 1. In trying to reproduce the problem, I was only able to get it to trigger about 1 in 20 times, with no discernible pattern to when it triggered. The Word of Power Learned message will actually appear twice when it double-triggers, so you don't need to use the console to check. In case it makes a difference, I was on the left side of the room, behind the throne when I saved, and I had not yet killed the occupants. During testing, I only ever triggered it while sneaking, but I believe in my actual game, I got the word in mid-combat. It was a while back, so I'm not 100% sure.
It's possible it's some issue like script lag, but with multiple reports, all of them after the people had been to Labyrinthian, it seems likely it's something specific to that. |
Are you reporting this based on the 7 year old information on that page or was this something you randomly ran into just recently?
If it's something recent, please provide us a pair of saves. One before you set the problem off, and one after it's been triggered. We'll need them to compare script variables with because the reports on the UESP page are talking about the global variables issue we fixed in USKP 2.0.
If it's something recent, please provide us a pair of saves. One before you set the problem off, and one after it's been triggered. We'll need them to compare script variables with because the reports on the UESP page are talking about the global variables issue we fixed in USKP 2.0.
I experienced it just before I reported it, and as I said, I was able to reproduce, although only rarely. I've got a save right before triggering it, though my next save is a fair bit afterwards, cuz I don't perma-save all that often. I haven't triggered any other Slow Time word walls, though, so I suspect that won't be a problem.
Attached Files:
Saves.rar
Attached Files:
Saves.rar
Okay, screen caps, per your request.
Before = SV from before approaching the Word Wall at all. "show WWSlowTime" => 0.
Normal = SV from after triggering the wall normally. "show WWSlowTime" => 1.
After = SV from after a double-trigger. "show WWSlowTime" => 2.
The only notable difference I see between the regular trigger and double trigger is that `iInTrigger` = 2 in one, but 3 in the other.
Attached Files:
SV ScreenCaps.rar
Before = SV from before approaching the Word Wall at all. "show WWSlowTime" => 0.
Normal = SV from after triggering the wall normally. "show WWSlowTime" => 1.
After = SV from after a double-trigger. "show WWSlowTime" => 2.
The only notable difference I see between the regular trigger and double trigger is that `iInTrigger` = 2 in one, but 3 in the other.
Attached Files:
SV ScreenCaps.rar
Showing Comments 1 - 3 of 3