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
Mirroring works on the frame layout, reversing everything for each frame, what you're looking for is sort direction under unit formation.
Mirror vertically isn't mirroring the entire group, only the contents within a specific unit. How can we make it so a group like party has the first party member at the bottom, then second above that, and so forth?
added a new function you can use in the LuaText code block to allow the text to run multiple lines: WordWrap()
The last update (beta55) broke my Lua:Power text. It now shows as "...".
The string I use is:
Similar thing for me, my LUA:Health text broke, it shows "Name 3027..." where 302760 is my hp and Name is my toon's name.
When AFK it shows "Name <Aw... 3027..."
The code I use is:
use Outline() or ThickOutline() in the LuaText function, it changes the outline for the entire text regardless of where you use it
Hello
I would like to change font type extra (ex : outline, thick)
How can I change?
I am new to your add on is there any way to put your level in to the health bar?
I am new to your add on is there any way to get your level to show up on the health bar?
The default frames do display a ready check icon (tick, cross or question mark) even if you don't have any sort of promote in the raid. However, Pitbull doesn't.
Is this because of some sort of limitation in the API? If it's not, could we get it added?
Thanks!
One thing I can't figure out how to do in PitBull...
How do I make the unit frames snap together correctly if I have a border around the units. The borders always end up overlapping and it looks fugly. I have to manually nudge the units apart to properly allow space for the border.
So, I'd like to offer a suggestion to the author of PitBull. Can you please change it so that if my unit frames have borders around them, that the frames snap together and take into consideration the size of the border around the frame.
Here are some screenshots showing what I'm trying to describe.
First, here's what PitBull does with it's automatic frame snapping. See how the frames overlap and just look ugly in general.
http://i.imgur.com/VDWLQNN.jpg
Next, here's the frames after I've manually nudged them apart to take the frame into consideration. This is what PitBull should be able to do with no manually nudging.
http://i.imgur.com/me8a5qR.jpg
The HideBlizzard module doesn't actually touch the ExtraActionButton, so that screenshot isn't very helpful. Check Logs/taint.log and see if what caused it is still there.
http://i.imgur.com/rlBDXFj.png
Clicking on the extra action button in Spires of Arak to summon my smuggler and I get PitBull4_HideBlizzard has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI.
Commited a quick fix for the word wrapping change (http://wow.gamepedia.com/UIOBJECT_FontString for specifics on what happened)
YA when I saw sakda messing up too I was thinking it had to be the patch doing something
anyone find a fix for long names messing up yet?
not a pitbull problem... every wow text block with too long text is messed up right now. even standard raidframes
local s = Status(unit)
if s then
return s
end
local cur, max = Power(unit), MaxPower(unit)
return "%s/%s || %s%%",Short(cur,true),Short(max,true),Percent(cur,max)
For this style: 500K/500K | 100%
Even when choosing Health: Absolute and percent, it still says 261k/261k | 100%. I'd like it to say 261120/261120 | 100%. Any help with a code?
also looking for a solution