Jump to content


Photo

Dialogue repetition?


  • Please log in to reply
6 replies to this topic

#1 Mou

Mou
  • Member
  • 4 posts

Posted 02 June 2008 - 01:46 PM

I've just finished Spellhold, and Nathaniel was working fine in there, but upon entering the Underdark, he began to only say "Look -um- I don't think it's a good time at the moment." or something along those lines whenever I initiated dialogue with him. At first, I just thought he was being a bit wary about all the DEATH DEATH KILL KILL and such that seems to go on down there, which seemed perfectly admissible. However, after bringing Phaere a particular cloak Nathaniel seems to get a little overexcited about this phrase upon entry into the temple, where he'll say it to me every few seconds, and that, for whatever reason, revokes my capability of initiating dialogue with him (It says he has nothing to say to me, like it would other NPCs.). I've tried solutions both logical and illogical, including, but not limited to, re-loading, saving/reloading, restarting the game, kicking him out of the party and reforming (Which he actually has the right dialogue for, but then resumes his onslaught of fiery error.), even as weird as shooting him with my bow and arrow, and yelling at him from behind my computer screen... all to no avail. It's been a long time since I've played, so if you've a solution, map it out in steps, however vague that may sound. Regardless, I thank any and all who at the very least try to help ahead of time! Other than that, I love the mod.


OH! And I forgot to mention, the only mod I have installed is this, and the proper patches and the G3 Fix stated for it, so there is most assuredly (I think) no mod-on-mod rape. Thanks again for your time!

#2 Kaeloree

Kaeloree

    Head Molder

  • Administrator
  • 9200 posts

Posted 02 June 2008 - 02:04 PM

Firstly, I have to say. "Mod-on-mod rape" is perhaps the best phrase I have ever heard in relation to mod incompatibility. (And welcome to SHS!)

It sounds like a stutter bug to me. Hopefully Miss S will be around to fix the issue soon!

#3 Mou

Mou
  • Member
  • 4 posts

Posted 02 June 2008 - 03:52 PM

Firstly, I have to say. "Mod-on-mod rape" is perhaps the best phrase I have ever heard in relation to mod incompatibility. (And welcome to SHS!)

It sounds like a stutter bug to me. Hopefully Miss S will be around to fix the issue soon!


Thanks! I always attempt to be aptly sporadic in the way that I write, and also thanks for your insight and positivity! I hope it is resolved soon, as well! ^^

#4 Miss Sakaki

Miss Sakaki

    Modder

  • Modder
  • 505 posts

Posted 03 June 2008 - 12:33 AM

Hi Mou, could you send your savegame to feuille_sakaki(at)spellholdstudios(dot)net? It's a problem where he's trying to initiate a dialogue but instead what's coming up is the flirt menu for the Underdark.

#5 Mou

Mou
  • Member
  • 4 posts

Posted 03 June 2008 - 03:32 AM

Done and done! It's from mouichido@hotmail.com, though it should be obvious. Thanks!

#6 Arathlan

Arathlan
  • Modder
  • 106 posts

Posted 15 December 2008 - 07:32 AM

Hmm... this just happened in my game. I think what happened here is that I just turned Phaere down and since the Jaheira romance is active she got the jump on the interjection? Maybe? Nathaniel's certainly not piping up about her not having time to do things to me...

#7 Kaeloree

Kaeloree

    Head Molder

  • Administrator
  • 9200 posts

Posted 15 December 2008 - 09:10 AM

Hmm... without having the game installed here I can't really check it out myself, but see if this helps; replace the text under #1 with the text under #2 in fhnatj.d

