Zeroark
Zeroark
Reactions
-
Re: Looking for nwplayer.ini settings and commenting
The "Sticky Plaer Names" is basically for servers using Player Name (I.E: The name requested when you first connect online) to save in the folder structure on the "severvault", in… (View Post)1 -
Re: TLK Files [Solved]
On this file you posted above: Change the numbers as follows: Name = 16804457 (16777216 + 27241) ConverName = 16804458 (16777216 + 27242) ConverNameLower = 16804459 (16777216 + 27243) NamePlural = 16… (View Post)2 -
Re: What is the call function for the new races? wemic and brownie?
Hi! You're getting that error because NWScript doesn't knows what "RACIAL_TYPE_BROWNIE" is. You have to add it as a constant or variable somewhere. Try this: int RACE_FEAT_WEMIC = 51; int R… (View Post)1