Thread Tools Display Modes
04-27-15, 10:40 AM   #1
Trommy
A Fallenroot Satyr
 
Trommy's Avatar
Join Date: Jan 2013
Posts: 23
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?

Last edited by Trommy : 04-27-15 at 10:47 AM.
  Reply With Quote
04-28-15, 05:47 AM   #2
Kygo
A Theradrim Guardian
 
Kygo's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 64
I only ran
Lua Code:
  1. /run MonkHarmonyBar:SetPoint("TOP", PlayerFrameBackground, 0, 40)
to move it to the top center of the player frame.
  Reply With Quote
04-28-15, 12:07 PM   #3
Trommy
A Fallenroot Satyr
 
Trommy's Avatar
Join Date: Jan 2013
Posts: 23
Originally Posted by Kygo View Post
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
  Reply With Quote
04-28-15, 07:20 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You need
Code:
/run MonkHarmonyBar:ClearAllPoints()
first.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
04-28-15, 10:08 PM   #5
Trommy
A Fallenroot Satyr
 
Trommy's Avatar
Join Date: Jan 2013
Posts: 23
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?

Last edited by Trommy : 04-28-15 at 10:19 PM.
  Reply With Quote
04-29-15, 01:47 AM   #6
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
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
__________________
  Reply With Quote
04-29-15, 02:23 AM   #7
Trommy
A Fallenroot Satyr
 
Trommy's Avatar
Join Date: Jan 2013
Posts: 23
Oh, big THNX to all. Its done!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Monk Harmony Bar

Thread Tools
Display Modes

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