Hello, 
first of all i allreadys read the Guide at the wiki but had some questions. 
  
My Item from item_db2: 
29001,WoE_Beanie,WoE Beanie,5,20,,700,,0,,0,0xFFFFFFFF,7,2,256,,0,0,160,{ bonus2 bSubRace,RC_DemiHuman,10; },{},{}
This is a dupliacate of the normal Beanie with the same ViewID. 
  
  
ItemInfo.lua -> What did i have to writte at the classNum? 160? Because this is the ViewID? 
	[29001] = {        unidentifiedDisplayName = "WoE Beanie",        unidentifiedResourceName = "Ä«ÇÁ¶óÀÌ¿ë±Ç",        unidentifiedDescriptionName = {        "Unknown item requiring Appraisal. Can be identified by using a Magnifier.",        },        identifiedDisplayName = "WoE Beanie",        identifiedResourceName = "¹Ì½º¸±È",        identifiedDescriptionName = {		"Same specs as Poo Poo hat. Cannot be Refined. Wearable by all classes.",        },        slotCount = 0,        ClassNum = 1    }, 
Was that all because the sprite is the same like the normal Beanie?