View Single Post
07/11/15, 07:52 PM   #3
dharbert
Join Date: Jul 2015
Posts: 7
Originally Posted by Halja View Post
It is hard to give and answer without seeing how you are accessing those globals. More than likely it a misunderstanding of how to call them. That trips people up a lot. You can look at how Stroibe is getting to those in OmniStat (http://www.esoui.com/downloads/info397-OmniStats.html) as an example. That my help.
I haven't tried to use it in an add-on yet, I was using it in-game through the text chat. This is what I put into the chat window:

/script d(GetPlayerStat(STAT_DAMAGE_RESIST_COLD))

The value returned to the chat window was zero. I'm a Nord with the rugged passive selected, so this value should be 2016.

/script d(GetPlayerStat(STAT_HEALING_TAKEN))

The value returned was 4%. I know for a fact that I have 11% Healing Received.

Either I'm doing something wrong, or these stats are bugged. I have Harven's Extended Stats installed and it shows the same thing, zero cold resist, 4% healing taken.
  Reply With Quote