logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Search found 12 matches
nwnx.org Forum Index
Author Message
  Topic: Function idea: Shutdown server
Mask

Replies: 76
Views: 110661

PostForum: General Discussion   Posted: Sat Dec 03, 2005 2:49   Subject: Function idea: Shutdown server
Posted by Asmodae at 2005-11-22 13:35:40

Hrm, a little more information would be good. What OS? I should mention this will only work on windows. And its been tested on windows XP. Another cav ...
  Topic: Limiting PP to once a day, per target (Beyond my skills...)
Mask

Replies: 1
Views: 5222

PostForum: Scripts and Modules   Posted: Sat Jun 04, 2005 4:28   Subject: So I had to get smarter..
So i had to get smarter..

Anyway is anyone able to find problems with this before I put it in? It does compile, bu I learned a long time ago that the script editor is aobut as trustable as an 'hon ...
  Topic: if statement
Mask

Replies: 1
Views: 5247

PostForum: Scripts and Modules   Posted: Wed May 25, 2005 7:55   Subject: Re: if statement
if (!GetPersistentInt(oPC, "Stripped"))
{
SetPersistentInt(oPC, "Stripped", 1);
}

That's your code right?

I think I read it right to mean ...
  Topic: Limiting PP to once a day, per target (Beyond my skills...)
Mask

Replies: 1
Views: 5222

PostForum: Scripts and Modules   Posted: Wed May 18, 2005 3:56   Subject: Limiting PP to once a day, per target (Beyond my skills...)
Alright, new strange Idea for everyone to ponder, and or tear apart...

Now unlike normally....Wait, scrtach that out..... Exactly like normally, I post here as I have a half formed idea, which is(A ...
  Topic: So....Can I con anyone into checking my scripts..
Mask

Replies: 4
Views: 9059

PostForum: Scripts and Modules   Posted: Wed Apr 06, 2005 9:16   Subject: So....Can I con anyone into checking my scripts..
Second, this is put as the OnEnter script for a generic trigger that surrounds the Start location, NOT on the Area. Reason: The PC "enters" the module AND enters the area BEFORE they are fully in the ...
  Topic: So....Can I con anyone into checking my scripts..
Mask

Replies: 4
Views: 9059

PostForum: Scripts and Modules   Posted: Mon Apr 04, 2005 6:24   Subject: So....Can I con anyone into checking my scripts..

JumpToLocation() isn't an assignable action by itself.

Something like this will work after setting and delaying the amount of hitpoints you want to knock off:
AssignCommand(oTarget, ClearAllActi ...
  Topic: So....Can I con anyone into checking my scripts..
Mask

Replies: 4
Views: 9059

PostForum: Scripts and Modules   Posted: Sun Apr 03, 2005 21:07   Subject: So....Can I con anyone into checking my scripts..
So let me throw out a few scripts and see where I'm F'ing up.

1.) Save script I actually have two of these but they are called diffrently, the one saved from the conversation I assume would be easi ...
  Topic: SQLEncode and SQLDecode calls.
Mask

Replies: 10
Views: 12732

PostForum: Scripts and Modules   Posted: Sun Mar 27, 2005 11:22   Subject: SQLEncode and SQLDecode calls.
seems to have solved it, Now I just need to tie that in with the save script.

as ever primo you save the day.
  Topic: SQLEncode and SQLDecode calls.
Mask

Replies: 10
Views: 12732

PostForum: Scripts and Modules   Posted: Mon Mar 21, 2005 15:54   Subject: SQLEncode and SQLDecode calls.
Ya Gonna hate me primo...
Here are the actual scripts that are writing said values.

#include "aps_include"
void main()
{
object oPC = OBJECT_SELF;
location lTarget = Get ...
  Topic: SQLEncode and SQLDecode calls.
Mask

Replies: 10
Views: 12732

PostForum: Scripts and Modules   Posted: Sun Mar 20, 2005 20:10   Subject: SQLEncode and SQLDecode calls.
well, as of today, I have three entries...

RodgerYoung Mazer Rackham H_IC_Point #AREA#H_WelcomeArea#POSITION_X# 14.988953590#... 0 20050320214308

~ H_IC_Point 0 20050320215 ...
  Topic: SQLEncode and SQLDecode calls.
Mask

Replies: 10
Views: 12732

PostForum: Scripts and Modules   Posted: Sun Mar 20, 2005 5:48   Subject: SQLEncode and SQLDecode calls.
Swapping it out inplace of:

for (i = 0; i < GetStringLength(sString); i++)
{
sChar = GetSubString(sString, i, 1);
if (sChar == "' ...
  Topic: SQLEncode and SQLDecode calls.
Mask

Replies: 10
Views: 12732

PostForum: Scripts and Modules   Posted: Sun Mar 20, 2005 5:41   Subject: Well...
I don't suppose you were getting a bunch of database entries similiar to the following:

~ PC_HP 0 0 20050314173812
~ PCSavePoint 0 20050314173812

I have 3 entries per PC: Sa ...
 
Page 1 of 1
All times are GMT + 2 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group