BIG HELP!Quote:
public enum EItemDescription {
Normal = 0x0,
Magic = 0x1,
Set = 0x2,
Rare = 0x3,
Unique = 0x4,
Quest = 0x5,
Newbie = 0x6,
Siege = 0x7,
Rank = 0x8,
Skill = 0x9,
Event = 0xA,
Ancient = 0xB,
MallItem = 0xC,
NonDropItem = 0xD,
Belong = 0xE,
GuildWarOnly = 0xF,
Resource = 0x10,
CraftProduct = 0x11,
ExchangeItem = 0x12,
MallItemExtended = 0x13,
PCEvent = 0x14,
}