-
Posted by xairo on Mon, 14 Apr 2014 18:46:43
Good evening all. Are there people who can write for Player?
--Target Health Percentage-- hooksecurefunc("TextStatusBar_UpdateTextString", function(textStatusBar) if textStatusBar == TargetFrameHealthBar and not GetCVarBool("statusTextPercentage") and not textStatusBar.showPercentage then local t = TargetFrameTextureFrameHealthBarText:GetText() if t then t = string.match(t, "[^%/%(]+") if t then TargetFrameTextureFrameHealthBarText:SetText(t.."("..tostring(math.ceil((UnitHealth("target") / UnitHealthMax("target")) * 100)).."%)") end end end --Focus Health Percentage-- if textStatusBar == FocusFrameHealthBar and not GetCVarBool("statusTextPercentage") and not textStatusBar.showPercentage then local f = FocusFrameTextureFrameHealthBarText:GetText() if f then f = string.match(f, "[^%/%(]+") if f then FocusFrameTextureFrameHealthBarText:SetText(f.."("..tostring(math.ceil((UnitHealth("focus") / UnitHealthMax("focus")) * 100)).."%)") end end end end)
-
Posted by jnwhiteh on Wed, 16 Apr 2014 20:27:58
You don't ask a question..
-
Posted by xairo on Thu, 17 Apr 2014 00:05:46
I do not understand you
-
Posted by xairo on Wed, 23 Apr 2014 01:28:18
thanks for the help ... lol
-
Posted by jnwhiteh on Thu, 24 Apr 2014 06:28:10
You still have not asked a question that makes sense. You said:
"Are there people who can write for Player?"
That's not a question I can answer. Feel free to actually ask a question I can answer and I'll be happy to help. Otherwise, feel free to head elsewhere =)
-
Posted by xairo on Sat, 26 Apr 2014 05:37:18
need - Player Health Percentage -
-
Posted by xairo on Fri, 02 May 2014 17:55:22
so what?:|
-
Posted by xairo on Mon, 12 May 2014 07:59:00
UP plz