#1
//Underdark Interjections
IF ~Global("FHUDUpset1","LOCALS",1)~ FHUDUpset1
SAY @134 /* ~I know that we have to keep up this pretence, but that was too much. Please, don't do it again.~ */   
++ @135 /* ~Are you jealous, Nathaniel?~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_jealous
++ @136 /* ~It's just a ruse. Don't worry about it.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_ruse
++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2) SetGlobal("NathRomanceActive","GLOBAL",3)~ + FHUDUpset1_slut
END

IF ~~ FHUDUpset1_jealous
SAY @138 /* ~I don't like to admit it, but ... yes. I don't like the way she looks at you ... like you're a piece of meat. Just remember I can offer you more than she can, all right?~ */
++ @136 /* ~It's just a ruse. Don't worry about it.~ */ + FHUDUpset1_ruse
++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ + FHUDUpset1_slut
END

IF ~~ FHUDUpset1_ruse
SAY @139 /* ~A ruse to gain what, exactly? Look, please just be careful.~ */
IF ~~ EXIT
END

IF ~~ FHUDUpset1_slut
SAY @140 /* ~This - this place has obviously corrupted you! I know this is no place for an argument, but-- Just don't come near me!~ */
IF ~~ EXIT
END

IF ~Global("FHUDUpset2","LOCALS",1)~ FHUDUpset2
SAY @141 /* ~You bastard! How could you let her touch you? After what I said-- just stay away from me!~ */   
IF ~~ DO ~SetGlobal("FHUDUpset1","LOCALS",2)
SetGlobal("FHUDUpset2","LOCALS",2)
SetGlobal("NathRomanceActive","GLOBAL",3)
SetGlobal("CharnameIsASlut","GLOBAL",1)~
EXIT
END

IF ~Global("FHUDUpset3","LOCALS",1) AreaCheck("AR2204")~ FHUDUpset3
SAY @142 /* ~Oh, thank goodness. I'm glad she didn't have time to ... do things to you. I was so worried.~ */   
IF ~~ DO ~SetGlobal("FHUDUpset3","LOCALS",2)~
EXIT
END


#2
//Underdark Interjections
IF WEIGHT #-1 ~Global("FHUDUpset1","LOCALS",1)~ FHUDUpset1
SAY @134 /* ~I know that we have to keep up this pretence, but that was too much. Please, don't do it again.~ */   
++ @135 /* ~Are you jealous, Nathaniel?~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_jealous
++ @136 /* ~It's just a ruse. Don't worry about it.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_ruse
++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2) SetGlobal("NathRomanceActive","GLOBAL",3)~ + FHUDUpset1_slut
END

IF ~~ FHUDUpset1_jealous
SAY @138 /* ~I don't like to admit it, but ... yes. I don't like the way she looks at you ... like you're a piece of meat. Just remember I can offer you more than she can, all right?~ */
++ @136 /* ~It's just a ruse. Don't worry about it.~ */ + FHUDUpset1_ruse
++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ + FHUDUpset1_slut
END

IF ~~ FHUDUpset1_ruse
SAY @139 /* ~A ruse to gain what, exactly? Look, please just be careful.~ */
IF ~~ EXIT
END

IF ~~ FHUDUpset1_slut
SAY @140 /* ~This - this place has obviously corrupted you! I know this is no place for an argument, but-- Just don't come near me!~ */
IF ~~ EXIT
END

IF WEIGHT #-1 ~Global("FHUDUpset2","LOCALS",1)~ FHUDUpset2
SAY @141 /* ~You bastard! How could you let her touch you? After what I said-- just stay away from me!~ */   
IF ~~ DO ~SetGlobal("FHUDUpset1","LOCALS",2)
SetGlobal("FHUDUpset2","LOCALS",2)
SetGlobal("NathRomanceActive","GLOBAL",3)
SetGlobal("CharnameIsASlut","GLOBAL",1)~
EXIT
END

IF WEIGHT #-1 ~Global("FHUDUpset3","LOCALS",1) AreaCheck("AR2204")~ FHUDUpset3
SAY @142 /* ~Oh, thank goodness. I'm glad she didn't have time to ... do things to you. I was so worried.~ */   
IF ~~ DO ~SetGlobal("FHUDUpset3","LOCALS",2)~
EXIT
END