Hi!
Simple question:
Can i read the itemname of an item, before it gets identified?
Following problem:
I want to keep certain items unid.
For example all Tal Rasha's Allegiance.
I can get near to it when i use:
if (item.ItemQualityLevel == ItemQuality.Legendary)
{...