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
Which version had party config mode? I recently updated my computer and I installed Beta 29, and there's no party config mode for some reason.
In my Raid Frames, how can I get each Raid Group to show it's people, or at least show the group number each person is in next to their name?
@Zliceq:
Look under the tickets tab, the project is started and in a testing stage to import pb4 to pb4. Test it out and leave some feedback. :)
Hello, ive run 2 different setups of Pitbull. And now i wan't to mix both re setups into the same Putbull4.lua Is there any easy way to do that because i have tried a little but 200 pages in word wich are "random" written is a bit confusing :P please help!
\Cilea/Himmy\
The percentage is only showing in my health bar and i would like the same for my Powerbar, which in my case is Mana.
Best Regards,
One question: on some encounters the basic Blizz UI would contain multiple healthbars/unitframes for the bosses. For example Twilight Council, where you have 4 extra frames to monitor all the units at once with ease; or at Lord Rhyolith you would have 3 bars, one for each legs and for the boss himself... etc. Since I have Pitbull hide the original UI I never really saw these extra frames, only in video guides, etc. Is there an option/setting to have additional bars for such encounters? For example is it possible to have Pitbull display Rhyolith's both feet somewhere on my screen (without focus of course)? Thanks in advance.
Some other addon you have is hiding those.
If you are looking for importing PB4 to PB4 there is a ticket with a patch that is written but needs additional testing before its added to the main line. Feel free to test it out. :)
Code:
local s = Status(unit)
if s then
Outline()
return s
else
Outline()
local cur, max = HP(unit), MaxHP(unit)
local r, g, b = HPColor(cur, max)
return " |cff%02x%02x%02x%s%%|r", r, g, b, Percent(cur, max)
end
Thanks and great addon of course.
Is this due to the Raid Profiles Section? Or is this completely different. Most boss encounters this occurs.
And yes you can see only your debuffs if you want, the guide linked above has a section specifically about Auras that can help you set up an Aura Filter to do so.
Also, concerning the DEBUFFs showing, is there any way to only see *my* debuffs (on target mostly!)? I don't need to see 12+ debuffs, just mine will suffice, so I know when to refresh my dots.
http://www.wowhead.com/spell=77746
I am thinking it will overwrite the .lua file. If you do however add them using the Aura filter Editor, they will not be overwritten and will persist.
In the interim you can add them to your Pitbull by going to /pb > Modules > Aura > Aura Filter Editor and on the simple tab typing them in the appropriate type exactly as the game labels them (capitalization matters)