Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-10-21, 10:29 AM   #1
wowdream
A Kobold Labourer
Join Date: Aug 2021
Posts: 1
Question UnitFrame Texture

Hi im new here and just found this script that change the default unitframe that looks great for me, but
the problem is it only change the PlayerFrameHealthBar but not the PlayerFrameManaBar Texture

any help is appreciated. thank you



Code:
for _, sb in pairs ({
  PlayerFrameHealthBar,
  PlayerFrameManaBar,
  PlayerFrameAlternateManaBar,
  TargetFrameHealthBar,
  TargetFrameManaBar,
  TargetFrameToTHealthBar,
  TargetFrameToTManaBar,
  FocusFrameHealthBar,
  FocusFrameManaBar,
  FocusFrameToTHealthBar,
  FocusFrameToTManaBar,
  PartyMemberFrame1HealthBar,
  PartyMemberFrame2HealthBar,
  PartyMemberFrame3HealthBar,
  PartyMemberFrame4HealthBar,
  PartyMemberFrame1ManaBar,
  PartyMemberFrame2ManaBar,
  PartyMemberFrame3ManaBar,
  PartyMemberFrame4ManaBar,
  CastingBarFrame,
  TargetFrameSpellBar,
  FocusFrameSpellBar,
}) do
sb:SetStatusBarTexture("Interface\\Addons\\rUI\\media\\unitframe\\UI-StatusBar")
end
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » UnitFrame Texture


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off