View previous topic :: View next topic |
Author |
Message |
EnderF
Joined: 17 Feb 2014 Posts: 4
|
Posted: Mon Feb 17, 2014 18:16 Post subject: nwnx_funcs and SetRacialType |
|
|
Hi all,
I'm currently using the windows version of this plugin and the function NWNXFuncs_SetRace works perfectly on Player Characters.
However, now that I want to run my server on Linux I've found the following comment on the file nwnx_funcs.nss of the Linux plugin:
Quote: |
/* Set oCreature's racial type. Do not use on PCs. */
int SetRacialType (object oCreature, int nRacialType);
|
Is that correct?
Do you know any plugin that allows to change the race of a PC online?
Thank you for your help in advance.
PS: ... By the way, thank you very much for your work on NWNX2 and all the plugins!! |
|
Back to top |
|
|
EnderF
Joined: 17 Feb 2014 Posts: 4
|
Posted: Mon Feb 17, 2014 19:15 Post subject: |
|
|
I forgot to mention that I have tested the effect of using this function on PCs and it seems to work correctly... it's only that I'm a little bit afraid of the comment "Do not use on PCs" |
|
Back to top |
|
|
Terra_777
Joined: 27 Jun 2008 Posts: 216 Location: Sweden
|
Posted: Mon Feb 17, 2014 23:49 Post subject: |
|
|
It'll work on PCs. However you'll have to disable the "Legal Character" thing otherwise any PC not having a PC racial is going to be denied entering the mod. _________________ I dun have any signature, I'm happy anyway. |
|
Back to top |
|
|
EnderF
Joined: 17 Feb 2014 Posts: 4
|
Posted: Tue Feb 18, 2014 0:26 Post subject: |
|
|
Thank you! |
|
Back to top |
|
|
|