Hello,
Maybe some1 knows what is wrong with this
public bool IsLootable
{
get
{
return Convert.ToBoolean((int)(this.GetDynFlags & 2)); // objAddress + WOW_DynamicFlags = DynFlags
}
}
Dead or alive, Looted or not, this always report true.
Is there any other way to check that mob is lootable anks?
Thanks.