Type:
Issue
Severity:
Normal
Game version:
Morrowind
Concerns:
TR_Mainland
Related Release File:
Found in Version:
Status:
Description:
In the "go free" topic, there is a response from TR_m4_q_S_dur_juu:
"Is that so? Tell me of these slaves."
Here's the results script. I marked the inconsistencies in bold. Ladiana's new name is Lati-An. Additionally, Dur-Juu's name is misspelled in all four responses.
choice "The specifics escape me." 331 "[Fabricate a story.]" 332
if ( "TR_m4_q_S_dur_juu".metManawi == 1 )
choice "[Tell Du-Juu about Manawi at Tel Drevis.]" 333
endif
if ( "TR_m4_q_S_dur_juu".metGaldalior == 1 )
choice "[Tell Du-Juu about Galdalior at Tomaril Manor.]" 334
endif
if ( GetJournalIndex TR_m3_Er_Prayer > 10 )
choice "[Tell Du-Juu about Lati-An in Evos.]" 335
elseif ( GetJournalIndex TR_m3_Er_Prayer == 2 )
choice "[Tell Du-Juu about Ladiana in Evos.]" 335
endif
if ( "TR_m4_q_S_dur_juu".metManawi == 1 )
choice "[Tell Du-Juu about Manawi at Tel Drevis.]" 333
endif
if ( "TR_m4_q_S_dur_juu".metGaldalior == 1 )
choice "[Tell Du-Juu about Galdalior at Tomaril Manor.]" 334
endif
if ( GetJournalIndex TR_m3_Er_Prayer > 10 )
choice "[Tell Du-Juu about Lati-An in Evos.]" 335
elseif ( GetJournalIndex TR_m3_Er_Prayer == 2 )
choice "[Tell Du-Juu about Ladiana in Evos.]" 335
endif
Comments
Fix: Fixed the names
Fix: Fixed the names
Patch File:
This probably conflicts with
This probably conflicts with https://www.tamriel-rebuilt.org/bugtracker/various-sailen-fixes-includin...
I updated that other fix to
I updated that other fix to include this one, so this can be closed as a duplicate