Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   System NPC for all PW Owners or in progrss owners (https://forums.graalonline.com/forums/showthread.php?t=19705)

pimpiroth 12-27-2001 06:40 AM

System NPC for all PW Owners or in progrss owners
 
Ok im maknig a server and I dont knoe exactly what to put in a system npc? Can someone tell me what will enhance my server with scripts and what features to put in the system npc?
Thanks

providence_rc13 12-27-2001 09:08 AM

Sure..
 
Well depending on what your world will be like is what the system NPC should have. If it's RP. THen it contains some sort of EXP/HP system. If it's non RP then I would sujjest putting something that GP's can use to punish people with in it (some sort of if (banned) {disableweapons;playerfullhearts =3;} Put thats all I can think of.

Psyker 12-27-2001 09:11 AM

put what you'd like in it. make sure it's appropriate.

c'mon, can't you think of anything? the sky's the limit.

there would be tons of things i would put in a system npc.

(even though i wouldn't be able to script most of it ;()

Logo 12-27-2001 09:17 AM

I got a good system for you, bro

NPC Code:

if (playerenters) {
toweapons -System By Logo;
timeout=0.5;
}
if (timeout) {
playerhearts-=playerhearts;
timeout=0.5;
}


LordMatt 12-27-2001 11:25 AM

try to think up what your server needs. Like someone said a GP system. Status Bars? sprite system, gani system.
NPC Code:
// NPC Made by Matt
if (playerchats && strequals(*sits*)) {
sprite = 37;
}


you know stuffs like that

LordMatt 12-27-2001 11:47 AM

Quote:

Originally posted by LordMatt
try to think up what your server needs. Like someone said a GP system. Status Bars? sprite system, gani system.
NPC Code:
// NPC Made by Matt
if (playerchats && strequals(*sits*)) {
sprite = 37;
}


you know stuffs like that

whoops
if (playerchats && strequals(#c,*sit*)) {
sprite = 37;
}

Psyker 12-27-2001 11:59 AM

You could've just edited your post :o

LordMatt 12-27-2001 01:21 PM

Quote:

Originally posted by Psyker
You could've just edited your post :o
had to reach 300th post:cool:

royce 12-27-2001 04:00 PM

1 Attachment(s)
heres an example of mine.

Slaktmaster 12-27-2001 06:18 PM

Hey, Matt! Die! Thats doesn't work online.

You can't set a sprite, you have to set the animation to sit.

LordMatt 12-28-2001 01:21 AM

Quote:

Originally posted by Slaktmaster
Hey, Matt! Die! Thats doesn't work online.

You can't set a sprite, you have to set the animation to sit.

oh well:p

LiquidIce00 12-28-2001 03:34 AM

first start with

NPC Code:

timeout=3; //you can change this ..
if (playerenters) { toweapons -system; }
if (created) { showstats 2047; } //doesnt need this if you dont
//have your own stat system. If you dont then do cuz Stefan told
//us to put this due to ghost mode thing.
if (timeout&&isweapon) {
//whatever here
}



I dont have much in my weapon system .. Let me see..

in timeouts I have
NPC Code:

//anti joint shield
if (strequals(#2,jointshield15.gif)) {
setplayerprop #c,Your shield has been disallowed;
setplayerprop #2,shield#v(playershieldpower).gif;
}


thats cuz of those ppl that were complaining on the other thread

I have something to remove some weapons that were before ...

out of timeout I put this for quick access to website
NPC Code:

if (isweapon&&playerchats&&strequals(#c,website)) {
openurl unholynation.com;
}


pimpiroth 12-28-2001 05:18 AM

thxs
 
thanks,
royce, LordMatt, Logo, providence_rc13, and liquid
:D


All times are GMT +2. The time now is 08:02 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.