- 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.
I receive this packet.
Again I try to respond with:
And it just keeps going in an endless loop. I never receive this packet:
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:
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.
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.