Some more- Area ARPO08 is missing, it has not been imported by TDDz from TDD/are folder? CtD when trying to enter from ARPO05. (You could decide to remove the transition, the area is not really needed - just the inside of an unused hut).
- The transition from Easthaven to Amn is an impovement well done. Much better to receive the Rusty Scabbard hint this way. The fat man at Suldarnessalar was very often missed (forum threads are full of that).
Finished the quest
- the conversation with Mary Magus at the end is erroneous. (when you return from the floating citadel) . She tells you to continue your journey from her house in the south (i.e.ARPO10). The transition from ARPO10 to MM5102 is activated but CtD as MM5102.are does not exist (is not imported from TDD). Anyway, this hint and activation should not exist at all with TDDz as this was the old transition to ToB (you went to MM6102, then to the next area, talked to Mary Magus again and she started MoveToExtension, i.e.(former)transition to ToB). Rather Mary should send you back to Suldarnessalar to continue against Irenicus (or, if you decide to change Ellesime like proposed above, it should lead the party back to ar2812 for the final Ellesime talk, including other mod contents (if added) and transition.
It looks like either way, there are some changes required as how this episode could work in EET.
a) If you let Elhan trigger, than after the Citadel the party needs to return to fight Irenicus - the Mary transition to ToB must be disabled.
b) If you give Ellesime the trigger after Irenicus you may either
- b1) use her again to complete other mods stuff, give reward for saving her town and perform transition to ToB OR
- b2) you put everything into a single Ellesime meeting and let Mary do the ToB transition (like in old TDD)
If you decide on a), there is also some clean-up in the dialogues required as they all hint to Irenicus defeat, which has not yet happened in this variation.
I hope this is helpful.
PS I have stored a savegame from which I can always start a testrun of a new mod version if that helps you.
Heureka!
This may be the solution to preserve most of the original idea as discussed before while incorporating your new idea of Elhan giving the quest and leaving Ellesime untouched.
1. Revise Cut60a.bcs (which is triggered by Irenicus death in Hell) by replacing
.....
.....
PlaySound("EFF_M21")
Wait(1)
StartCutScene("tz_cut59a")
END
2. Create tz-cut59a.BCS by making a copy of Cut59a.bcs with revised lines
:::::::::
Wait(1)
LeaveAreaLUAPanic("AR2800","",[4400.3200],N)
LeaveAreaLUA("AR2800","",[4400.3200],N)
ActionOverride(Player2,LeaveAreaLUA("AR2800","",4400.3200],S))
ActionOverride(Player3,LeaveAreaLUA("AR2800","",[4400.3200],SSW))
ActionOverride(Player4,LeaveAreaLUA("AR2800","",[4400.3200],S))
ActionOverride(Player5,LeaveAreaLUA("AR2800","",[4400.3200],SSW))
ActionOverride(Player6,LeaveAreaLUA("AR2800","",[4400.3200],S))
MoveGlobal("AR2800","A7Afaaq",[495.316])
Face(N)
ActionOverride(Player2,Face(N))
ActionOverride(Player3,Face(NNE))
ActionOverride(Player4,Face(NNW))
ActionOverride(Player5,Face(NNE))
ActionOverride(Player6,Face(NNW))
Wait(1)
FadeFromColor([20.0],0)
EndCutSceneMode()
SetGlobal("tzqueststart","ar2800",1)
ActionOverride("suelhan",StartDialogueNoSet([PC]))
END
3. Let Global("tzqueststart","ar2800",1) trigger the Elhan dialogue to get the TDD quest
- If the player accepts, the mage is coming to get him to Candlekeep
- if the player declines the quest, then the dialogue starts original Cut59a, thus transporting you onward to Ellesime and back to original storyline (DONE with this branch) >>>starts ToB
4. All of the TDD quest can stay as in your current version until Mary Magus last dialogue.
5. Revise dialogue DDMary state 3 >>> instead of the mapnote and current cutscene make Mary start original Cut59a instead - this will transport the party to Ellesime and back to original storyline (DONE with this branch) >>>starts ToB
Edited by Roxanne, 11 March 2016 - 11:43 PM.