Author |
Message |
Topic: OOC on enter scripting |
Rami_Ahmed
Replies: 7
Views: 12433
|
Forum: General Discussion Posted: Tue Nov 14, 2006 19:55 Subject: OOC on enter scripting |
Uehm.. you would need acces to some kind of harddrive. You'd 'simply' need to download NWNx2 and the required extra stuff onto the servers computers, but I'm no geek in that kinda stuff. |
Topic: OOC on enter scripting |
Rami_Ahmed
Replies: 7
Views: 12433
|
Forum: General Discussion Posted: Mon Nov 13, 2006 17:49 Subject: OOC on enter scripting |
You probably used the same character for testing, right?
Try using different characters. And remember to start NwServer with NWNx2. It should work
There is a much simpler method, to u ... |
Topic: zombie calls |
Rami_Ahmed
Replies: 4
Views: 7428
|
Forum: General Discussion Posted: Sun Nov 12, 2006 19:24 Subject: zombie calls |
Or remove the scripts from the placeables. Those placeables are cool! |
Topic: OOC on enter scripting |
Rami_Ahmed
Replies: 7
Views: 12433
|
Forum: General Discussion Posted: Sun Nov 12, 2006 19:21 Subject: OOC on enter scripting |
You need to do one of your checks the other way round. Look.
int GetIsANewPlayer( object oPC)
{ string sUniqueID = GetName( oPC) +GetPCPlayerName( oPC);
return GetCampa ... |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Mon Aug 28, 2006 22:44 Subject: Cleaning up SQL Database |
Oh. Then no clue.
Something to that effect, but I have NO idea how to do it.
Argh what a shame.
Thank you so much for answering and taking the time though, no one else really did t ... |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Mon Aug 28, 2006 17:44 Subject: Cleaning up SQL Database |
We use SQLite so I never installed MySQl. |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Sun Aug 27, 2006 17:33 Subject: Cleaning up SQL Database |
Uhm... maybe I should just give up, I don't even know how to 'run MySQL'. My scripting abilites are only self-taught and only in NWScript..
But thank you very much for answering. |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Sun Aug 27, 2006 10:42 Subject: Cleaning up SQL Database |
~ Bump ~ |
Topic: What to store...what to store |
Rami_Ahmed
Replies: 20
Views: 26169
|
Forum: Database related Posted: Thu Aug 24, 2006 21:32 Subject: What to store...what to store |
#include "aps_include"
SetPersistentLocation(oPC, "sVarName", GetLocation(oPC));
|
Topic: SIMTools Updated to V1.4! |
Rami_Ahmed
Replies: 9
Views: 13134
|
Forum: Scripts and Modules Posted: Thu Aug 24, 2006 15:12 Subject: SIMTools Updated to V1.4! |
Ah okay. I just thought that since SIMTools now work with processing NPC text (as I understand it) it might've worked with DMs possesing.. but guess not then. Hoki-doki. |
Topic: SIMTools Updated to V1.4! |
Rami_Ahmed
Replies: 9
Views: 13134
|
Forum: Scripts and Modules Posted: Tue Aug 22, 2006 21:05 Subject: SIMTools Updated to V1.4! |
Ah okay... but does that also mean that DMs possesing NPCs can read player tells? |
Topic: SIMTools Updated to V1.4! |
Rami_Ahmed
Replies: 9
Views: 13134
|
Forum: Scripts and Modules Posted: Tue Aug 22, 2006 16:59 Subject: SIMTools Updated to V1.4! |
Added a switch in the nwnx_ini file to allow processing of npc messages, which allows dms possessing npcs to have their speech processed. Credit to dumbo and virusman for the added functionality! The ... |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Tue Aug 15, 2006 20:26 Subject: Cleaning up SQL Database |
Hi!
Thank you for the answer and the link. It doesn't really help me though, I can't see what to do with that script? As I said, I don't know SQL commands or scripting or what ever it's called. ... |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Sat Aug 12, 2006 15:51 Subject: Cleaning up SQL Database |
Argh I've been searching numerous web sites and forums for a solution. Can't find anything. Does anyone have time and patience to help? |
Topic: Cleaning up SQL Database |
Rami_Ahmed
Replies: 14
Views: 19207
|
Forum: Scripts and Modules Posted: Wed Aug 09, 2006 13:05 Subject: Cleaning up SQL Database |
Hi!
I've been searching for the post you mentioned, but can't seem to find it. Could anyone point me in the direction or something?
Furthermore I don't really understand anything of SQLCommands and ... |
|