will autoequip take into count if i was to add a negative value to a stat, IE <Parry>-500</Parry> ? I have seen an issue with rolling on tank type gear while as dps
Yes, I have added things like this for non-casters: Code: <Intellect>-1000</Intellect> <Spirit>-1000</Spirit> <SpellPower>-1000</SpellPower> And this for casters: Code: <Agility>-1000</Agility> <Strength>-1000</Strength> <AttackPower>-1000</AttackPower> <DodgeRating>-1000</DodgeRating> <ParryRating>-1000</ParryRating> <ExpertiseRating>-1000</ExpertiseRating> So far, it has worked well.