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 
 
[Linux] 1.66, CEP, NWNX2 - problem ..

 
Post new topic   Reply to topic    nwnx.org Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
cieciwa



Joined: 09 Aug 2005
Posts: 33
Location: Cracov, Poland

PostPosted: Wed Nov 09, 2005 11:07    Post subject: [Linux] 1.66, CEP, NWNX2 - problem .. Reply with quote

Hi,

I have small problem with NWNx and NWN 1.66.
I have function which change PC heads :
Code:

void SetBodyPart(object oObject, int nBodyPart, int nBodyPartNum)
{
    string sPartNum;
    SetLocalString(oObject, "NWNX!FUNCTIONS!SETBODYPART",
        IntToString(nBodyPart)+"!"+IntToString(nBodyPartNum));
}

int GetBodyPart(object oObject, int nBodyPart)
{
    string sBodyPartNum;
    SetLocalString(oObject, "NWNX!FUNCTIONS!GETBODYPART",
        IntToString(nBodyPart)+"      ");
    sBodyPartNum = GetLocalString(oObject, "NWNX!FUNCTIONS!GETBODYPART");
    return StringToInt(sBodyPartNum);
}

with NWNX 2.5.3 and NWN-1.65 this works OK.
But whet I update server to version 1.66 this stop working.
I don't konw why, Can any one tell me where is error ?
Or what I need to check/change ?
Back to top
View user's profile Send private message Send e-mail
Lokey



Joined: 02 Jan 2005
Posts: 158

PostPosted: Thu Nov 10, 2005 8:56    Post subject: Reply with quote

It's a file format change in NWN 1.66. Solution or path to a solution here: http://www.nwnx.org/phpBB2/viewtopic.php?p=2205
_________________
Neversummer PW NWNx powered mayhem Wink
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> General Discussion 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