i want to request a new watchdog dag - i simply tired to copypaste it 2 times per day as a new version updates
i would be most thankfull if i can see it in oficial version
["npcclass"] = function (u) if UnitIsPlayer(u) then return "" else return aUF.UnitInformation["creature"](u) end end,
what it does - if target is player it returns nothing, if not - type/race.
it helps to minimise my text since i have health colored by class and really dont need any more notifications.
and as you know AGUF sometimes shrink too long text (60 NIght Elf Priest for example) when it overlaps with mana incorectly.
thank you in advance
I also have a few custom tags, as well as a custom layout, that I got tired of re-adding after each update. So I modified a copy of Sairen's old agUF_Stylist addon. Basically, it's just a separate addon that adds your custom layouts and tags to agUF.
You can name it whatever you like, as long as the folder name and TOC file name match.
i would be most thankfull if i can see it in oficial version
what it does - if target is player it returns nothing, if not - type/race.
it helps to minimise my text since i have health colored by class and really dont need any more notifications.
and as you know AGUF sometimes shrink too long text (60 NIght Elf Priest for example) when it overlaps with mana incorectly.
thank you in advance
You can name it whatever you like, as long as the folder name and TOC file name match.
The TOC file should look like:
and your tag would go in ExtraTags.lua:
You can add as many custom tags as you'd like, in the same format.