Extended Character Stats

Extended Character Stats

8M Downloads

Spell crit% is incorrect in SoM

gofrikiraly opened this issue · 11 comments

commented

Items that increase spell crit % in SoM do not change spell crit% at all.
Please see the issue appearing with Eye of the Beast that increases spell crit with 2% but the sheet shows no change whether it is equipped or not
2
1
.

commented

Hey @gofrikiraly this was reported earlier, but since I am not playing SoM and don't have any character to test this it would be great if you could help me out here.

Does the default UI shows the correct values? Can you run the following commands and report what they put out?

/run GetSpellCritChance(1)
/run GetSpellCritChance(2)
/run GetSpellCritChance(3)
/run GetSpellCritChance(4)
/run GetSpellCritChance(5)
/run GetSpellCritChance(6)
/run GetSpellCritChance(7)

Do you have any other item which provides spell crit chance so you could check if it is related to Eye of the Beast or not?

commented
commented
commented

Argh @gofrikiraly I posted the wrong commands. Can you use /dump instead of /run? 🙈

commented
commented

Thanks @gofrikiraly The numbers differ to the screenshot you posted above. Is 10% spell crit what you expected to have? 🤔

commented

@BreakBB It does not. With or without the Eye of the Beast, it shows the same value. While the other ones do change.

commented
commented

@BreakBB I'm having the same issue and ran the same dump commands. Basically GetSpellCritChance(1) is what is being shown, but values 2-7 are the right values.

commented

Morning @kjmd75 thanks for letting me know. Just to make sure: Does the value of GetSpellCritChance(1) change without Eye of the Beast equipped?

commented

Yeah @gofrikiraly that is the issue. But it is one the Blizzard API has and which is not properly documented.

But the fix will be easy then. Thanks everyone for helping to figure this out. I will try to get a fix out for this asap.