well simple as the title said this will generate objects type id
i was working on it long time ago then i stopped for a while --> bored because it asks for alot of typing
its not finished yet.
Version 1.0.1 is done
whats new ?
- Fixed Some errors in Items
- Done with Characters
Downloads
source code [C#]
if you dont know what it do
read this (thanks to

)
Quote:
Q: What is TypeID1?
A: TypeID1 is the actual starting point. Important for developers are 1 & 3. 1 = Characters and 3 = Pets
Q: What is TypeID2?
A: TypeID2 is leading into the correct section. E.G Armor or Pets or ETC. It's still not very detailed
Q: What is TypeID3?
A: TypeID3 is more detailed than TypeID2. It is one level higher and shows the type of the TypeID2 group. E.g Recovery potions in ETC. Or Heavy armor in Armor
Q: What is TypeID4?
A: TypeID4 is the last type id. It is very detailed and shows what exactly the item stands for. In Recovery Potions it possibly is the MP Recovery potion. In Armor it is maybe the head or chest.
Q: Why does the game work with these IDs?
A: I guess the main reason is becouse it can identify everything correctly. The game knows how to parse a specific packet and alot more.
|