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!

Starting new private server for La Tale.

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 20, 2010
Messages
12
Reaction score
0
Ok I know La Tale section hasn't really been active but I hope some people can help me with my server.

Ok to start off I am coding this in Au3. If it doesn't work out I'll switch to Delphi. So far I re-directed the client to my server. My server accepts the connection and on connect it sends the packet.

Code:
0A 00 00 00 64 00 00 00 00 01

I receive this packet.

Code:
0C 00 01 00 76 76 76 76 76 76 76 76

Again I try to respond with:

Code:
0A 00 00 00 64 00 00 00 00 01

And it just keeps going in an endless loop. I never receive this packet:

Code:
09 00 01 00 13 13 13 13 13

or any other packet then it says Server not responding in the client.

Can someone help me out? Am I supposed to decrypt and encrypt the packets after:

Code:
0A 00 00 00 64 00 00 00 00 01

If so what type of encryption does it use? If anyone can provide a source that would help alot. I am actively working on this project.
 
Newbie Spellweaver
Joined
Apr 19, 2009
Messages
7
Reaction score
0
I cant Really answer your question but.. I just wanted to say Good Luck with your server! I hope you will be the person who finishes one. I'll be keeping in touch with this post to see if you make any updates. Im very ecited! =D
 
Newbie Spellweaver
Joined
Jan 21, 2011
Messages
5
Reaction score
0
Hey do you actually have the source code o.o, it would be nice if you share :3
 
Newbie Spellweaver
Joined
Apr 5, 2011
Messages
9
Reaction score
3
There's actually a server thats almost done and is coming out this month... it has 3rd class and sub class (rumors are theres a custom ninja class). So if your going to make a server im just letting you know you have competition =p
 
Status
Not open for further replies.
Back
Top