Author |
Message |
Topic: EE Support |
sandronejm
Replies: 1
Views: 1995
|
Forum: Linux development Posted: Mon Jul 22, 2019 2:19 Subject: EE Support |
Hey Mavri, is that available right now? I really need it ! The download is not working.
I use nwnx for windows |
Topic: NWNX Special Event - OnClientEnter |
sandronejm
Replies: 4
Views: 9356
|
Forum: General Discussion Posted: Sat Jul 26, 2014 0:07 Subject: NWNX Special Event - OnClientEnter |
Is possible to compare sPassword from the player input with some other value? we could use this to improve the login system. (isn't necessary at all because we can do the check using other artifices) |
Topic: NWNX Special Event - OnClientEnter |
sandronejm
Replies: 4
Views: 9356
|
Forum: General Discussion Posted: Wed Jul 23, 2014 7:10 Subject: NWNX Special Event - OnClientEnter |
Hello everybody,
I use nwnx since sometime and I would like to know if it is possible to create an event that happens before the module OnClientEnter event - when the player enters the character s ... |
Topic: Problems - Installing NWNX on Windows 2003 64BIT Machine |
sandronejm
Replies: 4
Views: 9199
|
Forum: Windows technical support Posted: Wed Jul 23, 2014 6:23 Subject: Problems - Installing NWNX on Windows 2003 64BIT Machine |
I use windows server 2003 - works perfectly
Can you provide some error messages etc?
Does it say that it cant connect?
or is it just the queries are failing.
Check the privilages, and make s ... |
Topic: How reduce speed of spell HASTE about 30%? |
sandronejm
Replies: 5
Views: 11207
|
Forum: General Discussion Posted: Fri Jan 24, 2014 2:54 Subject: How reduce speed of spell HASTE about 30%? |
A non-NWNX way to fix haste speed on items would be to modify your OnPlayer(Un)EquipItem scripts to look for haste properties on any equipped items and apply/remove a movement penalty there.
What d ... |
Topic: How reduce speed of spell HASTE about 30%? |
sandronejm
Replies: 5
Views: 11207
|
Forum: General Discussion Posted: Fri Jan 24, 2014 2:31 Subject: How reduce speed of spell HASTE about 30%? |
You can reduce the movement speed with // Slow it down a bit
eHaste = EffectLinkEffects(EffectMovementSpeedDecrease(30), eHaste);
Replace 30 with a smaller value if that sl ... |
Topic: How reduce speed of spell HASTE about 30%? |
sandronejm
Replies: 5
Views: 11207
|
Forum: General Discussion Posted: Wed Jan 22, 2014 20:39 Subject: How reduce speed of spell HASTE about 30%? |
I would like to reduce speed HASTE spell about 30% is possible using nwnx? |
Topic: Problems - Installing NWNX on Windows 2003 64BIT Machine |
sandronejm
Replies: 4
Views: 9199
|
Forum: Windows technical support Posted: Wed Jan 22, 2014 20:36 Subject: Problems - Installing NWNX on Windows 2003 64BIT Machine |
Yes, it won't work windows 2003.
I install windows 7 and it's work perfectly. |
Topic: Problems - Installing NWNX on Windows 2003 64BIT Machine |
sandronejm
Replies: 4
Views: 9199
|
Forum: Windows technical support Posted: Wed Jan 15, 2014 23:03 Subject: Problems - Installing NWNX on Windows 2003 64BIT Machine |
We rented a dedicated server to let our module on internet network server. On a Windows machine operating system 2003 64 BITS installed the NWN Stand Alone Dedicated Server (http://www.neverwinternigh ... |
Topic: not writing to the database |
sandronejm
Replies: 10
Views: 17211
|
Forum: Windows technical support Posted: Mon Jan 06, 2014 1:01 Subject: Works |
I have reinstalled all step by step and it works. Thank you |
Topic: Persistent World - database nwnx2 dedicated server .mod |
sandronejm
Replies: 2
Views: 9935
|
Forum: Windows technical support Posted: Mon Jan 06, 2014 1:00 Subject: This works |
First thing to do is check the logs. Under your NWN install, you should see a logs.0 folder. Open that and find the logs called nwnx2.txt and nwnx_odbc.txt. Paste their contents here.
I have reins ... |
Topic: not writing to the database |
sandronejm
Replies: 10
Views: 17211
|
Forum: Windows technical support Posted: Thu Jan 02, 2014 23:00 Subject: Slappy |
Oh I didn't have sqlite at all.
This is what I was missing: http://www.tutorialspoint.com/sqlite/sqlite_installation.htm
Sorry, I don't know anything about sqlite. the only thing it said about i ... |
Topic: Persistent World - database nwnx2 dedicated server .mod |
sandronejm
Replies: 2
Views: 9935
|
Forum: Windows technical support Posted: Thu Jan 02, 2014 22:59 Subject: Persistent World - database nwnx2 dedicated server .mod |
I would like to make my NWN module become in a Persistent World using NWNX2.
My attempts have been failures. Database don't receive any data.
I tried with MySQL, ODBC connection MySQL and SQLite ... |
Topic: not writing to the database |
sandronejm
Replies: 10
Views: 17211
|
Forum: Windows technical support Posted: Thu Jan 02, 2014 22:54 Subject: slappy |
slappy,
How you make this work?
Can you teach me? |
Topic: not writing to the database |
sandronejm
Replies: 10
Views: 17211
|
Forum: Windows technical support Posted: Thu Jan 02, 2014 22:52 Subject: slappy |
I want to make my nwn module be a persistent world. Could anybody help me?
I have dedicaded server, nwnx2, mysql and the module. I configure nwnx.ini correctly
; Use these five settings for MyS ... |
|