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 Jan 12, 2010The range fader and role icons seem to have disappeared. What should I do about it?
-
View User Profile
-
Send Message
Posted Jan 11, 2010-
View User Profile
-
Send Message
Posted Jan 11, 2010-
View User Profile
-
Send Message
Posted Jan 11, 2010-
View User Profile
-
Send Message
Posted Jan 10, 2010-
View User Profile
-
Send Message
Posted Jan 11, 2010-
View User Profile
-
Send Message
Posted Jan 10, 2010beta8-10 should be fixed.
-
View User Profile
-
Send Message
Posted Jan 10, 2010I just downloaded version v4.0.0-beta8-6-gc912711 and there appears to be something wrong or changed with the restore/load settings process. When I log in with this version, ALL of my settings are gone and my unit frames are all using the default layout (including options, texts, textures, positions, etc.). When I revert to version v4.0.0-beta8-4-g5a648e4, the settings are restored. I do not receive any error message on login, the settings are just gone.
The same issue is present in v4.0.0-beta8-9-gde9b07d
-
View User Profile
-
Send Message
Posted Jan 10, 2010Do it as in Pb3, please! Much votes on ticket.
-
View User Profile
-
Send Message
Posted Jan 9, 2010-
View User Profile
-
Send Message
Posted Jan 11, 2010-
View User Profile
-
Send Message
Posted Jan 8, 2010Please HELP!
I have the latest version of Pitbull 4, but I do not have the option to color my Health bars by class. There used to be a check box for the bar configuration where I could select to color the bar by class. That checkbox is no longer there! Any ideas???
-
View User Profile
-
Send Message
Posted Jan 9, 2010-
View User Profile
-
Send Message
Posted Jan 8, 2010-
View User Profile
-
Send Message
Posted Jan 8, 2010I think I asked my question obliquely and misunderstood oRA2's functionality, sorry. In the PitBull groups configuration, there are clearly separate options for filtering by "Main assists" and "Main tanks". My guilds have always used "Main tanks" in oRA2 to actually function as main assist frames for the raid, apparently in error. Now, with the new oRA3 interface relying on the standard Blizzard raid window menus, people are starting to use main assist and main tanks together in the same raid, causing only one of the two to appear in my existing PitBull frames, which have always filtered for main tanks. I'd like to have both of those unit classifications appear in the same frame group, so that I can generate a setup that looks functionally similar to my previous layout when I used PitBull 4 with oRA2. Using separate main tank and main assist frames is an option, but introduces another positioning/styling category that I need to keep track of, when I have no desire to actually maintain the two lists as separate displays of information.
tl;dr, can I have a single group of raid frames that selects (Main Assist OR Main Tank) as a filtering category? Obviously I would need the same for MA+MT target frames, as well.
Thanks. Sorry for being confusing and vague, but I deeply appreciate your time in responding.
-
View User Profile
-
Send Message
Posted Jan 8, 2010Umm oRA2 had main assist targets. oRA3 has no idea of assist targets. Anyone can edit the people on the tank list in oRA3. So if you want to put assist targets on your tank list open up oRA3 and add them.
-
View User Profile
-
Send Message
Posted Jan 8, 2010-
View User Profile
-
Send Message
Posted Jan 9, 2010[L["Mini"]] = {
events = {['UNIT_HEALTH']=true,['UNIT_HEALTHMAX']=true},
code = [[
local cur, max = HP(unit), MaxHP(unit)
return "%s - %s",VeryShort(cur), Percent(cur,max)]],
},
if u editing through the Custom GUI, go from local onwards. otherwise this is taken right out of the LuaText file just modified.
-
View User Profile
-
Send Message
Posted Jan 9, 2010-
View User Profile
-
Send Message
Posted Jan 9, 2010