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
-
View User Profile
-
Send Message
Posted Feb 15, 2013Hello,
my pitbull character frames become buggy when I play my monk. It happens whenever I switch specs or stances. The background and informations on the bars disappear, so that only the bars are visible and no indicators anywhere to be seen.This doesn't happen on my other characters.
I'd be grateful if you would please look into the issue. :)
-
View User Profile
-
Send Message
Posted Feb 15, 2013I am getting the standard blizzard portrait and raid frames, no options are appearing in modules to disable them, can anyone help
-
View User Profile
-
Send Message
Posted Feb 13, 2013a 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.
-
View User Profile
-
Send Message
Posted Feb 13, 2013It 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.
-
View User Profile
-
Send Message
Posted Feb 6, 2013The 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?
-
View User Profile
-
Send Message
Posted Feb 3, 2013When 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
-
View User Profile
-
Send Message
Posted Jan 31, 2013I 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.
-
View User Profile
-
Send Message
Posted Jan 20, 2013I 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.
-
View User Profile
-
Send Message
Posted Jan 29, 2013The configuration mode is already simple. Click and drag, unless you've locked frames.
Sounds more like a user issue...
-
View User Profile
-
Send Message
Posted Jan 17, 2013Hello, 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.
-
View User Profile
-
Send Message
Posted Jan 16, 2013It 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
-
View User Profile
-
Send Message
Posted Jan 15, 2013Just 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
-
View User Profile
-
Send Message
Posted Jan 31, 2013It has everything to do with the font you are using.
Not all fonts recognize ascii characters.
-
View User Profile
-
Send Message
Posted Jan 14, 2013Ive 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 ?
-
View User Profile
-
Send Message
Posted Jan 4, 2013I 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
-
View User Profile
-
Send Message
Posted Dec 30, 2012Hi 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.
-
View User Profile
-
Send Message
Posted Jan 6, 2013Hey, 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. ^^
-
View User Profile
-
Send Message
Posted Jan 14, 2013You'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.
-
View User Profile
-
Send Message
Posted Dec 29, 2012Is 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.
-
View User Profile
-
Send Message
Posted Dec 26, 2012<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>