GetSpellHitModifier

From Warcraft Wiki
Jump to navigation Jump to search

Returns the amount of Spell Hit %, not from Spell Hit Rating, that your character has.

hitMod = GetSpellHitModifier()

Returns

hitMod
number - hit modifier (e.g. 16 for 16%)

Example

Returns the Spell Hit Chance displayed in the paperdoll.[1]

/dump GetCombatRatingBonus(CR_HIT_SPELL) + GetSpellHitModifier();

See also