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!

Very Close

Newbie Spellweaver
Joined
Aug 31, 2006
Messages
37
Reaction score
0
Hi UberGamer here im really close to getting Rakion XFS version 292-293 working :D take a look

just it stays on Logging in .. i must be doing something wrong
 

Attachments

You must be registered for see attachments list
Game Developer
Joined
Oct 1, 2005
Messages
420
Reaction score
47
lol i did this too and this is nothing client connect but server no reply(like this: huh what the hell is u? i dont know u i dont reply to u hehehe), by the way server uses another protocolo eaxh packet have u own operate code to server can identify if server user other and client another, server may not recognize client and client stay connected forever asking for the reply packet. Very Close isnt a right title heheheh
 
Newbie Spellweaver
Joined
Apr 15, 2008
Messages
70
Reaction score
3
Nice try xD, but I think the connector between login and world doesnt fully work yet. We need some better source...
 
Newbie Spellweaver
Joined
Aug 31, 2006
Messages
37
Reaction score
0
SirMaster please Explain lol

Cause with Datasetup.xfs/locale.ini i dont know what relay is lol ... i just put 50808 <-- server port
for broker i put 50807 which is the broker port
 
Newbie Spellweaver
Joined
Aug 31, 2006
Messages
37
Reaction score
0
Ok Thanks But could please explain more on Wrong Protocol. ?
 
C/C++ Programmer
Joined
Mar 1, 2006
Messages
314
Reaction score
191
Wrong Protocol:
Example:
Client Send Protocol: 0x23 Packet: 99 43 2A 21 23 33
Server Receive Protocol: 0x23 Server Protocol: 0x29 Packet Received: 99 43 2A 21 23 33 Server Response Only: 99 43 2B 21 29 46

is only example, no original protocols or packets or system.
 
Back
Top