Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/12/16 in all areas

  1. All of us got some time today and here are the results. Settings are: "Researcher" guild, Adventure, Private Did a dup check before trying to create it, clicked Create, after everyone accepted got another confirmation dialog, so finalized it. After that I was running around a bit, trying to find a spot for the guild stone, because didn't expect they have to be that far from each other xD Oh, and cleared the log short before using the permit, so yeah... there was no "item used" packet. 20160612_183053 guild creation - member.txt 20160612_183106 guild creation - leader.txt
    1 point
  2. Hi, I just started reverse engineering the TOS network protocol and your project has been a huge help with that. So I thought about also contributing a bit. I noticed that your ZC_DEAD Packet is not correct. I program in Java and I don't know how to do stuff in C# so I don't want to create a pull-request, but here is the Structure of the Packet public class Dead { private short size; private int handle; private byte unk1; private byte killCount; private byte unk3; private byte unk4; private Killer[] killer; private static class Killer { private int handle; private int xp; private int classXp; } } I hope this will be useful for you.
    1 point
×
×
  • Create New...