Extended Character Stats

Extended Character Stats

8M Downloads

Incorrect Talent index and incorrect calculation

danny-zarko opened this issue ยท 0 comments

commented

image

For Ele shamans

The code to calc Hit rating is

local _, _, _, _, points, _, _, _ = GetTalentInfo(1, 15)
bonus = points * 2 -- 0-6% from Elemental Precision

  1. The talent index is actually 16
  2. there shouldn't be a *2 multiply its 0-3 not 0-6