Jump to content

Too many banters


Recommended Posts

I've been playing through with Kivan, seems I've received a banter about taking Kivan to Rasheman about six times. I know Minsc has head wounds but ...

 

I can't give too much detail about it but I have a good many other mods installed and have mostly been questing about in chapter 2.

Link to comment

Guys, in both cases the Globals are properly closed on both banters and both banters have high Weights. My guess is that you installed something after Kivan, that prompts Minsc or Aerie to Interact() and those scripted banters ended up lower in the food chain than Kivan's non-scripted, so when theirs script calls for the banter they catch up Kiv's again and again and again. Myself, I use Interact() in one case only, and for Anomen. Interact() is evil, I tell ya.

 

To shut off the particular banters that repeat for you, reset the following variables:

 

for Aerie:

 

SetGlobal("P#KIAENM1","LOCALS",1)

 

for Minsc:

 

SetGlobal("P#KIMI2","LOCALS",1)

 

both are LOCALS variables, so if you do it from the CLUA, please, make sure, that Aerie's or Minsc's portrait is selected and "flashing" when you enter the variable.

Link to comment

Archived

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

×
×
  • Create New...