Jump to content

Minsc won't rejoin if Dynaheir is in the party


AstroBryGuy

Recommended Posts

Jastey had a bug report that at first was thought to be due to BG1NPC + SCS. However, it appears to be an SCS alone issue.

 

jastey, on 15 Aug 2014 - 02:11 AM, said:snapback.png

Is it possible that Minsc gets a different P-dialogue if Dynaheir is in the group?

 

I have a bug report for BG1NPC + SCS that misses the "Wait at Inn"-replies for Minsc from SCS if both mods are installed and Dynaheir is in the group. Also, if Dynaheir is sent to an inn, Minsc does not accompany her (this might be a Sn SCS issue).

The MINSCP.DLG file isn't touched by BG1NPC (on BGEE). SCS (with Separate NPC Pairs and Wait at Inns components install) changes the trigger on state 5 in MINSCP.DLG to be (which is Minsc's no-Dynaheir rejoining dialog):

!HappinessLT(Myself,-160)
Global("KickedOut","LOCALS",1)
OR(2)
OR(3)
Dead("dynaheir")
InParty("dynaheir")
!InMyArea("dynaheir")
!True()
When you try to talk to Minsc with Dynaheir in the party, Dynaheir not present, or Dynaheir dead, this state does not trigger. Minsc just gives a selection sound response (e.g., "Who wants some?").

I edited the state 5 trigger in MINSCP to remove the nested OR()s

 

!HappinessLT(Myself,-160)
Global("KickedOut","LOCALS",1)
OR(3)
Dead("dynaheir")
InParty("dynaheir")
!InMyArea("dynaheir")
And it works. Maybe those nested OR()s aren't working?
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...