|
Tcd -> wID = PetType * 255
PetID = MonID
For example u give PeType 120, so it will be 120*255 = 30600, but you need that pet for every race so it will be wID(30600) + bRace (IDs: 0,1,2) so wIDs will be 30600,30601,30602 and PetTypes will be 120. Monsters are same too.
Same values write into dtb.
I didn't it for long time, hope it will right and will helpful for you.
Greetings
|