well simple as the title said this will generate objects type id http://i.imgur.com/5uxHq8k.png
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.
PLEASE NOTE THAT THE FILES IN THE ATTACHMENTS ARE THE FIRST RELEASE .
Version 1.0.1 is done
whats new ?
- Fixed Some errors in Items
- Done with Characters
if you dont know what it do
read this (thanks to torstmn)
Spoiler:
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.
well the difference is that you have a tool which selects the possible type ids like if typeid1 = 1 then typeid 2 can only be x if typeid2 = 3 then typeid3 can only be y etc etc its a good idea but its uncomplete so .. only usefull for equipable items
the one you attached is only .txt files :)
main = application that generate the numbers
lemoniscool Explain better
Quote:
Originally Posted by lemoniscool
well the difference is that you have a tool which selects the possible type ids like if typeid1 = 1 then typeid 2 can only be x if typeid2 = 3 then typeid3 can only be y etc etc its a good idea but its uncomplete so .. only usefull for equipable items
07-06-13
lemoniscool
Re: Type ID Generator + [source code]
would be a better release if you finish it egsro
07-06-13
egsro
Re: Type ID Generator + [source code]
Quote:
Originally Posted by lemoniscool
would be a better release if you finish it egsro
i will :)
almost done with characters .
PLEASE NOTE THAT THE FILES IN THE ATTACHMENTS ARE THE FIRST RELEASE .
Version 1.0.1 is done
whats new ?
- Fixed Some errors in Items
- Done with Characters