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
And things like 'pets', very easy to be able to test them since simply people may not have pets, etc.
This is because it's not even a matter of any battleground.
We have to set it for 5man party, for 10man raid, for 25man raid.
1 priority.
Again I understand the author is busy, this is a free project, etc., however I do feel the users should be informed.
PitBull4_FontString_2:SetFormattedText(): Font not set
Time: 08/11/11 17:58:24
Count: 1
Stack: Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:823: in function <Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:778>
Interface\AddOns\PitBull4_LuaTexts\LuaTexts.lua:1362: in function `AddFontString'
...ddOns\PitBull4\ModuleHandling\TextProviderModule.lua:118: in function `UpdateFrame'
Interface\AddOns\PitBull4\ModuleHandling\Module.lua:319: in function `Update'
Interface\AddOns\PitBull4\UnitFrame.lua:762: in function `Update'
Interface\AddOns\PitBull4\Options\ConfigMode.lua:97: in function `RecheckConfigMode'
Interface\AddOns\PitBull4\Main.lua:1263: in function `OnProfileChanged'
Interface\AddOns\PitBull4\Main.lua:1323: in function <Interface\AddOns\PitBull4\Main.lua:1289>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:543: in function `EnableAddon'
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:635: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:621>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:259: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:333: in function `TimeManager_LoadUI'
Interface\FrameXML\UIParent.lua:556: in function <Interface\FrameXML\UIParent.lua:531>
Locals: <none>
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.