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
The Highlight is not obvious while launching the border
And I'm using Windows XP SP 3 if that helps anything. Oh, and the addon rocks.
exviza, I specifically tested this and closed your ticket as invalid. It works for me in PB3 and PB4. PB4 has absolutely nothing to do with that tag it's implemented in LibDogTag-Unit. Due to the way talent query stuff works it's entirely possible that some other addon is breaking this. But PB4 only looks at the players talents when they spend points in them and only on Shamans. So I really don't think PB4 is conflicting.
I want to filter only 5 buffs to show on the player frame for my rogue. I've also tried the "name" and using whitelist to filter out the names, but with that, none of the buffs show.
Next release will include this for you. But you can do the above for now.
As far as your border. Like I said before I can't reproduce this. I asked what platform you were running WoW on. It's going to be hard to help you and resolve the problem if you don't answer the questions I ask.
Also, the border wont show on my Player frame.. not when I reloadui, not when I relog.. only way to show it is by disabling border and enabling it again.
It shows on target and target's target frames though.
Somewhere in the last couple updates, pb's talentspec dogtag got broken. It seems like the inspect lib isn't being called properly. Can you please look into this?
p.s.: I had it working before the last couple updates by using libtalentquery-1.0.
Psychophan7, you should be using:
SmartRace(unit) or '' instead of just SmartRace(unit)
At least right now SmartRace can return nil in some rare cases. I suppose I should fix this but that'll work for now.
Very confusing to configure.
I keep getting this error whenever someone joins the party:
[15:41:08] PitBull4_LuaTexts:Party:Player Level caused the following error:
bad argument #10 to 'SetFormattedText' (string expected, got nil)
Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:602 in function <Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:589
Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:657 in function <Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:612
Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:966 in function `?'
I'm fairly certain it's something in the text, because I don't get an error for any other text:
local dr,dg,db=DifficultyColor(unit)
local cr,cg,cb=ClassColor(unit)
return "|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r",dr,dg,db,Level(unit),cr,cg,cb,SmartRace(unit)
The text still works, but the error is annoying.
If you need to open a ticket from the tickets link above. You can use your curse account to log in on the wowace site and you can attach files to the ticket either during or after making the ticket. Including the screenshot.
Thanks.