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 Oct 7, 2012Caused by this bug: http://www.wowace.com/addons/pitbull4/tickets/1002-using-a-custom-sort-order-for-totems-breaks-on-dks/
There's a workaround in there until I get it fixed.
-
View User Profile
-
Send Message
Posted Oct 6, 2012I'm using Pitbull 4.0 and have a frame for me, my target, and my targets target. Been working perfectly for a long time, but now I just dinged 70 on my monk alt and all of a sudden all the text on my health and mana bars including character name is gone from my characters frame plus my targets frame when I'm targeting myself. My targets target is working fine even though I'm targeting myself, and when targetting other players/NPCs it's working fine. Only having trouble with my own frame and when targetting myself. Any know how to fix this?
-
View User Profile
-
Send Message
Posted Oct 6, 2012Yes. You create filters to determine what to Highlight under Modules, Aura, Aura filter editor, Advanced. You apply those filters to layouts under Layout editor, Aura, Highlights.
-
View User Profile
-
Send Message
Posted Oct 5, 2012Can pitbull highlight a buf of mine on frames?
-
View User Profile
-
Send Message
Posted Oct 2, 2012i honestly don't know either. i've never had a problem with this addon until now lol im just glad it's fixed.
-
View User Profile
-
Send Message
Posted Oct 1, 2012This all started the week before panda came out. I'm currently above 200k mana but my player frame is reading "160000." And for my target's it would read "120000." The mana bar still goes down when i use it so i still know if i'm running out of mana or not.
-
View User Profile
-
Send Message
Posted Oct 1, 2012update: i have tried uninstalling and reinstalling it and the problem is fixed.
-
View User Profile
-
Send Message
Posted Oct 1, 2012That's a really bizzare problem. Can't really imagine how that would have happened.
-
View User Profile
-
Send Message
Posted Sep 30, 2012for some reason my player and target's frames arn't showing accurate mana numbers.
-
View User Profile
-
Send Message
Posted Oct 1, 2012I'm going to need more info than that to investigate. Inaccurate how?
-
View User Profile
-
Send Message
Posted Sep 30, 2012@Kynn
Right, I don't include all the events since it'd be a lot of work to keep it up to date. RAID_ROSTER_UPDATE is a new event for MoP, the other events I mentioned are the ones it replaced. There's code in Lua texts that looks for those other events and converts them to be GROUP_ROSTER_UPDATE automatically for you. I did something similar in the past for UNIT_MANA et all when they were combined into UNIT_POWER.
-
View User Profile
-
Send Message
Posted Sep 30, 2012Thanks. The reason I need this event is to make this Lua:Name custom code work right:
for i = 1, GetNumGroupMembers() do if UnitIsUnit("raid"..i,unit) then local name, rank, subgroup = GetRaidRosterInfo(i) if name then return "%d %s", subgroup, name end end end
It displays the name and the group number in front of it. Very hand when youre in a raid and you want to know quickly what group someone is in. However without RAID_ROSTER_UPDATE, when someone gets moved around the raid the numbers dont get updated right until someone joins/leaves the raid.
-
View User Profile
-
Send Message
Posted Sep 30, 2012@Kynn
You can add events in the game. /pb, Modules, Lua texts. GROUP_ROSTER_UPDATE is not used by any of the default events so it isn't in there for you already you have to add it. Side note: If you have the old events (RAID_ROSTER_UPDATE, PARTY_MEMBERS_CHANGED) those will still work because Lua Texts has code to replace those for you automagically with RAID_ROSTER_UPDATE.
-
View User Profile
-
Send Message
Posted Sep 30, 2012Under Lua:Name for Events I need to make use of GROUP_ROSTER_UPDATE . However it doesnt appear to be on the list. I can manually get this to work by adding the entry into the addons config file and it works great, however would be nice to set this up properly via the addon. Is there a way of adding new events to the list or is GROUP_ROSTER_UPDATE under some other name?
-
View User Profile
-
Send Message
Posted Oct 1, 2012I have the same problem with the meter not showing up with the vehicle doing those quests. Had to disable Pitbull to get them to show up properly. I'm on beta40 of Pitbull 4.0.
-
View User Profile
-
Send Message
Posted Sep 27, 2012^5
-
View User Profile
-
Send Message
Posted Sep 28, 2012I have all this checked but my pb alternate power bar never ever fills and I can't understand why, I unhid the Blizzard one to show that half full but the pb one empty
-
View User Profile
-
Send Message
Posted Sep 30, 2012It's working fine here and on my girlfriends machine. Are you sure you've got the current version of PitBull4 because there were some bugs in the module that would have likely caused that problem in the recent past.
Edit: To add some clarity here. If you've got beta35 or older you're likely to have that problem. Looking at the screenshot you provided, I'm pretty sure you have beta35 or earlier since beta36 changed the color of the bar from a purple to match Blizzard's default color of a greenish gray. Your screenshot looks like it has a redish background to me. Beta36 also fixed a typo in the module that would have made it do things like what you're showing.
-
View User Profile
-
Send Message
Posted Sep 27, 2012So after some fiddling, I've found out that pitbull is somehow hiding the special interface/panels/flashy new quest UI things that pop up for a number of quests in Mists. One example are the quests in Valley of the Four Winds, Unyielding Fists: Trial of Wood, where you have to press the 1 key on your pet bar to coincide with the rapidly growing/shrinking power meter. I tried disabling every addon to figure it out, and turns out PItbull was the culprid. I don't see naything in comment or anywhere, is there a workaround somewhere?
-
View User Profile
-
Send Message
Posted Sep 27, 2012This is replaced by the AltPower module in PitBull4, which will make the bar show up on your player frame. If you'd prefer to use the Blizzard one you can re-enable it with: /pb, Modules, Hide Blizzard, Uncheck Alt Power.