Script for showing hidden resilience stat?

My googling failed to find a formula for revealing resilience rating, now that it's no longer on the character sheet. What is it?

I found it for PvP Power:

/run print( GetPvpPowerDamage(), GetPvpPowerHealing() )

I found it for magic resistances, if you replace "total" and "characterlevel" with the appropriate numbers -- so it's a calculator rather than a stat revealer:

/run print( ResistancePercent([total],[characterlevel]) )

I even found it for the trinket bonuses that do 15% damage reduction in the higher brackets:

/run print( GetModResilienceDamageReduction() )

...But that last one doesn't account for resilience on gear nor enchantments.

Any ideas?
 
Ok checked and the BM's I have don't exist anymore, sorry. @Gokku Blizz hasn't removed ANY Stats, they just don't show up on the Character window anymore but they're are 100% still "active" and still work, just some to a lesser extent than they used to, like Resil, PvP Power, etc.
 
Ok checked and the BM's I have don't exist anymore, sorry. @Gokku Blizz hasn't removed ANY Stats, they just don't show up on the Character window anymore but they're are 100% still "active" and still work, just some to a lesser extent than they used to, like Resil, PvP Power, etc.
any proof?
 
Ok checked and the BM's I have don't exist anymore, sorry.

No worries, I appreciate you trying.

any proof?

Get the heirloom staff with +15 fire resistance on a level 10 (which comes out to about 25% resistance), and look at your combat logs after dueling a mage of similar level.
 
Do the Gnomer rings have hidden resistances? It was speculated they did when it was removed.

I'm not sure what you mean by "hidden", unless you mean hidden on the character sheet. Both resistances are still listed on that ring, and are still active.

I filed a ticket with a GM, and while the GM didn't have an answer, the ticket did provide a lead. http://wowwiki.wikia.com/wiki/API_GetCombatRating shows how to find different combat ratings. For resilience, we can use /run print( GetCombatRating(16) ). That only provides total resilience for a character, not the percentage. Interestingly, that brings us to this:

http://wow.gamepedia.com/Combat_rating_system

How do they show resilience rating for level 90 squished, and level 100? Either they guessed, or they know the formula we need. The other ratings (haste, crit, etc.) seem really close compared to my current 100.
 
PvP Power is still working.
Magic School Resistance is still working.

Resilience on the other hand was deactivated with the beginning of Draenor, so almost 2 years ago. It still shows on a couple of items but it has 0 funtionality. If you wanna have proof ...
Equip an item with resilience, duel someone and look at the damage.
Equip an item with identical stats (without resilience) and do the same.
You will see that the damage did not change.
 
Resilience on the other hand was deactivated with the beginning of Draenor, so almost 2 years ago. It still shows on a couple of items but it has 0 funtionality. If you wanna have proof ...
Equip an item with resilience, duel someone and look at the damage.
Equip an item with identical stats (without resilience) and do the same.
You will see that the damage did not change.

http://imgur.com/n9KMwWl

That ticket came in this morning. Now, I'll be the first to say that GMs can be wrong about stuff; it's time for me to head to a duel to get this proven or disproven.
 

Users who are viewing this thread

Top