Thread: pitbull 4
View Single Post
03-26-10, 10:42 PM   #1
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
pitbull 4

whats a way to do this with RAGE and DRUID MANA?
i only have it setup with mana.

what it does is if the pm is over 75% itll color it a certain way and so forth.
i want to do it with druid mp and rage.

[Outline]
[(if IsMouseOver then
HP
elseif PercentMP > 75 then
PercentMP:Color("94bf27")elseif
PercentMP > 50 then
PercentMP:Color("bf5d27")elseif
PercentMP > 25 then
PercentMP:Color("bf2727")end)]

Last edited by mankeluvsit : 03-27-10 at 06:53 PM.
  Reply With Quote