logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Set Stat

 
Post new topic   Reply to topic    nwnx.org Forum Index -> Windows technical support
View previous topic :: View next topic  
Author Message
Firehorse66



Joined: 24 Nov 2006
Posts: 24

PostPosted: Thu Mar 24, 2011 22:06    Post subject: Set Stat Reply with quote

Alright here is what im doing. I am creating my own subraces, where PC modifications happen over time. They grow into their subrace. I am having a few issues with SetStat..

ApplyLetoScriptToPC(SetStat(ABILITY_CHARISMA,nCharisma+1),oPC);

that there works just fine but I also want to do something like this

ApplyLetoScriptToPC(SetStat(ABILITY_CHARISMA,nCharisma-1),oPC);

I cannot seem to SetStat to lower an ability, however raising one is fine.
Any and all help is appreciated, I am sure its just something simple.
Thanks in advance to all the replies
Back to top
View user's profile Send private message
Firehorse66



Joined: 24 Nov 2006
Posts: 24

PostPosted: Thu Mar 24, 2011 22:13    Post subject: Reply with quote

string SetStat(int nStat, int nVal)
{
string sReturn;
switch (nStat)
{
case ABILITY_STRENGTH: sReturn = "Str"; break;
case ABILITY_DEXTERITY: sReturn = "Dex"; break;
case ABILITY_CONSTITUTION: sReturn = "Con"; break;
case ABILITY_INTELLIGENCE: sReturn = "Int"; break;
case ABILITY_WISDOM: sReturn = "Wis"; break;
case ABILITY_CHARISMA: sReturn = "Cha"; break;
default: return "";
}
return "/"+sReturn+" = "+IntToString(nVal)+";";
}

here is the set stat code i am using thought this might help out a bit
Back to top
View user's profile Send private message
Firehorse66



Joined: 24 Nov 2006
Posts: 24

PostPosted: Thu Mar 24, 2011 22:15    Post subject: Reply with quote

