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.
 
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
 
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