Page 1 of 2
Critical spell formula

Posted:
Fri Oct 09, 2015 8:06 pm
by danatriel
Hello everyone, since 1 hours i'm trying to find the formula to check my % of critical spell rating but it's a bit complicated, i've just found this formula :
Crit Chance % = (Intellect / 166.6667) + Class Constant + (Crit Rating / 14)
My intellect is 242, class constant is 3.336 but i don't know what is crit rating.
Can you help me please. (this formula comes from
http://wowwiki.wikia.com/wiki/Spell_critical_strike ).
Thanks.
Re: Critical spell formula

Posted:
Fri Oct 09, 2015 8:34 pm
by vinceyoung
uh 166.67 is if you are level 80. There's a column for the intellect needed for 1% crit @ lvl 60 on the left side. Also there's not crit rating in vanilla. So I guess if you play paladin you just do 242/54 + 3.336 + w/e crit you have on your gear.
Re: Critical spell formula

Posted:
Fri Oct 09, 2015 10:41 pm
by stimz
i read that pally gets something like 1 sc per 32ish int, half of what is required for clothies. shammy might be similar
edit:Mage 0.2% 59.5
Priest 0.8% 59.5
Warlock 1.7% 60.6
Druid 1.8% 60
Shaman 2.3% 59.2
Paladin 0% 29.5
dunno if its accurate but most other spell coeffs on that list were right
the %s listed are supposedly base crit
Re: Critical spell formula

Posted:
Fri Oct 09, 2015 11:29 pm
by Dreez
crit chance:
- Code: Select all
(Intellect / 59) + crit chance from gear + crit chance from talents + base crit chance
replace 59 by the corresponding number of your class (see the list stimz posted)
Re: Critical spell formula

Posted:
Fri Oct 09, 2015 11:36 pm
by Slicy
The values for 1.12 are these :
Int per Crit @ 60
Mages have a 0.2% base spell crit rate, and 1% crit per 59.5 int
Priests have a 0.8% base spell crit rate, and 1% crit per 59.5 int
Warlocks have a 1.7% base spell crit rate, and 1% crit per 60.6 int
Druids have a 1.8% base spell crit rate, and 1% crit per 60 int
Shaman have a 2.3% base spell crit rate, and 1% crit per 59.2 int
Paladins have 0% base, and 1% crit per 29.5 int
A = Base spell crit chance depending on class
B = Intellect / crit per int value depending on class
C = Crit chance from gear + talents
D = Spell crit chance
D = A + B + C
Re: Critical spell formula

Posted:
Sat Oct 10, 2015 9:20 am
by danatriel
Thanks

Re: Critical spell formula

Posted:
Sat Oct 10, 2015 11:26 am
by heradura
Use the Theorycraft addon.
Re: Critical spell formula

Posted:
Sat Oct 10, 2015 4:35 pm
by Bioness
Theorycraft is a great addon if you want to see the values of not just your own character but others as well.
Re: Critical spell formula

Posted:
Sun Oct 11, 2015 4:48 am
by Stalk
http://wowwiki.wikia.com/wiki/Critical_ ... did=282002 Druid [INT/39]%
Mage [INT/59.5]%
Priest [INT/50]%
Warlock [INT/40]%
Paladin [INT/29.5]%
Shaman [INT/32]%
There is no base spell critical strike chance. Where do you guys come up with this stuff?
There is also this from February of the same year:
http://wowwiki.wikia.com/wiki/Critical_ ... ldid=77283 Druid [INT/30]%
Mage [INT/59.5]%
Paladin [INT/20]%
Priest [INT/30]%
Shaman [INT/20]%
Warlock [INT/30]%
Re: Critical spell formula

Posted:
Sun Oct 11, 2015 5:02 am
by PriestInOurTime
This is one of the areas where there wasn't enough testing done, or base data published for a definitive answer to be possible today. All we have are regression values on too small samples, (stuff posted in this thread) what the devs picked for this server is anyone's guess.