Jump to content

Harper Variables


Ayce

Recommended Posts

Hi,

 

Long time, no post, but I have a question now....................... :-)

 

Which variables govern the harper plot for Jaheira? Here's my problem, Jaheira is supposed to leave after Dermin's second "visit," the next time you rest that is.

 

Well, I am running the D'arnise Romance mod and what happened is that Nalia woke up from a night mare at the time Jaheira was supposed to disappear, I think this broke the Harper Plot, I've rested three times now and Jaheira has still not left (followed by the note from the mage).

 

 

I've opened up both my latest save game as well as the save game right before Dermin appears (for the second time), the Global Variable in both games read almost identical..............

 

JaheiraCursed 10

JaheiraHarper Plot 3

JaheiraMatch 1

JaheiraNotHarper 1

JaheiraReleased 1

JaheiraReturn 1369896

JaheiraReturns 2

JaheiraRomance 1586760

JaheiraRomanceActive 3

JaheiraTraitor 1

HarperFight 1

HarperJob 3

DerminAppear 2879243

DerminSpawn 3 (4 in most recent save game)

 

As I said, these variable are identical in my most recent game and in my save game before Dermin's arrival (with the above mentioned exception). Not sure if I'm barking up the wrong tree here or not. But I would appreciate any help\insight\illumination on this. Thanx.

 

Ayce

Link to comment

Check the script Jaheira.bcs, this will show:

IF

OR(2)

Global("JaheiraRomanceActive","GLOBAL",0)

Global("JaheiraRomanceActive","GLOBAL",3)

Global("RevianeSpawn","LOCALS",0)

Dead("Galvarey")

THEN

RESPONSE #100

SetGlobal("RevianeSpawn","LOCALS",1)

SetGlobal("DerminSpawn","GLOBAL",1)

SetGlobalTimer("RevianeAppear","GLOBAL",FOUR_DAYS)

SetGlobalTimer("DerminAppear","GLOBAL",SEVEN_DAYS)

END

Link to comment

Archived

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

×
×
  • Create New...