Jump to content

wow1

Members
  • Posts

    10
  • Joined

  • Last visited

File Comments posted by wow1

  1. Hi, currently i am using hard-coded values like this:

      { WowSpecializations.DeathKnight_Blood, "Strength=9.06, MasteryRating=3.06, Stamina=12.06, HasteRating=7.56, CritRating=6.06, Versatility=4.56"},
                { WowSpecializations.DeathKnight_Frost, "CritRating=6.06, MasteryRating=4.56, Strength=9.06, HasteRating=7.56, Versatility=3.06"},
                { WowSpecializations.DeathKnight_Unholy, "CritRating=4.52, MasteryRating=6.02, Strength=9.02, HasteRating=7.52, Versatility=3.02"},

    then i calculate some kind of itemscore for each equipped item and look for something better in bags.

     

    if i have some time, i would like to create a configuration option to make these things user-defined.

    and you are right.. maybe the armor-type itself(plate,cloth,leather..) should be in my calculation - thanks for the idea :)

×
×
  • Create New...