So I got a few packets working using phConnector and edxLoader. Actually, just the sit packet is all I've tested. I got positive results with that.
I came across some packets like running I had:
Then depending on where I was running to, I would have something similar below it like so:
I figured those were the x and y coordinates I was running too. My problem is, how could I convert those into a string? If not that, then how could I set them with custom values? By the looks of it, it's hex, correct?
Second problem, whenever I connect to phConnector with my program, then login, I get disconnected after a few seconds. How could I resolve this?
Thanks,
TsterT
edit: opcodes >.>
I came across some packets like running I had:
Code:
[C -> S][7021] 01
Code:
6C 6A 35 00 B4 00 F5 02
Second problem, whenever I connect to phConnector with my program, then login, I get disconnected after a few seconds. How could I resolve this?
Thanks,
TsterT
edit: opcodes >.>