Convert Ratings

Convert Ratings

80.6k Downloads

Incorrect stats rating for arms/fury warrior artifact

TristonQ opened this issue ยท 5 comments

commented

Arms artifact shows 1 critical strike rating and 1 mastery rating:
image

Fury artifact shows 1 critical strike rating and 1 mastery rating as well:
image

However, protection warrior artifact shows correct critical strike rating and mastery rating :
image

commented

I just tested on my warrior. I did not encounter this error. My best guess is that the client language is affecting it somehow.

commented

I'm using english client, and I have this problem too, some ratings on artifacts show as 1 (for example both on the affliction lock, and one of the marksman hunter)

commented

I'm having the same issue. noticed it on frost mage artifact.
After checking other artifacts it seems to me that every second stat on an artifact that is higher 1000 will be shown as 1

commented

Ok with that little tidbit of info maybe i can track down the issue. I will look into it and see what i can find.

commented

This issue was caused by the pattern matching logic I was using to grab the values on the artifact weapons. It was only grabbing the numbers before punctuation and leaving everything else off, so that's why it was showing as a 1 for values over 1000.