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
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.
Is there a way to switch profiles based on a condition? Like current spec?
I have two profiles, one healing and one DPS with party\raid frames in different spots. I switch profiles manually now but it would be nice that when I switched specs the view would switch too
and
http://www.contemptgaming.com/?q=node/537 (should be reasonably up to date)
There are others that I either can't find again or that I've forgotten about.
If you guys haven't alrdy thought of it, should put a BG filter for raid groups etc in next update ^^ just a suggest. thx again
* The Show when options have been changed. There is now 5-man raid, 15-man raid and 20-man raid options on top of the existing 10,25, and 40 options. The new options will be unchecked for all frames so you will need to go in and check them appropriately as you desire.
* The state code that determiens which mode the addon in has changed. 5 people in group 8 in a raid will not be treated as a 5 man raid. Individuals using multiple groups for their raid frames one for each party in the raid will probably want to simply check all the boxes. They really are intended to aid you in have entirely different setups for different size raids. This change was mostly required by the rework of the state code to be a state header, this allows groups to be shown and hidden while in combat. Yes this means logging in while in combat will still show your proper group frames.
* If you've changed your aura borders and their color options from the default you will need to reconfigure them. The border system was rewritten to allow more flexibility. It's not possible to configure them as they behaved in PB3. Or simply make them a single color.
* The modules are now separate split out addons that are loaded on demand as needed. The libraries that they need are included in these modules. If you're not using DogTagTexts then LibDogTag will not be loaded by PB4. This should improve performance for people using LuaTexts in an embedded setup. Please don't complain about how many folders this puts in your addons folder. There are good reasons for things being done this way.
* All bars can now be colored by class, hostility and for hunters pet happiness.
* A new module for fading modules based on their hostility has been added.
* CastBars can show that casts are not interruptible and have configurable colors similar to what we had in PitBull3.
* You can now turn off frame snapping besides just holding shift through the dropdown that controls locked/unlocked/unlocked without snap state.
* Improved options for the RangeFader module, you can now choose the method to find out if a unit is in range.
There were of course numerous bug fixes. Of particular note:
* Totems and VoiceIcon now properly show again after the world map has been opened and closed.
* Fixes for errors with Portrait in config mode and a fix for the Portrait module not updating when targeting units out of range.
* Fix problems with ComboPoints not showing up again when changing targets.
Enjoy.