View Single Post
Old 06-30-2002, 11:15 AM   #3
Memnoch
Ironworks Moderator
 

Join Date: February 28, 2001
Location: Boston/Sydney
Posts: 11,771
Hi mate, not sure exactly what your problem is but I gather it has something to do with the Jaheira romance loop bug? One of the below links should direct you to some help.

Romance hang up, need help with Jaheira romance

Jaheira romance loop

Just FYI, below are some CLUAConsole commands that you can use to try and debug your romance if you have your debug mode activated. The following should be typed in your CLUAConsole bar with your cursor on the character you want to have the romance with.

1) To activate a romance:

CLUAConsole:SetGlobal("charnameRomance","Global",1);

2) To find out what stage it is at:

CLUAConsole:GetGlobal("LoveTalk","Locals");

3) This will give you a number. To progress the romance, you need to increase this number (by 2 or so) using the following command:

CLUAConsole:SetGlobal("LoveTalk","Locals",x);

where x is the number you are setting it to. Then, to initiate dialogue right after you increae the number:

4) CLUAConsole:SetGlobal("charnameRomance","Global",1);

The NPC should then initiate dialogue. To get to the next dialogue, just do steps 3 and 4 again, increasing by 2 each time.

If the Jaheira bug has been stopped by some trigger which has not taken place, you may need to spawn some of those triggers. Click on one of the links I posted above for instructions on how to do this.

Good luck. [img]smile.gif[/img]
__________________


Memnoch is offline   Reply With Quote