ag_UnitFrames
Customizable unit frame addon.
- How to configure the unit frames in 3.0
Press "esc" to open the options menu.
Press the "Interface" button.
In the interface options window, press the "AddOns" tab.
Select "AG Units" from the tree of available addons.
Press the "Open AG Units Options" button. This will open the AG Unit Frames options window.
(Alternatively, you can write "/aguf" in the chat.)
- Latest update
Hi guys,
I know there's still some things missing, like layouts for example.
I would have loved to keep the old version of AG Unit Frames up until I thought the new version was 100% ready, but 3.0 came out, so I had to put the new version up. The old version not compatible with 3.0.
That said, I feel that the new AG Unit Frames is much lighter than the old one, while being easier to configure, contains more modern features and so on. As soon as the glitches in the wake of 3.0 is smoothed out, I'm sure many of you are going to be pretty happy with it.
Regarding the missing layouts, the layout system was completely changed, which makes the old layouts incompatible. It is much better and dynamic now and allows for a lot more customization, It is unfortunate that I haven't had time to rewrite some of the old layouts like "classic". I really plan to.
I hope this answers some of your questions!
- Issues
There is a problem where party members won't be created correctly if they join while you're in combat. This is a bug in the Blizzard interface code and won't be fixed until they release a new patch. This affects all unit frame addons.
See http://forums.worldofwarcraft.com/thread.html?topicId=11829374079&postId=118282996524&sid=1#0
-raid frames disappear with zone change
-focus frame: buff display doesn't work
-buff display is too small in general
-range check doesn't work for any frame
Great Addon, I hope you have a solution for these problems
Could you send me your layout so I can see the bug with it not looking right when you log in or reload?
About the options, you have to make sure your options table is formatted correctly using AceConfig-3.0 specs. I can see that your options isn't because the error says:
...ag_UnitFrames_BUU.name: expected a string or funcref, got 'nil'
But the RAID frames keep disappearing and I must /aguf and uncheck/check the raid box to make it appear again. ios there any command to do it from a macro, so if it disappear I can get it back again.
Small problem I'm having in party or raid more, hoving over the names of people does not show the tooltip of name, location etc.
Dunno if its the addon but don't have any tooltip addon enabled
(i've checked option to show etc..)
Every time when i change zone the raid frames just disappears. So i have to uncheck and check RAID icon in general tab. Does anyone know how to fix this? I would greatly appreciate that...
I think my issue was that I copied that whole block in ModuleOptions, changed:
function aUF.Options.ModOnRegisterOptions.ABF()function BUU:OnRegisterOptions()
When I go to open /aguf I get an AceConfig error:
Thats what I meant by ABF's layout being tied in with ModuleOptions. I'm missing something in my mod, just haven't figured it out yet.
Edit: Aside from the options menu which I do not need, but would like. I'm having an issue with Party frames. When I swap to Buu they format properly and fine. But if I reloadui or log in/out the backdrop goes back to ABF yet the portrait and bars all remain Buu shaped. Is there some sort of special handling I need to perform?
Bei Jäger Begleiter wird zufriedenheit nicht gleich aktualiesirt, man muss es freigeben und wieder rufen, dann stimmt es mit der anzeige, was sehr umständlich im raid sein kann.
Updaten bitte^^
1.Raid frames constantly reset and must be reloaded thru the Unit Frame tab by turning it on an off an on ect.
2. Statusicon isnt currently able to shut off it turns itself back on everytime you relog.
Other then that, VERY solid performance and coding upgrade from pre 3.0 version I am to say the least very impressed with the CLEAN and user friendly GUI. Thank you for keeping things simple.
One request is there any way to implement a Health / Mana bar [Center] on ABF Layout frame, or some type of way to enter a Space between 2 choices.
Example
Player Name on left text ---- Then on right text you choose Absolute hp and Percent hp. Because alot of raid boss's abilities and Bloodlust / Cooldown burn phases can be started at 35 perc. It seems to all be a touch cluttered without a spacing option or being able to make one in center of the frame or just outright an option to move them inside the frame left to right.
Thanks again for upkeep of my only choice for unitframes.
Anyway s315h1n, you don't really need IRC for me to help you, we can do it here just fine.
As I said, just read ABF.lua. Everything you need to do is there. As ABF.lua says, if you want options for your own layout you just have to return them with the method "mylayout:OnRegisterOptions()". Just ignore the fact that they're in the options module for ABF, I did it that way to save mem.