i have been working at this a bit ... therse one thing that i suck at and that is packets and encryptions etc
BTW the eo login server packet aint encrypted at all un like co ones as i relised last night
ok im back ^_^ ... heres the full basic login packet for current eo ( lets get it started on something we know works before we push for godland etc)
Code:
0000 00 1b 11 15 68 72 00 19 db d0 03 d3 08 00 45 00 ....hr.. ......E.
0010 01 3c 1e d4 40 00 80 06 df 31 0a 01 01 42 62 f6 .<..@... .1...Bb.
0020 8d 7d ee 53 26 e7 6d 1b 77 0b 1b cb c5 5f 50 18 .}.S&.m. w...._P.
0030 fe f8 86 e7 00 00 14 01 24 04 74 65 73 74 00 00 ........ $.test..
0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00b0 00 00 00 00 00 00 00 00 00 00 74 65 73 74 00 00 ........ ..test..
00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........
0130 00 00 00 00 00 00 00 00 00 00 67 68 6f 73 74 00 ........ ..ghost.
0140 00 00 00 00 00 00 00 00 00 00 ........ ..
this was logging onto my test server with the user name and password test and the server name was ghost as you can see in the packet ...
so once you strip all the data and crap you have some sort of identify maybe a spacer idk ... its something lol
Code:
0030 14 01 24 04 ..$.
i looked at the conquer binary packet (just some a server a friend hosts since etheral dont like localhost and i cbf putting the server into a vm

) and the whole packet was encrypted sooooo hopefully you understand what those bits of the packet mean lol!
-hio77