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
local s = Status(unit)
if s then
return s
end
local cur, max = HP(unit), MaxHP(unit)
return "%s/%s || %s%%",Short(cur,true),Short(max,true),Percent(cur,max)
If it says DogTags, change it to LuaText
thank you :)
can you help me?
Go to /pb Layout Editor > Bars > Other > Aggro and disable
@Alcotraz: /pb Modules > HIde Blizzard Frames turns the default Blizzard items on. You can disable the individual parts such as buffs or debuffs. If you disable the whole modules you are telling it you want to see everything from Blizzard including player frames, etc.
If you are wanting to see just PB4 auras you need to enable them on your layouts under "Auras" section of the Layout Editor for each layout.
Having a bit of an issue:
I used to use Satrina Buff Frames, I disabled it today and all my Buffs + Debuffs went missing, even the Default ones wouldn't show up.
I narrowed the issue down to Pitbull's "Hide Blizzard Frames" Module, however if I disable it then I get all the default UI Frames as well. Is there some sort of possible fix/work around? Cheers.
first of all i would like to thank the people who are working hard to keep this addon up and running.
During instal mode party stily my party wont show properly also the buffs and debufs of party members won't show properly it will only show 6 bufs at there party frame instead of 20 what i configed.
is there a way to fix this or is this a blizzard config witch isn't fix able. tryed to look in your faq but there is nothing in about this.
thanks in advance
Whenever I do a /rl I notice that my mana/rage bar grow just a little bit on my player frame
http://www.wowinterface.com/forums/showthread.php?t=31813
Note there is a bunch of discussion towards the end about how this works in 4.0.x.
@oalex
Short Answer: YES. Though keep in mind that will increase your CPU usage quite a bit since you are significantly increasing the number of frames you want to have updated.
I'd suggest a look at the Tank Frames section of the guide above on how to set up target frames for groups.
Hi, I am about to give this a go (looks promising), but would like to find out one thing (I haven't seen mentioned). Is it possible to have target frame for every raid/party member? That is say I set up raid frames vertically on the left of the screen and want a every ones target (frame) to appear next to their frames (in the same vertical other). Basically a "who's targeting what?".
See an example of what I mean here: !
Thanks