Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-23-2002, 05:04 PM
Glory Glory is offline
Banned
Glory's Avatar
Join Date: Mar 2002
Location: Sunnydale
Posts: 1,365
Glory is on a distinguished road
Send a message via AIM to Glory
Adding Baddies = not allowed?

Hmmm, how would I make it so..like a ban level so when they enter it disconnects them for adding baddies?

kthxbye
Reply With Quote
  #2  
Old 07-23-2002, 06:00 PM
Glory Glory is offline
Banned
Glory's Avatar
Join Date: Mar 2002
Location: Sunnydale
Posts: 1,365
Glory is on a distinguished road
Send a message via AIM to Glory
Quote:
Originally posted by Kaimetsu
Grim Squeaker:

Erm... Isn't jailing them much simpler? Or banning them, of course.
Because most "disconnecting" levels actually makes peoples computers crash, which is evil, even if they're doing evil things.
/openrights...omy no rights except warp players...lol X.x thats why I need it and I really suck at scripting and well lol yea.
Reply With Quote
  #3  
Old 07-25-2002, 10:28 AM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
umm

ever think they didnt give you disconnect rights for a reason? Scripting something that disconnects a player...would be just as bad...

But...if you have NPC server...trying doing this:

//#CLIENTSIDE
if (playerenters||timeout) {
putnewcomp ,lizardon,1,1,1;
}

that should get them good (that might not be the correct number of params, but i think it's it)
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #4  
Old 07-25-2002, 10:29 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
If you don't have the disconnect option on your RC they obviously don't want you disconnecting players with NPCs either.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #5  
Old 07-25-2002, 10:34 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
add a weapon clientsided if you have an npcserver, instant disconnect
//#CLIENTSIDE
if(playerenters){
toweapons omiyourbanned;
}
Reply With Quote
  #6  
Old 07-26-2002, 03:43 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally posted by Kaimetsu
Grim Squeaker:

Erm... Isn't jailing them much simpler? Or banning them, of course.
Because most "disconnecting" levels actually makes peoples computers crash, which is evil, even if they're doing evil things.
I think Stefan stated once that it is illegal to upload levels which the purpose of crashing players.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:33 PM.


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