What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

AutoEquip2 Weight Sets

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
 
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.
 
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.

Excellent. I'll give this a go and see how that works. Thanks for the help
 
Back
Top