Skip to content

Commit

Permalink
Solaufein dialogue fixes
Browse files Browse the repository at this point in the history
Reported for BG2 Fixpack, but same issue is in BG2EE:

https://www.gibberlings3.net/forums/topic/35461-dialogue-with-solaufein/
  • Loading branch information
CamDawg committed May 15, 2022
1 parent 9d45bff commit 07faee8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion eefixpack/files/d/bg2ee_core_fixes.d
Expand Up @@ -4,4 +4,12 @@ ADD_TRANS_ACTION byoshim BEGIN 11 END BEGIN END ~SetGlobalTimer("YoshimoTalksPC2

// tbd, cam
// ranger stronghold fails if you're in Umar Hills when Delon spawn timer expires; see also ar1100.bcs
ADD_TRANS_ACTION delon BEGIN 21 END BEGIN END ~SetGlobal("CDDelonSpoke","GLOBAL",1)~
ADD_TRANS_ACTION delon BEGIN 21 END BEGIN END ~SetGlobal("CDDelonSpoke","GLOBAL",1)~

//tbd, cam
// missing journal entries; make outro flow better by adding player reply about cloak
ADD_TRANS_ACTION udsola01 BEGIN 121 END BEGIN 1 END ~EraseJournalEntry(97332)AddJournalEntry(97332,QUEST_DONE)AddJournalEntry(97333,QUEST)~
ALTER_TRANS udsola01 BEGIN 138 144 END BEGIN 0 END // filename, state, trans
BEGIN // list of changes, see below for flags
~REPLY~ ~#51710~
END

0 comments on commit 07faee8

Please sign in to comment.