there are many sources published already for guis , just make a window consists of 5 images
2 for minutes 1 for : and 2 for seconds... set the position for the images and keep updating them depends on the seconds count
[Release] fortresswar kill counter ,#DEVKIT 05/15/2021 - SRO PServer Guides & Releases - 8 Replies Heyo everyone,
same as previous release it toke me just 2 hours to implement this idea for those who aren't building their own filters.
Code snippets
else if (strMessageCopy == '1' && strMessageCopy == 'N') {
//remove the first&second chars
strMessageCopy.erase(0, 2);
// Get the position of the space separating the name and the message
int pos = strMessageCopy.find_first_of('#');
Rexiles DevKit 09/14/2012 - WarRock Guides, Tutorials & Modifications - 2 Replies Hey homies...
Im the Rexiles Head Developer (Server, Website).
I wanted to release the Official DevKit (1.0), which is only useable for Plugins (Rexiles Game Server).
If you download Here (or as Attachment), you see the Source Files (for Plugins) and the DLLs you have to Include (its all .NET, lol).
So if you wanted to make a Plugin for the Server, write one, i'll check the compatibility and maybe i'll include it into the server.
So, that's it...
ToDo-List
~ Interface for Room.Room
~...