Search found 14 matches
- Thu Mar 06, 2003 6:40 am
- Forum: Avlis News
- Topic: NWNX2 Executable Released to the Public!
- Replies: 30
- Views: 33343
aps_ready is obsolete. The script was basically a loop that waited for NWNX to become ready and is not needed anymore (because NWNX2 is ready right from the start). If you want to run some custom initialization code or database queries after the module has been loaded, make a new script and call it...
- Wed Mar 05, 2003 3:22 am
- Forum: Avlis News
- Topic: NWNX2 Executable Released to the Public!
- Replies: 30
- Views: 33343
In the original version around line #129 of the aps_include file it had a handy spot for a file called aps_ready. For ease of use I would love to put this back in to NWNX2. I have tried and failed on my own so now I turn to you. Here's the code from the old include file for reference. Thanks in adva...
- Fri Feb 14, 2003 9:27 pm
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
- Fri Feb 14, 2003 12:53 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
Silk, I took it right out of the aps_include file and placed it into my resting script. Here's everything I'm using. int GetHourTimeZero(int iYear = 99999, int iMonth = 99, int iDay = 99, int iHour = 99) { // Check if a specific Date/Time is forwarded to the function. // If no or invalid values are ...
- Thu Feb 13, 2003 11:26 pm
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
I am getting this error constantly when trying to save players location while resting. (It does save the location and it works on reload) o Got request: SELECT val FROM pwdata WHERE player='stevelabar' AND tag='Lomendu il Danoles' AND name='i_TI_LastRest' o Sent response (8 bytes): 11067192 o Got re...
- Sun Feb 09, 2003 10:52 pm
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
If anybody is in need of a set of scripts for adding, checking, and updating Journal entries during the game and OnClientEnter here ya go.
http://nwn.bioware.com/forums/viewtopic ... m=47&sp=45
http://nwn.bioware.com/forums/viewtopic ... m=47&sp=45
- Sun Feb 09, 2003 12:02 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
- Sat Feb 08, 2003 1:31 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
- Sat Feb 08, 2003 12:50 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
I posted my time script on the NWN boards. I hope someone finds it useful and possibly improves it. Here's the link:
http://nwn.bioware.com/forums/viewtopic ... 30#1635489
http://nwn.bioware.com/forums/viewtopic ... 30#1635489
- Fri Feb 07, 2003 6:43 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
Guys, I'd love to help you all with your scripting problems, but unfortunately I don't have any time left (next to RL, NWNX, and Avlis) to answer scripting requests that are not APS/NWNX specific. @sowens: Don't use the OnExit event. The player object isn't valid when this event is called. @slabar:...
- Thu Feb 06, 2003 6:47 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
Pelemele, As of right now I am using the included (aps_include) functions in my scripts. Two reasons for this one I am only an average scripter, and two I am currently trying to figure out how to get the Players location on both resting and when they log off. Just a simple script I'm using to update...
- Wed Feb 05, 2003 10:37 pm
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
perogi21, I know this probrably won't help much be here's what I'm doing. I have a 22 Mb Module running semi-persistent. I am running NWN on a Windows 2000 Server. I am using a MySQL for my database and have that on my web server (cobalt raq4r) located out of state. We have played (only one day mind...
- Mon Feb 03, 2003 4:24 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
Hello all. I don't mean to bother you but I haven't received any possible answers to my previous post. Question #1 I answered myself and have stored all old values and changed the scripts accordingly. However, I have no idea about questions 2 and 3 so I am reposting them. Thanks again for the help. ...
- Sun Feb 02, 2003 1:11 am
- Forum: Avlis News
- Topic: APS/NWNX released
- Replies: 143
- Views: 128604
I am new to persistent worlds and am an average scripter so I need a little help in setting up some things. I had an easy time setting the PW database up and the persistent chests but am now stuck. 1) How do I script a persistent variable into the table? I assume I would use SetPersistentVariable bu...