So I'm dabbling in OOG stuff atm hoping eventually to make a homestead bot to farm sigils and there are a lot more packets you have to deal with than you do with normal botting.
I've found some online libraries that document a lot of them like here:
[Only registered and activated users can see links. Click Here To Register...]
and here:
[Only registered and activated users can see links. Click Here To Register...]
A lot of it is outdated and I've been updating them as I go but the list is far from comprehensive and I need to capture packets that are undocumented. I have no problems with incoming packets since I can just monitor the incoming traffic for data I need but I can't figure out what to send.
Does anyone know where the other packet sending function is for like login packets and stuff? A lot of the data I need to read I'm pretty sure I have to send a request first and the request doesn't go through the normal sendpacket routine. Ideally I'd like a tool for viewing these other packets but I'll settle for a function to breakpoint.
I've found some online libraries that document a lot of them like here:
[Only registered and activated users can see links. Click Here To Register...]
and here:
[Only registered and activated users can see links. Click Here To Register...]
A lot of it is outdated and I've been updating them as I go but the list is far from comprehensive and I need to capture packets that are undocumented. I have no problems with incoming packets since I can just monitor the incoming traffic for data I need but I can't figure out what to send.
Does anyone know where the other packet sending function is for like login packets and stuff? A lot of the data I need to read I'm pretty sure I have to send a request first and the request doesn't go through the normal sendpacket routine. Ideally I'd like a tool for viewing these other packets but I'll settle for a function to breakpoint.