Pages

Bots Server Files

Bots Online Server Files!Lets keep this Short and sweet ^-^

Note: Not for making a server with currently, needs to be worked on a bit more until we can get a stable build.

Requirements
Java Obv
Netbeans
Brains

Small Guides:
Editing Server IP
Edit IP in ChannelServer.java on Line 119
Same in LoginServer.java on line 96
Code:
if(!Main.getip(socket).equals("127.0.0.1")){

To edit Client IP
1.) Open patch.ini
2.) Replace 127.0.0.1 with your server's ip leave the 0s sense there needed by the client!

Edit Mysql Information
You can edit mysql information to fit your needs here, I'll be coding finishing the configs soon.

Edit on line 61 in SQLDatabase.java (LoginServer),
And Edit on line 69 in SQLDatabase.java (ChannelServer)

Code:
                String serverName = "localhost";
                String mydatabase = "bout_evolution";
                String url = "jdbc:mysql://" + serverName +  "/" + mydatabase; // a JDBC url
                String username = "root";
                String password = "pass";

Bugs:
Character Movements Aren't Correct Packet Related.
Some Mobs Don't Die, Packet Related.
Conf Files Arent Finished Being Coded in maybe Ill do that quick and re-upload.
Some things can be Cleaned.

Screenshots:


Credits:
Me for Fixing a lot of lil Bugs
Some person for releasing on another forum.
Bouts Evolution Client Edited a Bit.
Bots Acclaim for making the game.
Shawn for Begging me to fix the bugs. (Not Rz Shawn)


Download (If Anyone wants to make a extra mirrors that would be fine.) :
Server Files
Client Files

I don't like the current Upload sites, If anyone wants to Mirror, I'd Gladly appreciate it!

Password:
Code:
secured

Be Sure to Keep my Credits in the Server files, removing will make me Sad</3
Be Sure to Press the +Like and +Rep Button as you Download!

Secured
Ragezone