View Single Post
04/27/14, 11:11 AM   #3
myslex
Join Date: Apr 2014
Posts: 22
Originally Posted by Ak0 View Post
Code:
if (ZO_TargetUnitFramereticleoverPowerShieldRightOverlay) then
    ZO_TargetUnitFramereticleoverPowerShieldRightOverlayGloss:SetHidden(true)
    ZO_TargetUnitFramereticleoverPowerShieldRightOverlayChunkGloss:SetHidden(true)
end
This checks to see if "ZO_TargetUnitFramereticleoverPowerShieldRightOverlay" exists, and then hides the gloss if it does.
Very good! exactly what I wanted! This community rules.

I put the function you presented in the event 'OnReticleChanged' , but if the reticleover has not yet used a shielding ability, and she activates one while im having my mouse hovering over her, the frame wont update untill I move my mouse from her frame and back on her..

Is there anyone that knows if there is a 'power event' for buffs, or in this case 'shields' .. ?

Thank you again!
NMSsLEx
  Reply With Quote