Item example:
Name => Basic Head
TypeID => 134218752
this item is from nuri, how can i get a flag?
Item example:
Name => Basic Head
TypeID => 134218752
this item is from nuri, how can i get a flag?
Last edited by Luizinrc; 08-01-20 at 12:30 PM. Reason: update txt
unanswered again,
but I found my own answer:
// use in Part.iff
Code:public uint GetCharacterType () { return ((uint) ((TypeId & 0x3fc0000) / Math.Pow (2.0, 18.0))); }