Bugs with known fixes and workarounds are inside blue boxes, while unresolved bugs are in red.
It is not possible to pick up and take either of the Straelhcaegh Litany books (the ones that give you spells). The books properly give you the spell, and the “take” option properly appears, but instead of adding the book to your inventory when you click it the game will pause. Right clicking gets you back to normal, but you still can’t pick up the book.
FIX FOUND (thanks to cyrano)
The script is hanging while the menu is open. Add the following lines above the line [if (OnPCDrop != 1)]:
if ( menumode == 1 ) return endif
FIX FOUND
Turning autocalc off on the spell in the Construction Set fixes this issue.
FIX FOUND (thanks to abot)
http://forums.bethsoft.com/topic/1491977-debugging-summoning-circle-activator/
FIX FOUND (thanks to abot)
http://forums.bethsoft.com/topic/1488536-uviriths-legacy-bug-almossarens-disposition/?hl=%2Balmossaren#entry23349746
FIX FOUND
Open the console and type AddTopic “trade agreement”
FIX FOUND
The proper greeting doesn’t appear due to it being set to filter for slavestatus == 2, when it should be gp_slave == 2.
Rise of House Telvanni Add-on
FIX FOUND
The scripts for the second and third quest have a command stopping the script for the first quest, instead of themselves. The line StopScript RoHT_Ajira_Report1 needs to be changed to 2 and 3 in their respective scripts.
In the dialogue “chores” Ajira doesn’t give the report due to a missing value in the results box. It should be Player->AddItem bk_Ajira3 1
Most of these issues have been resolved for Uvirith’s Legacy 3.3. If you’re still having issues after upgrading, particularly the ones still listed in red, please contact me.
Comments are closed because a spambot started hammering this page hard.