WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Monk Harmony Bar (https://www.wowinterface.com/forums/showthread.php?t=52248)

Trommy 04-27-15 10:40 AM

Monk Harmony Bar
 
Which script change horizontal orientation of frame? I wanna move MonkHarmonyBar to up, under of PlayerFrame. I found script then move bar, but i need invert orientation of frame (up-down) for good stack with PlayerFrame. Which script i need? Is it real?

Kygo 04-28-15 05:47 AM

I only ran
Lua Code:
  1. /run MonkHarmonyBar:SetPoint("TOP", PlayerFrameBackground, 0, 40)
to move it to the top center of the player frame.

Trommy 04-28-15 12:07 PM

Quote:

Originally Posted by Kygo (Post 308483)
I only ran
Lua Code:
  1. /run MonkHarmonyBar:SetPoint("TOP", PlayerFrameBackground, 0, 40)
to move it to the top center of the player frame.

I know it script, thnx. But frame stay old. It must invert. Ill try to paint it, what i want

Seerah 04-28-15 07:20 PM

You need
Code:

/run MonkHarmonyBar:ClearAllPoints()
first.

Trommy 04-28-15 10:08 PM

Thats ill getting with script writing up
=============
Okay, guys. Ill do it)) "Great art"
I wanna that look like on this:
Is it really generally?

lightspark 04-29-15 01:47 AM

Lua Code:
  1. /run local t1, t2 = MonkHarmonyBar:GetRegions() t1:SetTexCoord(1, 0, 1, 0) t2:SetTexCoord(1, 0, 1, 0)

You need to add this then :3

Trommy 04-29-15 02:23 AM

Oh, big THNX to all. Its done! :banana:


All times are GMT -6. The time now is 05:41 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI