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!

CrossFire Emulator 2.0 Java Incomplete

Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,161
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:
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

Thank u for share bro :)



Bro how to start server ?
 
Newbie Spellweaver
Joined
Oct 25, 2015
Messages
48
Reaction score
1
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

only login?
 
Newbie Spellweaver
Joined
Nov 15, 2015
Messages
6
Reaction score
1
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
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Dec 17, 2014
Messages
482
Reaction score
61

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 6, 2016
Messages
18
Reaction score
0
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

how to fix xtrap error?
 
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

Bro pls share no launcher login.



Bro please share launcher.exe
 
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
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
 
Newbie Spellweaver
Joined
Sep 7, 2014
Messages
38
Reaction score
5
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

how to start server ?
 
Newbie Spellweaver
Joined
Sep 7, 2014
Messages
38
Reaction score
5
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:
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
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 :)
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,161
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 :)
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
Re: [Release] CrossFire Emulator 2.0 Java Incomplete

no i mean is login in website the nickname to show there character nickname :)
 
Joined
Apr 27, 2008
Messages
667
Reaction score
124
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.
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,161
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
Top