PitBull Unit Frames 4.0
PitBull Unit Frames 4.0
Woof. Arf. Yip.
Getting Started:
You can help translate PitBull for your language with the localization tool.
Classic
PitBull works with WoW Classic! Classic Era/Vanilla is supported in
v4.3.x-vanilla
releases. Cataclysm Classic is supported in v4.2.x
releases
(the same releases retail use).
Classic Era caveats:
- Aura duration is not available from the API, so PitBull uses LibClassicDurations to show them. The duration can be inaccurate if it's affected by rank or talents.
- Cast info is only available for your spells from the API. PitBull uses LibClassicCasterino to show cast bars for other units, but this can be inaccurate since there is a lot of guess-work involved.
Download
CurseForge: https://www.curseforge.com/wow/addons/pitbull-unit-frames-4-0
Wago: https://addons.wago.io/addons/pitbull4
WoWInterface: https://www.wowinterface.com/downloads/info20021
If you want colors you need:
local r,g,b = DifficultyColor(unit)
return "|cff%02x%02x%02x%s|r",r,g,b,Leve(unit)
Both of those only need the UNIT_LEVEL event turned on.
@CitadelRunner, Try PitBull4_RangeFader2: http://wow.curse.com/downloads/wow-addons/details/pitbull4_rangefader2.aspx
Might be more along the lines of what you want.
I have noticed that with the range based opacity only works and will go as low as the minimum opacity set. The problem here is that with minimum opacity set at anything less than 100, all friendly targets and NPC's are at that lowest set minimum opacity regardless of their range. I want the range fading feature, BUT, I dont want friendly NPCs and targets to be faded. How do we overcome this?
Top of the code is probably the easiest place to put it.
If you mean showing auras that are cast by the player you could setup a filter that filters using the Filter type Caster and tests that the caster is player. Or you can use the Mine filter type if you want to avoid seeing your pets and/or vehicle auras as well.
http://www.wowace.com/addons/pitbull4/pages/guide/party-and-raid-frames/
Devius: Check out http://www.wowace.com/addons/pitbull4/tickets/623-frames-for-boss1-boss4-unit-ids-in-patch-3-3-0/
Is there a plan to implement boss frames to use with pitbull ? I don't mean all raid bosses like raid addons, I just mean for blizzard boss frames like the gunship battle in ICC.
How can I upload a custom font?