Sorry if this problem was been explain before...but
Sorry if this problem was been explain before...but
how long does it take for viconia to romance with the main character? I don't want to go so deep into the game and find out that the romance can't happened........i am currently a lvl 13 human assassin wif viconia and jan jansen in my party rep been 12 points...viconia already been in my party for 4 days already she still not talking to me...i heard other say 1 day is enough so i try 4 days?? anyone know what the problem is? or have i to venture deeper into the game? any advice?
- JackOfClubs
- Posts: 823
- Joined: Thu Apr 25, 2002 1:51 pm
- Location: California, USA
- Contact:
She should start talking to you pretty soon after you rescue her. Check the global variables ViconiaMatch and ViconiaRomanceActive. They should both be set to 1 in the begining of the romance. The latter variable will be set to 2 when you become committed.
I find ShadowKeeper to be the best tool for this sort of work, but if you want to use the CLUA console, here are the commands:
CLUAConsole:GetGlobal("ViconiaMatch","GLOBAL")
CLUAConsole:SetGlobal("ViconiaMatch","GLOBAL",1)
CLUAConsole:GetGlobal("ViconiaRomanceActive","GLOBAL")
CLUAConsole:SetGlobal("ViconiaRomanceActive","GLOBAL",1)
The Get functions will tell you what the current setting is; the Set functions will allow you to change them to the final value (1 in these examples). The commands are case sensitive, and the quotes are necessary, so make sure you type correctly.
I find ShadowKeeper to be the best tool for this sort of work, but if you want to use the CLUA console, here are the commands:
CLUAConsole:GetGlobal("ViconiaMatch","GLOBAL")
CLUAConsole:SetGlobal("ViconiaMatch","GLOBAL",1)
CLUAConsole:GetGlobal("ViconiaRomanceActive","GLOBAL")
CLUAConsole:SetGlobal("ViconiaRomanceActive","GLOBAL",1)
The Get functions will tell you what the current setting is; the Set functions will allow you to change them to the final value (1 in these examples). The commands are case sensitive, and the quotes are necessary, so make sure you type correctly.
Resistance to Tyrants is Service to God.
Non-Clua Solution
There's a non-clua solution which I've always found work rather well, except for Jaheria's buggy romance...
Pause the game (not in a dungeon or in battle).
Go get a bite to eat...
Un-pause the game.
Usually, the next exchange will begin, unless there is a specific trigger (such as resting outdoors). I think the only one with triggers like that is Jaheria, though. You'll have to rest before you can sleep with her, but that's obvious.
I do sometimes use Clua to tell me if I've killed the romance... You can say the wrong thing and she'll dump you. (Unless you have Ease of Use installed).
There's a non-clua solution which I've always found work rather well, except for Jaheria's buggy romance...
Pause the game (not in a dungeon or in battle).
Go get a bite to eat...
Un-pause the game.
Usually, the next exchange will begin, unless there is a specific trigger (such as resting outdoors). I think the only one with triggers like that is Jaheria, though. You'll have to rest before you can sleep with her, but that's obvious.
I do sometimes use Clua to tell me if I've killed the romance... You can say the wrong thing and she'll dump you. (Unless you have Ease of Use installed).