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
Can we ask the Author to add it to his Official Code please.
Thanks! :)
buffFrame:SetScript("OnMouseUp", function(self, button)
if( self.unit.unit == "player" and button == "RightButton" and ( not isDebuff ) ) then
CancelUnitBuff("player", buffFrame.id)
end
end)
Put this into the function plugin.SetAura(...) after
buffFrame.id = id
in file modules/auras/auras.lua . May not be the best solution, but I rendered myself useless in Kara chess event and wrote this while raiding :)
And 3d portraits?
Error occured in: Global
Count: 1
Message: ...terface\AddOns\ag_Extras\modules\castbar\castbar.lua line 162:
aUFFontString116:SetText(): Font not set
Debug:
(tail call): ?
[C]: ?
[C]: SetText()
...terface\AddOns\ag_Extras\modules\castbar\castbar.lua:162: func()
ag_UnitFrames\ag_UnitClass.lua:193:
ag_UnitFrames\ag_UnitClass.lua:188
thanks for the reply / such a great addon
http://img254.imagevenue.com/img.php?image=58172_Picture_6_122_370lo.jpg&loc=loc370
One person in my party doesn't show up, and it also happens in group 2 of a raid. If i click where their frame should be, it highlights (as you can see), and their target also appears
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
Any chance you might add some type of Visual heal support?