Dan

Moderator
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

Code:
if(this.Identified == false && this.ProtectionLevel != ArmorProtectionLevel.Regular)
            {
                list.Add(1038000); // Unidentified
            }   
           
            int prop;
 
Identified is a bool, so you should be able to just use this:

If ( !Identified &&

Depending on where it is in the script, you maybe have to use:

If (!m_Identified &&
 

Active Shards

Donations

Total amount
$50.00
Goal
$1,000.00
Back