void ApplyLetoScriptToPC(string Script, object oPC)
{
string VaultPath = NWNPATH;
string Player = GetPCPlayerName(oPC);
string BicPath = VaultPath + Player + "/";
string BicFile;
if (PHOENIX)
{
BicFile = BicPath + GetBicFileName(oPC)+ ".bic";
Script = "<file:open 1 <qq:"+BicFile+">>"+Script+"<file:save 1 <qq:"+BicFile+">><file:close 1>";
}
else
{
Script =
"$RealFile = q<" + BicPath + "> + FindNewestBic q<" + BicPath + ">;" +
"$EditFile = $RealFile + '.utc';" +
"FileRename $RealFile, $EditFile;" +
"%bic = $EditFile or die;" +
Script +
"%bic = '>';" +
"close %bic;" +
"FileRename $EditFile, $RealFile;";
}
SetLocalString(oPC, "LetoScript", Script);
RepeatFloatingTextStringOnPC(oPC, "Please relog for character edits.");

I thought i might as well add this one too so its all here. thanks again in advance .
Back to top
View user's profile Send private message
Baaleos



Joined: 02 Sep 2007
Posts: 830

PostPosted: Fri Mar 25, 2011 13:12    Post subject: Reply with quote

I used to be a bit of a wiz at letoscript, but abandonned it in favor of nwnx_funcs


Can we see the content of your onClientLeave script.

I know you said you have got this to work, with stat increases but I just need to get a feel for how the Letoscript function is getting fired in your module.

Also - Can you attach any logs from nwnx and nwnx_leto etc
Back to top
View user's profile Send private message
Firehorse66



Joined: 24 Nov 2006
Posts: 24

PostPosted: Fri Mar 25, 2011 18:26    Post subject: Reply with quote

//:: SIMTools V3.0 Speech Integration & Management Tools Version 3.0 :://
//:: Created By: FunkySwerve :://
//:: Created On: April 4 2006 :://
//:: Last Updated: March 27 2007 :://
//:: With Thanks To: :://
//:: Dumbo - for his amazing plugin :://
//:: Virusman - for Linux versions, and for the reset plugin, and for :://
//:: his excellent events plugin, without which this update would not :://
//:: be possible :://
//:: Dazzle - for his script samples :://
//:: Butch - for the emote wand scripts :://
//:: The DMFI project - for the languages conversions and many of the emotes:://
//:: Lanessar and the players of the Myth Drannor PW - for the new languages:://
//:: The players and DMs of Higher Ground for their input and playtesting :://
//::////////////////////////////////////////////////////////////////////////:://
#include "fky_chat_inc"
#include "aps_include"
void main()
{
object oPC = GetExitingObject();
Speech_OnClientExit(oPC);
if ((VAULTPATH_CHAT != "") && (!ALREADY_USING_LETO))
{
string Script = GetLocalString(oPC, "LetoScript");
if( Script != "" ) Leto(Script);
}
/////////////////persisten location on log out//////////////////
SetPersistentLocation(oPC,"Return",GetLocation(oPC));
}


NWNX Chat version 0.3.4 for Windows.
(c) 2005-2006 by dumbo (dumbo@nm.ru)
(c) 2006-2008 virusman (virusman@virusman.ru)
! ChatProc hooked at 43ca00.
! RunProc located at 5bf9d0.
! GetIDProc located at 452f70.

NWNX Inventory Open LAG Fix plugin V.1.0.
(c) 2006 by Jaromir Veber (BigMax)
not found.
o Shutting down

NWNX ODBC2 plugin V.0.9.2.4
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org

o Logfile maximum size limit is: 524288 bytes
o Log level: Everything will be logged.
o Using SQLite connection.
o Hooking SCO....hooked at 5d5830
o Hooking RCO....hooked at 5d5710
o Connect successful.
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='CasterQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='SunaHullQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='VichartQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='TomanPatsonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='CounselQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='EllyNashiraQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='MildonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='DericoGem'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='ArawnQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='ArjunaCeles'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='DelinQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='TheCaravan'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='SacredForests'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='KoranasQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='CasterQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='SunaHullQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='VichartQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='TomanPatsonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='CounselQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='EllyNashiraQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='MildonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='DericoGem'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='ArawnQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='ArjunaCeles'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='DelinQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='TheCaravan'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='SacredForests'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='KoranasQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='CasterQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='SunaHullQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='VichartQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='TomanPatsonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='CounselQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='EllyNashiraQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='MildonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='DericoGem'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='ArawnQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='ArjunaCeles'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='DelinQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='TheCaravan'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='SacredForests'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='KoranasQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='CasterQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='SunaHullQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='VichartQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='TomanPatsonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='CounselQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='EllyNashiraQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='MildonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='DericoGem'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='ArawnQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='ArjunaCeles'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='DelinQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='TheCaravan'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='SacredForests'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='KoranasQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Radoc' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Day'
o Sent response (1 bytes): 7
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Month'
o Sent response (1 bytes): 1
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Year'
o Sent response (1 bytes): 1
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='CasterQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='SunaHullQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='VichartQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='TomanPatsonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='CounselQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='EllyNashiraQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='MildonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='DericoGem'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='ArawnQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='ArjunaCeles'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='DelinQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='TheCaravan'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='SacredForests'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='KoranasQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='Samui' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='DaewooianHerald' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='IthacanHerald' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='NW_CREATURE_000' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='fky_chat_sender' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Demonic_Torments' AND tag='Belundir Genode~lyn' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Demonic_Torments' AND tag='Belundir Genode~lyn' AND name='Dead'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='Dead'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Demonic_Torments' AND tag='Belundir Genode~lyn' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='CasterQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='SunaHullQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='VichartQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='TomanPatsonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='DonanLeonsenQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='CounselQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='NoriseAlchemy'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='EllyNashiraQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='RadocQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='MildonQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='DericoGem'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='ArawnQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='ArjunaCeles'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='DelinQuest01'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='TheCaravan'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='SacredForests'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='KoranasQuest'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='Shao Lung' AND tag='DM Shao Lung' AND name='Return'
o Sent response (0 bytes):
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Year'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='1',expire=0 WHERE player='~' AND tag='OOA_SERVER' AND name='Year'
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Month'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='1',expire=0 WHERE player='~' AND tag='OOA_SERVER' AND name='Month'
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Day'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='8',expire=0 WHERE player='~' AND tag='OOA_SERVER' AND name='Day'
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='0',expire=0 WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='0',expire=0 WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='0',expire=0 WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Hour'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Minute'
o Sent response (1 bytes): 0
o Got request: SELECT val FROM pwdata WHERE player='~' AND tag='OOA_SERVER' AND name='Second'
o Sent response (1 bytes): 0
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='' AND name='Return'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='',expire=0 WHERE player='~' AND tag='' AND name='Return'
o Got request: SELECT player FROM pwdata WHERE player='~' AND tag='' AND name='Return'
o Sent response (1 bytes): ~
o Got request: UPDATE pwdata SET val='',expire=0 WHERE player='~' AND tag='' AND name='Return'
o Disconnecting from database.

NWNX Systemdata V.2.2
Created By Terra_777


o Shutting down.

[Fri Mar 25 00:12:04] Loading Module: Orb of Abrogation
[Fri Mar 25 00:12:04]---- Server Options ----
Max Players: 40
Char Levels: (1-30)
Player Password: NO
DM Login Enabled: NO
Server Admin Login Enabled: NO
Post Game To Internet: YES
Game Type: Tech Support
Difficulty: 1
PVP Setting: FULL
Vault: SERVER
Only One Party: NO
Enforce Legal Characters: NO
Item Level Restrictions: NO
Player pausing: DISABLED
Auto Save: Enabled
Saving Characters in Saved Game
---- End Server Options ----
Connection Attempt made by Demonic_Torments (Q773HQX6)
[Fri Mar 25 00:12:31] Demonic_Torments (Q773HQX6) Joined as Player 1
Connection Attempt made by Shao Lung (FT646UUP)
[Fri Mar 25 00:12:34] Shao Lung (FT646UUP) Joined as Game Master 2
[Fri Mar 25 00:20:54] Shao Lung Left as a Game Master (1 players left)
[Fri Mar 25 00:20:58] Demonic_Torments Left as a Player (0 players left)
[Fri Mar 25 00:21:01] Server Shutting Down

NWN Extender V.2.6.1
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org

* Loading plugins...
* Plugin chat is loaded.
* Plugin deletechar is loaded.
* Plugin functions is loaded.
* Plugin hashset is loaded.
* Plugin invfixpl is loaded.
* Plugin leto is loaded.
* Plugin odbc is loaded.
* Plugin resetplugin is loaded.
* An error occured while loading extension speech (126: The specified module could not be found. )
* Plugin systemdata2 is loaded.
* NWNX2 activated.
* NWNX2 shutting down...
* NWNX2 shutdown successfull.

Using config values:
WriteLog= 1
DeleteOrMove= 1
ServerVaultPath= .\servervault
MoveToPath= .\deletevault ; this directory needs to already exist

NWNX-Leto module (build 03 - FF)
(c) 2004 by David Frauzel (dragonsong), dragon@weathersong.net
Information and support: http://weathersong.infopop.cc

* Loading LetoScript.dll...
* LetoScript metamodule activated (1.169ms).

NWNX Reset Plugin V.0.1.
By Fay Smith (Asmodae)
Thanks to Ingmar Stieger (Papillon) and the NWNX crew
visit us at http://www.nwnx.org

o Shutting down

allright there is my exit script and all the logs thanks once again
Back to top
View user's profile Send private message
Baaleos



Joined: 02 Sep 2007
Posts: 830

PostPosted: Sat Mar 26, 2011 0:23    Post subject: Reply with quote

I dont see any info in your leto log.

Are u sure you have debug level set to 3?

or something?

Normally, it would tell you what leto commands have been detected.
Back to top
View user's profile Send private message
Firehorse66



Joined: 24 Nov 2006
Posts: 24

PostPosted: Sat Mar 26, 2011 6:42    Post subject: Reply with quote

Baaleos wrote:
I dont see any info in your leto log.

Are u sure you have debug level set to 3?

or something?

Normally, it would tell you what leto commands have been detected.


uhm no im not sure, and not sure how to set it to three,,, or two or one or zero,,, walk me through ill set it up and retest.
Back to top
View user's profile Send private message
Firehorse66



Joined: 24 Nov 2006
Posts: 24

PostPosted: Sun Mar 27, 2011 0:20    Post subject: Reply with quote

ok its working now i rebuild everything in a new mod,, no issues so the old one i was fixing was giving me some db issues id guess, thanks for all the help
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> Windows technical support All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group