Blockland Forums > Modification Help
Locking; Looking for any last bugs then posting in Add-ons. SfBl Client: V1.9
DrenDran:
--- Quote from: 300spartan on July 15, 2010, 03:55:31 PM ---Make it so that you can add players by yourself.
Lol, XServer plus this.
--- End quote ---
Add players by yourself?
What?
Also, this will be like XServer, but you can get it outside of servers too. With friends lists, pinging PMing etc.
Tom:
It's usually a good idea to delete file objects when your done...
DrenDran:
--- Quote from: Tom on July 15, 2010, 06:38:23 PM ---It's usually a good idea to delete file objects when your done...
--- End quote ---
I see you've been making useless connections to the server. Well I made it so the server disconnects any clients that have been online for more than 15 seconds that aren't still authenticated. I'll also use your getKeyID suggestion somehow.
Tom:
--- Quote from: DrenDran on July 16, 2010, 02:58:01 AM ---I see you've been making useless connections to the server. Well I made it so the server disconnects any clients that have been online for more than 15 seconds that aren't still authenticated. I'll also use your getKeyID suggestion somehow.
--- End quote ---
Yeah, sorry took me a few trys to get your server to give my bot a password.
And you need to make add ping timeouts too.
DrenDran:
--- Quote from: Tom on July 16, 2010, 10:31:27 AM ---And you need to make add ping timeouts too.
--- End quote ---
That's not how the pings work.
When you type '/ping <name>' you send a packet that says 'SYJ PNP <name>|'. When the server gets that packet, it finds the client with name <name> and sends a packet saying 'SYJ PNG' when the client gets that it sends back 'SYJ PNT' which the server then receives and if the requesting client is still online it will send a chat message that says how long it took to respond. The server doesn't wait for pings, and only one can be active on a client at a time.