Spell crit% is incorrect in SoM
gofrikiraly opened this issue · 11 comments
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?
Argh @gofrikiraly I posted the wrong commands. Can you use /dump
instead of /run
? 🙈
Thanks @gofrikiraly The numbers differ to the screenshot you posted above. Is 10% spell crit what you expected to have? 🤔
@BreakBB It does not. With or without the Eye of the Beast, it shows the same value. While the other ones do change.
@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.
Morning @kjmd75 thanks for letting me know. Just to make sure: Does the value of GetSpellCritChance(1)
change without Eye of the Beast equipped?
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.