Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Silkroad server status

Newbie Spellweaver
Joined
Apr 17, 2012
Messages
70
Reaction score
76
Hey guys,
today I'm going to release my 'Silkroad server status'(another just 4 fun tool) tool which allows you to see the server's status. Took me about 2 hours to write it (thanks to pushEdx for the SilkroadSecurityApi!).

Features:
+ Login server status
+ Server status (Online, Check)
+ Cur/Max user.
-> It's a simple server status tool.

Image:
torstmn - [Release] Silkroad server status - RaGEZONE Forums


How to:
1. Extract the archive to your desired folder.
2. Open "settings.cfg" with your notepad or any other texteditor.
//##########################################
//# Silkroad server stats example settings #
//##########################################
//-------------Info-------------
//serverIP = the target server's IP
//serverPort = the login server port of the target's server.
//clientLocale = the locale of the client
//clientVersion = the version of the client.
//refreshRate = the auto refresh of the server info in milli seconds (ms)
//useThread = Use the multi-threading function..(keep it to 'true'!)
//------------------------------
3. Configure the settings as shown in the settings.cfg!
4. Run the tool and wait a moment so it can connect..
5. Have fun!
Hint:
To find out the locale use edxLoader!

Copyright:
You are not allowed to publish this program on any other site under your name!!

Download:
1.1:

1.0:
(or attachment)

Changelog:
1.1
{
+ Added support for mulitiple servers.
- Removed online/offline loginserver.
* New configuration system (INI).
}
If you like my work say thanks.
 

Attachments

You must be registered for see attachments list
Last edited:
Elite Diviner
Joined
Sep 15, 2011
Messages
497
Reaction score
6
thank you :)

How to write server-ip ?

1. IP

serverIP=127.0.0.1
serverPort=15779
clientLocale=22
clientVersion=188
refreshRate=5000
useThread=true

2. IP

???
 
Newbie Spellweaver
Joined
Apr 17, 2012
Messages
70
Reaction score
76
There is no way to multi-view servers. I could add it but im too lazy.
 
Joined
Jan 15, 2009
Messages
692
Reaction score
128
Will you be releasing the source for the server stats or just a compiled release? ^^

Edit: Seems like it is just a simple tool, but i like how we can specify a server's ip in the config file. Hopefully in your spare time you add the ability to have multiple server's in the list ;)
 
Last edited:
Newbie Spellweaver
Joined
Apr 17, 2012
Messages
70
Reaction score
76
Just the compiled program. I don't like people leeching every code they can find.
 
Experienced Elementalist
Joined
Nov 14, 2011
Messages
260
Reaction score
54
thanks for Sharing bro :)

any Idea how to make it on the web Site ?
 
Newbie Spellweaver
Joined
Apr 17, 2012
Messages
70
Reaction score
76
Added v1.1

Download:

Changelog:
1.1
{
+ Added support for mulitiple servers.
- Removed online/offline loginserver.
* New configuration system (INI).
}
 
Newbie Spellweaver
Joined
Apr 17, 2012
Messages
70
Reaction score
76
@blacksheep25 That's a good idea, I'll apply this in the next update.
 
Newbie Spellweaver
Joined
Apr 30, 2012
Messages
67
Reaction score
2
could you make it apk , or release the code to make it apk in Unity3d ?
 
Back
Top