#10127 Aran's Task to receive the shadowmasters aid
vanatos
Member Posts: 876
This journal entry is not cleaned up properly.
"Aran's tasks to receive the Shadow Thieves' aid I found Mook at the docks,"
EraseJournalEntry(47805) should be called when Aran send you off to spellhold on ship, every other journal entry is cleaned up but this one.
You can see the cleanup script in his dialogue file, missing that one entry to clean up.
IF ~~ THEN BEGIN 47 // from: 48.1 45.0 43.1
SAY #43080 /* ~Excellent! The ship awaits. Good luck to you... I hope we all find what we are looking for.~ [ARAN21] */
IF ~~ THEN DO ~EraseJournalEntry(96562)
AddJournalEntry(96562,QUEST_DONE)
AddJournalEntry(96563,QUEST)
EraseJournalEntry(47783)
EraseJournalEntry(47806)
EraseJournalEntry(47831)
EraseJournalEntry(47837)
EraseJournalEntry(47838)
StartCutSceneMode()
StartCutScene("Movie03b")
"Aran's tasks to receive the Shadow Thieves' aid I found Mook at the docks,"
EraseJournalEntry(47805) should be called when Aran send you off to spellhold on ship, every other journal entry is cleaned up but this one.
You can see the cleanup script in his dialogue file, missing that one entry to clean up.
IF ~~ THEN BEGIN 47 // from: 48.1 45.0 43.1
SAY #43080 /* ~Excellent! The ship awaits. Good luck to you... I hope we all find what we are looking for.~ [ARAN21] */
IF ~~ THEN DO ~EraseJournalEntry(96562)
AddJournalEntry(96562,QUEST_DONE)
AddJournalEntry(96563,QUEST)
EraseJournalEntry(47783)
EraseJournalEntry(47806)
EraseJournalEntry(47831)
EraseJournalEntry(47837)
EraseJournalEntry(47838)
StartCutSceneMode()
StartCutScene("Movie03b")
Post edited by Gate70 on
0