Category Archive

The following is a list of all entries from the scripting category.

New for 1.69

Edit: the GeSHi file can be found here.
The site’s back from over a year of it just sitting here collecting spam. I’ll try to post a bit more often (every 6 months maybe ). Like NWN1, it’s back and shiny and looks prettier than before. It also has proper nwscript highlighting thanks to [...]


MySQL version of the PRC precacher data: part 2

Updated 5th August 2007
Now that the precacher generates the correct mySQL syntax, it’s a lot easier to create. It now only takes a few minutes, but here’s the one for NWN1.68 + PRC3.1d anyway:
outprc31e_mysql.rar
Importing it into mySQL
For Windows, assumes mySQL is in the PATH:

open a command prompt
go to the directory you unRARed the file
type: mysql [...]


Controlling PRC Classes

It is possible to ban players from levelling in a specific PRC class. Both base classes and prestige classes can be restricted. This is based on the Bioware Prestige Class control variables script.
This example uses the OA Samurai, but will work for any class. A variable is set on the PC in the OnClientEnter script [...]


Serverstatus Script

It displays some basic information about a multiplayer NWN server. Providing it is visible over the internet, then there are no extra requirements (ie no database or special router settings) needed. The script needs to know the address of the server, so its address needs to be fixed, either by using a fixed IP address [...]