The server does know which quests are available/completed because my PC tried to take one he had already completed (as a test only
Does the server need a re-boot?
Moderator: NWN2 - 10 DM
-
Wild Wombat
- Frost Giant
- Posts: 738
- Joined: Sat Jan 03, 2004 5:35 pm
- Location: Alexandria, Virginia, USA (DC 'burbs)
Does the server need a re-boot?
I ask because neither my PC nor IWS' PC can see any quests (active or completed) in their Journals. Notes are still showing up, however.
The server does know which quests are available/completed because my PC tried to take one he had already completed (as a test only
) and it was not available.
The server does know which quests are available/completed because my PC tried to take one he had already completed (as a test only
Retired NWN1: Murgen Kjarnisteinn (AKA Grumpy Scout)
NWN2 (Failed Experiment): Muir Cheartach, AKA The Pale Faced Pie Man
R.I.P.: Croaker Lyosbarr, Knight of Yartar, Lord of Lhuvenhead (NWN1)
"In no uncertain terms, i am adamantly opposed to any ingame mechanics that penalize players for wanting to meet up with other players, when their goal is to roleplay." - White Warlock
NWN2 (Failed Experiment): Muir Cheartach, AKA The Pale Faced Pie Man
R.I.P.: Croaker Lyosbarr, Knight of Yartar, Lord of Lhuvenhead (NWN1)
"In no uncertain terms, i am adamantly opposed to any ingame mechanics that penalize players for wanting to meet up with other players, when their goal is to roleplay." - White Warlock
Re: Does the server need a re-boot?
That... would be the sign of a fairly massive problem.
Unfortunately can't get to it now but it may mean no quests function presently.
Unfortunately can't get to it now but it may mean no quests function presently.
People talk of bestial cruelty, but that's a great injustice and insult to the beasts; a beast can never be so cruel as man, so artistically cruel.
-
MaskedIllusion
- Staff Head - PR
- Posts: 268
- Joined: Tue Apr 12, 2011 10:16 am
Re: Does the server need a re-boot?
I will second that I have this problem as well on Kyr (my character who is currently on BG). I was trying to see what quests I had done, and there are no complete or anything in my journal.
Current PC:
Pc 1: Kalavaria
Pc2: -
Retired PCs:Kyrinil, Isabella, Sayset, Iadeth, Araessa, Kalix Silvith
Past PCs: Astri, Navanna, Vess, Isett
<paazin_> I hate you.
Puny: I would stomp on a spider wearing my future babies face.
Boom: I hope he dies in a flying aids fire.
Pc 1: Kalavaria
Pc2: -
Retired PCs:Kyrinil, Isabella, Sayset, Iadeth, Araessa, Kalix Silvith
Past PCs: Astri, Navanna, Vess, Isett
<paazin_> I hate you.
Puny: I would stomp on a spider wearing my future babies face.
Boom: I hope he dies in a flying aids fire.
-
Wild Wombat
- Frost Giant
- Posts: 738
- Joined: Sat Jan 03, 2004 5:35 pm
- Location: Alexandria, Virginia, USA (DC 'burbs)
Re: Does the server need a re-boot?
Mail quests *do* function. No idea about the other kind of quests since I have no way to test them.
Retired NWN1: Murgen Kjarnisteinn (AKA Grumpy Scout)
NWN2 (Failed Experiment): Muir Cheartach, AKA The Pale Faced Pie Man
R.I.P.: Croaker Lyosbarr, Knight of Yartar, Lord of Lhuvenhead (NWN1)
"In no uncertain terms, i am adamantly opposed to any ingame mechanics that penalize players for wanting to meet up with other players, when their goal is to roleplay." - White Warlock
NWN2 (Failed Experiment): Muir Cheartach, AKA The Pale Faced Pie Man
R.I.P.: Croaker Lyosbarr, Knight of Yartar, Lord of Lhuvenhead (NWN1)
"In no uncertain terms, i am adamantly opposed to any ingame mechanics that penalize players for wanting to meet up with other players, when their goal is to roleplay." - White Warlock
Re: Does the server need a re-boot?
Should check your server logs for the query attempt:
ACR_SQLQuery("SELECT PlotID, PlotState FROM " + ACR_QST_TABLE + " WHERE ServerID=" + IntToString(ACR_GetServerId()) + " AND CharacterID=" + IntToString(ACR_GetCharacterID(oPC)));
The function itself hasn't changed a bit, but it's possible that one of the terms there is getting borked. Or that the .jrl is borked.
Either way, the query will tell us something.
ACR_SQLQuery("SELECT PlotID, PlotState FROM " + ACR_QST_TABLE + " WHERE ServerID=" + IntToString(ACR_GetServerId()) + " AND CharacterID=" + IntToString(ACR_GetCharacterID(oPC)));
The function itself hasn't changed a bit, but it's possible that one of the terms there is getting borked. Or that the .jrl is borked.
Either way, the query will tell us something.
Re: Does the server need a re-boot?
Hm, it LOOKS ok.
Guess I'll need to pin it down in finer detail.
Guess I'll need to pin it down in finer detail.
People talk of bestial cruelty, but that's a great injustice and insult to the beasts; a beast can never be so cruel as man, so artistically cruel.
Re: Does the server need a re-boot?
There was a module.jrl (journal file) in the campaign folder. I deleted it and rebooted, which should fix the problem.
I don't know how it got there but haven't been keeping up with campaign folder stuff.
I don't know how it got there but haven't been keeping up with campaign folder stuff.