from what i've seen by now, the first 2 bytes are the packet length (including those 2 bytes).
packet: 0x06 0x00 0x62 0x66 0x04 0x26
length = 0x06 | (0x00 << 0x08) == 6
data = packet length - 2...
Type: Posts; User: DETH
from what i've seen by now, the first 2 bytes are the packet length (including those 2 bytes).
packet: 0x06 0x00 0x62 0x66 0x04 0x26
length = 0x06 | (0x00 << 0x08) == 6
data = packet length - 2...
http://l2j.sf.net/
check out l2j's l2proxy, it the only way to do so atm (afaik).
btw, even if you get that to work your server has to be c2 too, the packets have been changed so a c1 server won't work with a c2...
shadow, we know how to decrypt it ;p
no offence but i think you should make sure you write right things before you post. :P