Author |
Message |
Topic: Dead Magic System |
Belsirk
Replies: 0
Views: 4902
|
Forum: Scripts and Modules Posted: Mon Dec 21, 2009 2:51 Subject: Dead Magic System |
Well, after being a headache on those forum i announce my first work with NWNX & SQL. made by the only reason to learn to use SQL and to use new tools
IT¿s a dead magic system for PW or mu ... |
Topic: Dispel Magic rules. And some question on it. |
Belsirk
Replies: 10
Views: 12624
|
Forum: General Discussion Posted: Sat Dec 19, 2009 4:04 Subject: Dispel Magic rules. And some question on it. |
Supernatural Effect AREN'T SPELLS AT ALL (Except because they don't work on antimagic field) , that is the reason Dispel magic can't dispel it ...
Now, PH 3.5 Ed don't have the clause you acclaim ... |
Topic: Trying to convert Code for SQLite to MySQL... |
Belsirk
Replies: 4
Views: 13348
|
Forum: Technical support Posted: Tue Dec 15, 2009 6:23 Subject: Trying to convert Code for SQLite to MySQL... |
SQLExecDirect("SELECT count(*) FROM (SELECT * FROM " + sqliteDB_Antimagic + " GROUP BY owner) AS group_" + sqliteDB_Antimagic );
//We get how ... |
Topic: Trying to convert Code for SQLite to MySQL... |
Belsirk
Replies: 4
Views: 13348
|
Forum: Technical support Posted: Mon Dec 14, 2009 21:34 Subject: Trying to convert Code for SQLite to MySQL... |
try using
SELECT DISTINCT owner FROM <table>
The same problem, on game i'm only getting the first entrie instead of all them (For the example only two). Reading the Iffucuak MySQL manual see ... |
Topic: Trying to convert Code for SQLite to MySQL... |
Belsirk
Replies: 4
Views: 13348
|
Forum: Technical support Posted: Mon Dec 14, 2009 9:46 Subject: Trying to convert Code for SQLite to MySQL... |
I was using a SQLite but see i should leave the otpion to use MySQL on the code (Not at same time, but using a simple Boolean i choice which lines to execute, for take on care the special MySQL langua ... |
Topic: Interested to know more of NWNX |
Belsirk
Replies: 7
Views: 8068
|
Forum: General Discussion Posted: Sun Dec 13, 2009 19:35 Subject: Interested to know more of NWNX |
ouch... so if someone want to explore and create custom plugins must think seriously on use Linux and have the server (and nwnx) running on Linux ? |
Topic: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk
Replies: 8
Views: 19038
|
Forum: Technical support Posted: Thu Dec 10, 2009 6:31 Subject: NwNX4 1.09 andSet/GetPersistentObject |
i'm trying to store items (Armor, shield, weapons ) and i already try with LONGBLOB and nothing, all the other code from my DB work fine on MySQL
Ok...
I used your old nwnx_sql.nss file and wit ... |
Topic: Odd... Can't get NWNX4Demo to load |
Belsirk
Replies: 19
Views: 39562
|
Forum: Technical support Posted: Wed Dec 09, 2009 9:37 Subject: Odd... Can't get NWNX4Demo to load |
erh, no SQLite it's so simpleyou don't need install anything apart to NWNX4.
If you don't know nothing about SQL then you can use the default function NWNX already have (SetPersistantInt by example ... |
Topic: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk
Replies: 8
Views: 19038
|
Forum: Technical support Posted: Wed Dec 09, 2009 5:04 Subject: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk,
This could take a while...
sqliteDB_Antimagic_Item = "antimagic_DB_PersistentItem"
which is your TABLE name. (a string)
SCO query seems to work,
RCO query seems to work, (t ... |
Topic: Odd... Can't get NWNX4Demo to load |
Belsirk
Replies: 19
Views: 39562
|
Forum: Technical support Posted: Tue Dec 08, 2009 20:10 Subject: Odd... Can't get NWNX4Demo to load |
Yeah, the installation notes aren't update, you don't need MadCHook.dll at all
Once you has installed NWNX4 you can test directly the SQLite plugin (if you already touched all those ini files coul ... |
Topic: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk
Replies: 8
Views: 19038
|
Forum: Technical support Posted: Tue Dec 08, 2009 10:07 Subject: NwNX4 1.09 andSet/GetPersistentObject |
ouch... then i need to rework the thing because i'm getting a error yet (now with MySQL) :
I have this for create the table
if(!doesTableExist(sqliteDB_Antimagic_Item))
... |
Topic: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk
Replies: 8
Views: 19038
|
Forum: Technical support Posted: Tue Dec 08, 2009 9:28 Subject: Found the problem |
Seem i was too tired when read _Mordred_ topic, the GetPeristentObject only work fine under MySQL |
Topic: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk
Replies: 8
Views: 19038
|
Forum: Technical support Posted: Tue Dec 08, 2009 7:11 Subject: NwNX4 1.09 andSet/GetPersistentObject |
Ok, making again the search on the forum i found this topic :
Posted: Sun Jan 20, 2008 14:45 Post subject: Reply with quote
Set/Get Object are (as yet) not included in NWNX4.
There is an 'a ... |
Topic: NwNX4 1.09 andSet/GetPersistentObject |
Belsirk
Replies: 8
Views: 19038
|
Forum: Technical support Posted: Mon Dec 07, 2009 9:29 Subject: NwNX4 1.09 andSet/GetPersistentObject |
Hi, i'm have been reading the post about this, but not sure if i'm doing the thing correctly
I have this part for create the table
if(!doesTableExist(sqliteDB_Antimagic_Item))
... |
Topic: Big question about NWNX4 abilities |
Belsirk
Replies: 2
Views: 6605
|
Forum: Technical support Posted: Sun Oct 18, 2009 5:49 Subject: Big question about NWNX4 abilities |
Those are both possible, but not necessarily easy. I think the d20() example is considerably easier than the script-after-script one, but both require some C++ and assembly knowledge.
Well, i have ... |
|