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 02-13-2006, 02:12 AM
talkingnoodle talkingnoodle is offline
Rapidwolve
talkingnoodle's Avatar
Join Date: Nov 2005
Location: Leominster, MA
Posts: 229
talkingnoodle is on a distinguished road
Send a message via AIM to talkingnoodle Send a message via MSN to talkingnoodle
Post Police Tool

I started working on this today , its not even close to being done, I have alot more windows with alot more options to add. Diffrent passwords and usernames give you more rights (pointless but fun!). The pictures below are the low admin options .what do you think?
Attached Thumbnails
Click image for larger version

Name:	GP_Tool.png
Views:	227
Size:	26.4 KB
ID:	35536   Click image for larger version

Name:	GP_Tool_2.png
Views:	228
Size:	34.0 KB
ID:	35537   Click image for larger version

Name:	GP_Tool_3.png
Views:	240
Size:	36.7 KB
ID:	35538  
__________________


AIM: Rapidwolve Graal
MSN: [email protected]


2/12/06 - Crossroads NPC Admin

Last edited by talkingnoodle; 02-13-2006 at 02:38 AM..
Reply With Quote
  #2  
Old 02-13-2006, 07:19 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Is it even possible to disconnect a player via script? Or are you planning on just serverwarping them to login or something?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #3  
Old 02-13-2006, 07:25 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by ApothiX
Is it even possible to disconnect a player via script? Or are you planning on just serverwarping them to login or something?
I imagine it's possible to disconnect players using the clientrc, although I suppose the easiest way would be to serverwarp someone off to login1.
__________________
Skyld
Reply With Quote
  #4  
Old 02-13-2006, 10:09 PM
talkingnoodle talkingnoodle is offline
Rapidwolve
talkingnoodle's Avatar
Join Date: Nov 2005
Location: Leominster, MA
Posts: 229
talkingnoodle is on a distinguished road
Send a message via AIM to talkingnoodle Send a message via MSN to talkingnoodle
Yea its server warping them to login
__________________


AIM: Rapidwolve Graal
MSN: [email protected]


2/12/06 - Crossroads NPC Admin
Reply With Quote
  #5  
Old 02-13-2006, 10:14 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
thats nice o.o
Reply With Quote
  #6  
Old 02-13-2006, 10:20 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Skyld
I imagine it's possible to disconnect players using the clientrc, although I suppose the easiest way would be to serverwarp someone off to login1.
But with serverwarping them to login 1, you can't give them the dialog saying they have been disconnected and the reason for the disconnection
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #7  
Old 02-15-2006, 06:42 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Quote:
Originally Posted by ApothiX
But with serverwarping them to login 1, you can't give them the dialog saying they have been disconnected and the reason for the disconnection
I haven't tested the following theories:

1. Send the player a pm, it should stay with the player once they get serverwarped to Login.

2. Sendrpgmessage? Another alternative I suppose. But there would have to be mutual understanding between the players and staff that a message is left in the F2 window.
__________________
Reply With Quote
  #8  
Old 02-15-2006, 07:20 AM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Make the NPC server send an onload script! That is an excellent method.
Reply With Quote
  #9  
Old 02-16-2006, 04:51 AM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by protagonist
Make the NPC server send an onload script! That is an excellent method.
html disabled <3

I think a nice thing to do is to display a gui window on the screen saying a disconnect reason, and they can't do anything while it's open. They can click OK and it will warp them to login or something, or they can just close their client or switch servers or whatever.
__________________
Liek omigosh.

Reply With Quote
  #10  
Old 02-17-2006, 09:56 AM
ArushenP2P ArushenP2P is offline
Graal Developer
ArushenP2P's Avatar
Join Date: Feb 2006
Location: Oakland, Calif. USA
Posts: 336
ArushenP2P is on a distinguished road
Send a message via AIM to ArushenP2P
you should make it like, send a message to them via there playerprop #c, saying
You will be disconnected in 3...

sleep 3; what ever

and it serverwarps them.

I unno thats just my idea
__________________


Your abilities to create wonder relies on your level of imagination.

Reply With Quote
  #11  
Old 02-17-2006, 12:27 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Quote:
Originally Posted by ArushenP2P
you should make it like, send a message to them via there playerprop #c, saying
You will be disconnected in 3...

sleep 3; what ever

and it serverwarps them.

I unno thats just my idea
What if they're not looking at the screen the moment you disconnect them?
__________________
Reply With Quote
  #12  
Old 02-17-2006, 04:58 PM
Kronan Kronan is offline
yo
Kronan's Avatar
Join Date: May 2001
Location: Florida, USA
Posts: 682
Kronan is on a distinguished road
Send a message via ICQ to Kronan Send a message via AIM to Kronan Send a message via Yahoo to Kronan
Quote:
Originally Posted by talkingnoodle
I started working on this today , its not even close to being done, I have alot more windows with alot more options to add. Diffrent passwords and usernames give you more rights (pointless but fun!). The pictures below are the low admin options .what do you think?

I am sorry to tell you but you need to change the name of that tool. The server you are working for is NOT Bravo.
__________________
Reply With Quote
  #13  
Old 02-17-2006, 05:57 PM
Damix2 Damix2 is offline
RED SQUARE CLUB
Join Date: Nov 2003
Location: NY-what's better?
Posts: 3,577
Damix2 will become famous soon enough
Quote:
Originally Posted by ZeLpH_MyStiK
What if they're not looking at the screen the moment you disconnect them?

You would think they would be looking at the screen if they are doing something that warrants a disconnection
__________________
Reply With Quote
  #14  
Old 02-17-2006, 06:39 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Damix2
You would think they would be looking at the screen if they are doing something that warrants a disconnection
Still, the purpose of the discussion was to find a way to display the reason. Three seconds may not be enough time to read if it is a lenghty reason for disconnection.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #15  
Old 02-17-2006, 10:02 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by Ajira
I think a nice thing to do is to display a gui window on the screen saying a disconnect reason, and they can't do anything while it's open. They can click OK and it will warp them to login or something, or they can just close their client or switch servers or whatever.
..
__________________
Liek omigosh.

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 08:15 PM.


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