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
Is there any plan to include debuff filtering or to simply show timers on only your applied debuffs?
For example. Theres one quest in ice crown that sends you off to moonglade to gather some items, they send you into the dream state where you face nightmares and stuff. To exit, your to click on the 'buff' (that nicely says pinch me ;P) to return to the waking works.
Well cause I could not do that, I was stuck. I had to do the slash command to remove the buff from myself. Other buff's like my hunters eyes of the beast I also get stuck in until the timer runs out cause I can't turn it off.
This needs to be fixed so you can click and reove buffs from yourself.
My only complaint is that in a previous version of AG, there was an addon for a range finder... For example, as a healer, it would fade out the bars of those players out of my heal range. If I remember, this was a separate addon? Anyway, I would love to see this again, if possible.
Keep up the good work, and thanks!
Also, I am not able to see/display any text on the cast bar.
Open: Addons\ag_Extras\modules\castbar.lua
Find (Multiple Times):
self.strings.CastText:SetText(
Each time you find the above string. Add this to the top of it.
self.strings.CastText:SetFont("Interface\\Addons\\ag_UnitFrames\\fonts\\barframes.ttf", 12)
That should fix it temporary until the addon author decides to fix it. Note this isn't the best fix in the universe but at least it stops the darn errors.