Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Announcements (https://forums.graalonline.com/forums/forumdisplay.php?f=240)
-   -   GServer/NPCServer updates (https://forums.graalonline.com/forums/showthread.php?t=134258183)

Crow 02-26-2010 08:14 PM

Quote:

Originally Posted by Deas_Voice (Post 1559102)
why the dc command thu?

It was requested several times in the past, and is quite handy. Navigating through the player list just to disconnect somebody is a pain.

fowlplay4 02-26-2010 08:26 PM

Quote:

Originally Posted by Crow (Post 1559103)
It was requested several times in the past, and is quite handy. Navigating through the player list just to disconnect somebody is a pain.

Especially on Classic iPhone where the massive amount of players has a high chance of crashing/freezing RC.

Skyld 02-26-2010 08:28 PM

Quote:

Originally Posted by Deas_Voice (Post 1559102)
oo, lol.
nice.
why the dc command thu?

Because on Classic iPhone, everyone is pc:XXXXXXX and it is a nightmare trying to find them in the RC playerlist when there are 900 players online!

xAndrewx 02-26-2010 08:40 PM

lol
HTML Code:

function onPlayerLogin(pl) {
  sendtorc("/disconnect" SPC temp.pl);
}


Oh- can we add a reason as to why they were disconnected? thank you

fowlplay4 02-26-2010 08:41 PM

Stefan didn't include the description parameter but..

/disconnect account "reason"

Works just fine.

xAndrewx 02-26-2010 08:46 PM

Oh that's cool- thank you! :)

Rufus 02-26-2010 09:37 PM

Would be nice if the swear filter was globally enforced (everyone seems to use something different?) but clientsided and in the f3 options. Enabled by default.

salesman 02-26-2010 09:45 PM

Quote:

Originally Posted by Rufus (Post 1559124)
Would be nice if the swear filter was globally enforced (everyone seems to use something different?) but clientsided and in the f3 options. Enabled by default.

Agree 100%

Admins 02-27-2010 12:11 AM

Yes second parameter for disconnect is the reason, updated my first post.

cbk1994 02-27-2010 12:17 AM

Quote:

Originally Posted by Rufus (Post 1559124)
Would be nice if the swear filter was globally enforced (everyone seems to use something different?) but clientsided and in the f3 options. Enabled by default.

I would love a clientside swear filter, though some more extreme words should probably be blocked anyway just for the sake of trying to keep the game somewhat clean.

jkldogg 02-27-2010 01:44 AM

how 2 use this? do i need a script? someone please help! forum pm me because i will forget to check this later lol ^^

DarkCloud_PK 02-27-2010 07:56 AM

Quote:

Originally Posted by Stefan (Post 1559044)
For the first time you can disconnect yourself :)

i've been disconnecting my own client for years

DustyPorViva 02-27-2010 08:06 AM

Quote:

Originally Posted by DarkCloud_PK (Post 1559305)
i've been disconnecting my own client for years

I think he means your own RC, which doesn't show in the RC playerlist.

cbk1994 03-11-2010 12:24 AM

Quote:

Originally Posted by Stefan (Post 1558924)
- Faster reading of accounts, also makes 'new TServerPlayer("accountname")' faster for the npcserver (don't forget to destroy() the custom created player afterwards)

Why's it necessary to destroy it afterwards? Shouldn't the garbage collector kill it once all references are lost?

Skyld 03-11-2010 12:34 AM

Quote:

Originally Posted by cbk1994 (Post 1561704)
Why's it necessary to destroy it afterwards? Shouldn't the garbage collector kill it once all references are lost?

I'm guessing so that the script engine can close the file handle and stop using up so much memory or something.


All times are GMT +2. The time now is 04:49 AM.

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