Packet Data

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
tect
Noob
Noob
Posts: 1
Joined: 29 Jun 2008, 17:58
Noob?: Yes

Packet Data

#1 Post by tect »

Kinda working on my own little program right now but it requires being able to read the packets that the client receives so I thought I'd try going through the kore source code for some help... but still lost. I was wondering if anyone could tell me how to sort out the data ,or put it in a readable form, in the packets for iRO. Like how would you know which data to use to figure out your own coordinates, current exp/level, class? (basically all of the character data) I currently have a program with a packet sniffer working, I just dont know what data from those packets to use.

thanks

hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No
Contact:

Re: Packet Data

#2 Post by hakore »

src/Network/Receive.pm
Whatever...

Locked