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. Other Classic versions are supported in v4.2.x releases
(the same releases retail use).
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 Mar 26, 2013GO to the layout editor, select the layout you want to modify, go to Other tab and in there should be colors for each of the border. Make sure they are set as well as enebled :) should fix it!
-
View User Profile
-
Send Message
Posted Mar 7, 2013Any tips on what to change so that I could be able to distinguish elite/rare and boss mobs would be really appreciated.
Thanks.
-
View User Profile
-
Send Message
Posted Mar 7, 2013Still the best unit frame addon around!
One thing I noticed though: Pitbull isn't picking up on the colour change of my embers from red to green after completing the quest. The default UI is fine however.
Minor change I know, but still ;)
P.S. Still loving the addon, and hoping for official boss support in the future :)
-
View User Profile
-
Send Message
Posted Mar 6, 2013@nouk
There's a workaround for the boss frames at http://www.wowace.com/addons/pitbull4/tickets/957-patch-basic-boss-frames/
Apparently Shefki doesn't like that solution, but it's worked fine for me.
-
View User Profile
-
Send Message
Posted Mar 6, 2013could you add bossframes while you're looking at it ? need them since ages : (
-
View User Profile
-
Send Message
Posted Mar 5, 2013@Williams348
I'll try to look at it and some of the other improvements that 5.2 has made possible this weekend. Since I haven't looked at them I can't really comment much on how much work will need to go into implementing them.
-
View User Profile
-
Send Message
Posted Mar 5, 2013Thanks for updating this so fast, really appreciate you maintaining the addon! :)
Quick question: any chance on including the new absorb UI into the addon?
-
View User Profile
-
Send Message
Posted Mar 5, 2013I know you guys dont get paid to create/maintain this addon but by far its the best UI addon in the game. Not a fan of all the QQ'ers complaining about why this isnt updated as soon as they log in to 5.2, my advise is if you want to complain rather then be supportive go write you own addon, otherwise be greatful for the efforts people put to keep this addon running.
-
View User Profile
-
Send Message
Posted Mar 5, 2013@shinntorg
If your so frustrated go write your own addon bro.
-
View User Profile
-
Send Message
Posted Mar 5, 2013Agree'ed Shefki, I know you guys dont get paid to create/maintain this addon but by far its the best UI addon in the game. Not a fan of all the QQ'ers complaining about why this isnt updated as soon as they log in to 5.2, my advise is if you want to complain rather then be supportive go write you own addon, otherwise be greatful for the efforts people put to keep this addon running.
-
View User Profile
-
Send Message
Posted Mar 5, 2013A guildie tipped me off that the beta posted on the project site seems to work for 5.2. Use the project site link above to get to the download for it
-
View User Profile
-
Send Message
Posted Mar 5, 2013@Shefki
Thanks for your effort to keep this functioning. I love this unitframe addon far more than any other (customization is wonderful).
-
View User Profile
-
Send Message
Posted Mar 5, 2013If you guys did any digging at all... there is a 5.2 release on the developers site. Seems to work fine although having the beta tag.
-
View User Profile
-
Send Message
Posted Mar 5, 2013Darn you just beat me to it by like 10 seconds lol was going to say there is a aplha update on the client from last night so they are working on it not sure if it works server just went down.
-
View User Profile
-
Send Message
Posted Mar 5, 2013LOL, I was just gonna say, I found the newest update on WowAce.com as well:
:)
-
View User Profile
-
Send Message
Posted Mar 10, 2013The beta works very good. The only thing I noticed is a damage dealer icon behind the portrait that I cant disable. And if you are having trouble on the farm while removing the green and blue plants that change your portrait, just target them while you are in vehicle mode.
-
View User Profile
-
Send Message
Posted Mar 5, 2013You lovely, LOVELY people! I just signed in to comment and ask about when they thought it would be ready and then I see all these links to updated places!! Lovely people! <3
-
View User Profile
-
Send Message
Posted Mar 5, 2013Why not just download the Pitbull for 5.2 here:
http://www.wowace.com/addons/pitbull4/files/
Updated 19 hours ago *cough* *cough*
-
View User Profile
-
Send Message
Posted Mar 5, 2013I found another temporary fix, it seems the authors are hard at work trying to update it for 5.2: If you go to their wowace website they have a beta build up right now:
http://www.wowace.com/addons/pitbull4/files/9034-v4-0-0-beta42-7-g3d5d3ed/
-
View User Profile
-
Send Message
Posted Mar 5, 2013Okay, so, like many others I was very frustrated to see PitBull not working today. It turns out it's simply because MAX_ARENA_TEAM_MEMBERS isn't being properly defined (even though it still seems to be declared and defined properly in PVPFrame.lua).
Anyway, as an easy temporary fix, you can just manually insert the value 10 for this.
In Interface\AddOns\PitBull4\Utils.lua, go to line 69, and change MAX_ARENA_TEAM_MEMBERS to 10, the line should read:
for i = 1, 10 do
I haven't done any extensive testing to see if there's any other issues with PitBull4 in 5.2, but this gets it to load and seems to work so far.