Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

CrossFire Emulator 2.0 Java Incomplete

Joined
Dec 23, 2011
Messages
1,811
Reaction score
2,286
Location
Brazil
Hello People from ragezone, i was coding a emulator from crossfire but due few reasons ( college, comunity, life rules ) i have to stop project, so i'm releasing to comunity a emulator with a nice struct to develop packets and finish it if you want, there few packets on gameserver but it don't work still, also there sniffer in the package, everything done in java, you can try your lucky on it.

here the latest video status from project






Downloads ->
Client: CrossFire AL Latest Update

Code:
UPDATE :

ServerPacket.java
replace 
        this.con.getChannel().write(getBuf());
with 
        this.con.getChannel().writeAndFlush(getBuf());

on login server and gameserve

Credits: Bola

thanks to UltraPGNoob for few doubts taken
like and rep+, i'm grateful XD
 
Last edited:
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

I can not get past the login screen ... wow
like :D

KzJ3Ps2 - CrossFire Emulator 2.0 Java Incomplete - RaGEZONE Forums
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

how to fix xtrap error?
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

@Bola I dont login the server because i start cfPT_launcher.exe and start game then version.ini always repair itself
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

how to start server ?
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

you can execute on netbeans running with F5, or execute on windows creating a .bat and running jar files compiled

thx u c:
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

i have simple register+login but the nickname wont show if you login! the web only work from bola Emulator 2.0 java server files :)
here it is




P.S.
i use xampp for sql of bola emu :)

You can just leave field empty and server will take care to request nickname from user in game :)
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

no i mean is login in website the nickname to show there character nickname :)
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

People really don't pay attention. This emulator is incomplete and needs lots and lots of work and he already stated, it's not working properly because there is no packet communication going on. This release is intended for developers that wish to continue the development of the emulator.
 
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

fix error
Bola - CrossFire Emulator 2.0 Java Incomplete - RaGEZONE Forums

wrong password to database, open project and go to config folder and set database password



People really don't pay attention. This emulator is incomplete and needs lots and lots of work and he already stated, it's not working properly because there is no packet communication going on. This release is intended for developers that wish to continue the development of the emulator.

Login server is fully working properly and also GameServer authenticate user connection and delivery profile data, but there things to finish, i'm working on project again.
 
Back