So I have seen the many releases on this and some of very complex.
I run a pre aos shard BUT I have it set to use mouse over, meaning when you mouse over it shows all the info instead of clicking.
I was thinking maybe something like this would be a super easy edit just not sure how to word it to NOT int prop if the above is false.
I tried a few ways but could not get anything to compile
BaseArmor.cs
I run a pre aos shard BUT I have it set to use mouse over, meaning when you mouse over it shows all the info instead of clicking.
I was thinking maybe something like this would be a super easy edit just not sure how to word it to NOT int prop if the above is false.
I tried a few ways but could not get anything to compile
BaseArmor.cs
Code:
if(this.Identified == false && this.ProtectionLevel != ArmorProtectionLevel.Regular)
{
list.Add(1038000); // Unidentified
}
int prop;