Skip to content

improve spell crit#414

Open
Alessandro-Barbieri wants to merge 3 commits intoBreakBB:masterfrom
Alessandro-Barbieri:spell-crit
Open

improve spell crit#414
Alessandro-Barbieri wants to merge 3 commits intoBreakBB:masterfrom
Alessandro-Barbieri:spell-crit

Conversation

@Alessandro-Barbieri
Copy link
Contributor

No description provided.

local setBonus = _SpellCrit:GetSetBonus(school)

if ECS.IsWotlk then
crit = crit + GetCombatRatingBonus(CR_CRIT_SPELL) + GetSpellCritChanceFromIntellect("player") + itemBonus + setBonus
Copy link
Owner

@BreakBB BreakBB Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you share any information why you removed this? Did you verify it in WotLK or something?

Ah it seems GetSpellCritChance returns the same as GetCombatRatingBonus(CR_CRIT_SPELL) + GetSpellCritChanceFromIntellect("player")

Copy link
Contributor Author

@Alessandro-Barbieri Alessandro-Barbieri Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you share any information why you removed this? Did you verify it in WotLK or something?

No

Ah it seems GetSpellCritChance returns the same as GetCombatRatingBonus(CR_CRIT_SPELL) + GetSpellCritChanceFromIntellect("player")

Yes

@Alessandro-Barbieri Alessandro-Barbieri marked this pull request as ready for review February 15, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants