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
a suggestion: merge bars and indicators together. They're basically one of the same.
In the current structure, there're many things you cannot do, i.e. move bars outside of the unit frame, or correctly align bars and indicators-as-bars. I've looked into the code a bit, as far as I can see, doing this won't require a lot of code change.
Thanks,
P.S. The totem panel needs to be fixed. As par Blizzard disabled the DestroyTotem() function.
It didn't work for me either, after once I updated the plugin. I don't know why, but after several enable/disable portraits and /reload it appears suddenly.
The portrait module doesn't work, atleast not for me, i have it enabled and I don't see any portrait tried relaoding the UI and restarting the game, even reinstalling the addon and nothing. Anyone got a solution?
When i try to copy the fles from this into my addons folder i get a windows warning saying this may contain files that can harm my computer.... Dont have this issue with any other addon
I have what seems to be a unique problem. What I want to do is be able to "hide" my player and target frames when in a raid group. I see the option where you can hide party frames, but not player/target frames. I have spent hours trying to find a way to do this. Anyone have any suggestions on how to make that possible? to be clear, I am not talking about hiding the "blizzard frames" those are hidden. I want to hide my pitbull player frame and target frame only when in a raid group.
I am unable to move stuff while in combat, and can't figure out how to move them while in config mode. You should make the configuration of the mod simpler.
The configuration mode is already simple. Click and drag, unless you've locked frames.
Sounds more like a user issue...
Hello, i am having troubles with Pitbull 4 since MoP, which i am rly sad about since i consider Pitbull 4 as one of my core addons.
But i cannot play with it anymore :(
When i enable this addon i dont see cast bar at all. I was trying diferent combinations of addons enabled and disabled and i see cast bar only when Pitbull is Disabled. Even when no other addon except Pitbull is enabled, i cant see my cast bar.
I have been posting about it on Curse and also ticket here and nobody answered, for more info or gave me any advice how to try fix it.. I run 64bit WoW on 64bit Win 7.
It looks like it's related to the following when used on the target frame, I disabled it and the crashing stopped. Any idea what in this is causing the crashes?:
local s = Status(unit)
if s then
return s
end
local curh, maxh, curp, maxp = HP(unit), MaxHP(unit), Power(unit), MaxPower(unit)
return "H:%s/%s|%s%%\nP:%s/%s",Short(curh,true),Short(maxh,true),Percent(curh,maxh),curp,maxp
Just setup PB4 and in 1 day I've got 5 WoW crashes all saying "Current Addon: PitBull4_LuaTexts" and "Unable to open DBFilesClient\DeclinedWord.dbc", it only seems to happen in combat. I'm not sure if this could be causing it but I have a couple of LuaTexts that I made which can be found below. I'm also not sure if I should open a ticket for this as I can't find anyone else experiencing anything similar to this issue.
Here are the LuaTexts (I have another one which is the same as the second but it doesn't have the percentage for the health):
First:
return AFK(unit) or DND(unit)
Second:
local s = Status(unit)
if s then
return s
end
local curh, maxh, curp, maxp = HP(unit), MaxHP(unit), Power(unit), MaxPower(unit)
return "H:%s/%s|%s%%\nP:%s/%s",Short(curh,true),Short(maxh,true),Percent(curh,maxh),curp,maxp
Ive seen an error with names in this version. for example ppl using names with strange symbols like "Über" will not show on the bars ? How is that ?
It has everything to do with the font you are using.
Not all fonts recognize ascii characters.
I don't seem to be able to dismiss my pet with v4.0.0-beta42. I'm not sure whether earlier versions suffer from the same effect, as this is the first time I've played my hunter since MOP came out. The UI gives the usual warning: "Pitbull4 has been blocked from doing something that's only available to the Blizzard UI" and then asks me if I want to disable it or ignore it, etc.
Nevyn
Hey, not sure you figured it out but I'll try to give a hand, since I finally got the hang of it!
So, when you open the configuration window, you can see there the "Current layout".
What you want to do, is to save your config for the layout you want to use, and then under Units you have to select the unit you made the layout for and finally, select the layout for it.
Hope this helps, I think it's exactly what you asked for. ^^
You're not alone when it comes to missing debuff/buff edit-possibilites. Basically, this isn't an attractive UI anymore when it comes to dps/healers. Atleast not for Warlocks or SPriests. I REALLY hope they put it back in. DO EET.
Hi everyone.
With the oldest versions we could modify each bar (portrait, buff*/debuff, icons etc.) independently from each other. :( now I can't find how to doing that..
Thanks for help.
Is anyone else having problems with Raid 10/25/40 not showing up in edittor? I downloaded, installed and ran. So I don't know if I have to make the group somehow or what.
<p>hey guys, i'm looking for a solution since the start of mop. i'm using the german client. i cannot see any pandaren player in my frames. everytime i only see the bars but neither i see the text inside or the buffs. this only happens when i target a pandaren player</p>
Cannot cancel totems through the totem bar. Not sure if its a Blizzard issue or a Pitbull issue, but here's the meat of the error message:
ID: 2
Error occured in: AddOn: PitBull4_Totems
Count: 1
Message: Error: AddOn PitBull4_Totems attempted to call a forbidden function (DestroyTotem()) from a tainted execution path.
Debug:
[C]: DestroyTotem()
PitBull4_Totems\Totems.lua:677:
PitBull4_Totems\Totems.lua:675
Locals:
None
By the look of it, Blizzard disabled the function to enable addons to destroy totems. Other similar plugins, like XPerl, get around it by using the default Blizzard totem frame. Pitbull should do this too.