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!

EP3 Server Source Files

Experienced Elementalist
Joined
Jan 30, 2010
Messages
267
Reaction score
129
CABAL FOR FREE - EP3 Server Source Files - RaGEZONE Forums

This source is incomplete... Yes you can run the binaries, yes you can enter in lobby and poop, will it matter? no...
You are probably gonna try to dispute this comment, but this is useless if you think otherwise share the fixed source, you know i wont.
I5vNaB1 - EP3 Server Source Files - RaGEZONE Forums

5FdqIQJ - EP3 Server Source Files - RaGEZONE Forums


Now all you need is to get the rest of them working.
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Aug 5, 2009
Messages
229
Reaction score
180
Why do you want bins for something that doesnt work?

This thread should be locked to prevent these..

Its Work when u Register new Packet 2002 <- say pak WORD AuthKey 2002 send to client with data if 2002 and receive say ok then client send cmd with 2001 register Public Key . when public key is ok then client apply to AuthAccount with PASS.

REGISTER_PROC(g_sUsrProcedureMap, 2002, OnCSCPreServerEnvRequest); // First Paket from Client
send 2002 client open Authentication windows
send 2003 the client want 2001 request from server with PublicKey
if 2001 correct thyen client send request 103 whit password
REGISTER_PROC(g_sUsrProcedureMap, 2001, OnCSCPublicKey);

from ep8 need register the new paket
 
Last edited:
Experienced Elementalist
Joined
Aug 5, 2009
Messages
229
Reaction score
180
To prove that the files work, and not that they are missing and can be worked on, is the proof of my work on the files, I would really like people to start doing something in this direction. I'm writing here because I don't want to send any files in my post, but you can do it here. I'm pinning the post and will follow, good luck
 
Back
Top