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!

BOTS Evolution Online [Client + Server Files!] (Edited by Secured)

Status
Not open for further replies.
Junior Spellweaver
Joined
Dec 21, 2009
Messages
188
Reaction score
40
The other thread was locked. I looked and I actually found working mirrors within the thread.
ARCHIVED THREAD: http://forum.ragezone.com/f111/bots-online-server-files-client-843057/

Note:Files work but need a TON of fixes. Not suggested to use for a server unless a stable build is released.​

Requirements
  • Java
  • Netbeans
  • Brains



Small Guides:

Editing Server IP
  1. Edit IP in ChannelServer.java on Line 119
  2. 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.

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:
  1. Character Movements Aren't Correct Packet Related.
  2. Some Mobs Don't Die, Packet Related.
  3. Conf Files Arent Finished Being Coded ...
  4. Some things can be Cleaned.



  • Screenshots:
  1. [IMG]https://forum.ragezone.com/ima...gxMj6piYSrzxg79RKppOPkmXlBGIwJ3Esc]MEGA.co.nz
    Mirror 2:

    Server:
    Mirror 2: NOT AVALIABLE.

    Code:
    Password: secured


    --Credits to Secured for the original release & bug fixes.
    --Credits to oduvanchik for the reupload.
    --If the files are go down, PM me and I will gladly reupload to a site like MEGA.

    Don't ask me for help. I'm new to java so I barely know how the files work myself, sorry.
 
Last edited:
Junior Spellweaver
Joined
Dec 21, 2009
Messages
188
Reaction score
40
I do remember the original released files didn't have a compatible client to go with them.. Is this 100% tested?

I have not personally tested them. Other people within the old thread used the SAME client and somehow got the it and made private servers so knock yourselves out. I'm new to JAVA, and when I try to import or open the project it Netbeans it says it's missing plugin / unrecognized. Good luck everyone, maybe someone can fix these or find the right client.
 
Initiate Mage
Joined
Nov 18, 2013
Messages
2
Reaction score
0
bots3 - BOTS Evolution Online [Client +  Server Files!] (Edited by Secured) - RaGEZONE Forums bots2.PNG - BOTS Evolution Online [Client +  Server Files!] (Edited by Secured) - RaGEZONE Forums

Downloaded data is created from the source of this error is displayed on the server why? But the game is not over and that monster is not dead
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jan 5, 2014
Messages
1
Reaction score
0
LoginServerConnection (/192.168.0.1:19046): [CLIENT-Username] '123'
[LoginServer:11000]: [LoginServer] Client connection from 192.168.0.1
[ChannelList]: Channel List is walking on 11010!
[LoginServer]: Has Hopped on 11000!
[Credits]: Server Files Edited by Secured
[Server]: Successfully connected to MySQL server using TCP/IP...

---------------------------------------------------------------------------------------------------

Cannot login to my client.

How did you login?
 
Status
Not open for further replies.
Back
Top