View Single Post
04-30-15, 10:37 PM   #11
Noix
A Fallenroot Satyr
Join Date: Oct 2014
Posts: 20
See i did this code for 100%
function ()
if UnitExists("player", "target") and UnitHealth("target") > 0
then
return true
end
return false
end

Right now.. .When i'm not targeting anything it wont show anything. but as soon as i target a dummy it shows the 100% for my health (this includes in combat)
  Reply With Quote