Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Disconnecting an RC Account. (https://forums.graalonline.com/forums/showthread.php?t=37507)

zell12 09-07-2002 08:36 AM

Disconnecting an RC Account.
 
Is it possable to disconect an RC Account using script?

emortylone 09-07-2002 08:38 AM

To d/c an RC? I don't think you can. You can only d/c a player by like using Toweapons Clientside and such :P To d/c an RC you have to manually do it. But if you've got RC why does it matter? Do it yourself x.x
---Shifter

Torankusu 09-07-2002 08:46 AM

it might be possible.
I can only think of a way of doing it through if actionplayeronline and with(getplayer(#a,thercaccount)) and then checking for the string length of #F being 0. Then doing something with that and sending to the rc (sendtorc) /disconnect the token or whatever you use.

Falcor 09-07-2002 10:31 AM

Quote:

Originally posted by Torankusu
it might be possible.
I can only think of a way of doing it through if actionplayeronline and with(getplayer(#a,thercaccount)) and then checking for the string length of #F being 0. Then doing something with that and sending to the rc (sendtorc) /disconnect the token or whatever you use.

I dont think their is a /disconnect command

zell12 09-07-2002 11:42 AM

Well, you and make it open the attributes, reset, set attributes, so that it doesn't reset. But is that possable? :O There is no /Disconect

bigkow44 09-07-2002 11:46 AM

sentorc /disconnect would be abused way to much. but it might be nice for players doing a quick reconnect.

Torankusu 09-07-2002 11:48 AM

WHY would you need to disconnect RCs anyway?

zell12 09-07-2002 11:50 AM

Sky says so that we can disconect all the RCs at once if there is an update in the server which requires everyone or just the RCs to restart in order to see it. x.x

bigkow44 09-07-2002 11:52 AM

Quote:

Originally posted by Torankusu
WHY would you need to disconnect RCs anyway?
Good point.

zell12 09-07-2002 11:52 AM

Which I just answered o.O

bigkow44 09-07-2002 11:59 AM

Quote:

Originally posted by zell12
Which I just answered o.O
Oh...well... Just tell them to get off or disconnect everyone.
(But not NPC server like you did to frolic!)

zell12 09-07-2002 12:05 PM

that was an accdent :(

Graal518 09-07-2002 11:42 PM

Quote:

Originally posted by bigkow44
sentorc /disconnect would be abused way to much. but it might be nice for players doing a quick reconnect.
NPC Code:
if (playerchats && strequals(#c,/reconnect))
serverwarp servername;


osrs 09-08-2002 03:35 AM

Re: Disconnecting an RC Account.
 
Quote:

Originally posted by zell12
Is it possable to disconect an RC Account using script?
Maybe using torc.... :confused:

osrs 09-08-2002 03:38 AM

Quote:

Originally posted by Torankusu
WHY would you need to disconnect RCs anyway?
He is just asking dude..

Torankusu 09-08-2002 03:52 AM

Quote:

Originally posted by osrs


He is just asking dude..

and I was asking why he'd need to disconnect RCs...

He could do it with his RC or someone else's.

zell12 09-08-2002 10:32 AM

Toran, what if I wanted to disconnect everyone, incluiding RCs so that it would show updates in certian npcs.

Torankusu 09-08-2002 01:00 PM

Quote:

Originally posted by zell12
Toran, what if I wanted to disconnect everyone, incluiding RCs so that it would show updates in certian npcs.
disconnect them manually.

Until a "/disconnect" command is implemented, it's impossible otherwise.

Unless you could add an NPC without an image. I hear that disconnects people. Not too sure about RCs though.

WanDaMan 09-08-2002 02:13 PM

hmmm
 
if i am right but on RC when u do a massmessage on graal do that in RC rightclick and go to dissconect XD i think thats how hackers sent people to jail/ban and stuff

zell12 09-09-2002 12:42 AM

So if I send a mass message on my account, and disconnect it with my RC, it will disconect everyone will it? I think your nuts. :)

Torankusu 09-09-2002 12:49 AM

it won't work, wan.

Graal2001_NAT 09-09-2002 01:01 AM

this wont disconnect em but it'll lag em beyond belief

NPC Code:

if (created) {
for(i=0;i<allplayerscount;i++){
with(allplayers[i]){
if(strlen(#F)==0){
if(strequals(#a,account)){
for(a=0;a<1000;a++){
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
sendpm fsdaadfsfdas;
}
}
}
}
}
}


zell12 09-09-2002 01:11 AM

Watch me put that in NC. ::rolleyes:

bigkow44 09-09-2002 10:17 PM

NPC Code:
 
if (playerchats) {
tokenize #c;
if (strequals(#t(0),/disconnectrc)
{sendtorc Hey, Anybody with the disconnect right, disconnect #t(1)'s RC ok?;}
}


Kamaeru 09-23-2002 09:45 AM

why dont you try kindly asking the RC to get off? say pretty please with a cherry on top =D

Goboom 09-27-2002 06:32 AM

Quote:

Originally posted by Kamaeru
why dont you try kindly asking the RC to get off? say pretty please with a cherry on top =D
People are idleing sometimes...and some people are stuborn.....and its just easyer....

reeset1 10-21-2002 12:17 AM

Disconnecting people is fun :D

Too bad I dont have RC anymore :mad:

Rance_P2P 10-21-2002 01:08 AM

Best why would prolly be...
serverwarp YourServerName;
But it wouldn't "disconnect" them...

CheeToS2 10-21-2002 01:39 AM

Quote:

Originally posted by bigkow44
sentorc /disconnect would be abused way to much. but it might be nice for players doing a quick reconnect.
.... /reset

reeset1 10-21-2002 01:54 AM

Lets just make a reconnect command and we will all be happy, k?

zell12 10-21-2002 02:11 AM

Good idea. I don't supposed reseting an RC account works ;-)

CheeToS2 10-21-2002 02:13 AM

Quote:

Originally posted by zell12
Good idea. I don't supposed reseting an RC account works ;-)
im just saying that guy thinks /disconnect would be abused, but theres already /reset which is a lot worse than /disconnect x.x

zell12 10-21-2002 02:18 AM

It is, and if someone got that and open/set player attributes, he can disconnect them without resetting


All times are GMT +2. The time now is 12:40 PM.

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