Thread Tools Display Modes
11-02-13, 01:58 AM   #1
Erandil177
A Defias Bandit
Join Date: May 2013
Posts: 2
Addon Request: Paladin aura bar mover

I've been using a macro to move my aura bar on my paladin over to the center on the default action bars. Its tedious, and I'm no programmer, so I was wondering if there is anyone who could write one up, as I'm sure other people feel the same I do. I use this macro:
/script StanceBarFrame:ClearAllPoints()
/script StanceBarFrame:SetPoint ("CENTER", -69, 84)
/script StanceBarFrame:SetScale (1.0)

It simply moves the aura bar down a bit. Any help?
  Reply With Quote
11-02-13, 04:54 AM   #2
Malsomnus
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Apr 2013
Posts: 203
You mean you just want these lines to run every time you load your UI?
__________________
SanityCheck - If you've ever said the words "Sorry, I forgot" then you need this add-on.

Remember, every time you post a comment on an add-on, a kitten gets its wings!
  Reply With Quote
11-02-13, 10:38 PM   #3
Erandil177
A Defias Bandit
Join Date: May 2013
Posts: 2
yes, that is all I want to do, so i'm not hitting a macro to do it every time ui reloads or I login.
  Reply With Quote
11-03-13, 03:08 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Remove the "/script" slash command from each line, and then copy and paste it into this page to turn it into an addon:
http://addon.bool.no/
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-03-13, 04:12 AM   #5
Malsomnus
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Apr 2013
Posts: 203
Originally Posted by Phanx View Post
Remove the "/script" slash command from each line, and then copy and paste it into this page to turn it into an addon:
http://addon.bool.no/
That's brilliant
__________________
SanityCheck - If you've ever said the words "Sorry, I forgot" then you need this add-on.

Remember, every time you post a comment on an add-on, a kitten gets its wings!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Addon Request: Paladin aura bar mover


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