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 Nov 29, 2010Thanks
-
View User Profile
-
Send Message
Posted Nov 29, 2010-
View User Profile
-
Send Message
Posted Nov 29, 2010-
View User Profile
-
Send Message
Posted Nov 29, 2010-
View User Profile
-
Send Message
Posted Nov 29, 2010first of all awesome work you're doing. I'm loving PitBull.
My problem are the unit frames playing up as soon as I enter a raid with names being being displayed multiple times and buggrabber going ballistic.
Hope you can help me
-
View User Profile
-
Send Message
Posted Nov 29, 20102- If you are using Beta19, please attach your buggrabber errors (just c/p to a text document) to the existing ticket (wowace login/pw is same as here) about names sometimes duplicating. -- We are aware of a few reports of the issue, but no one has reported actually getting an error when it happens... just that it happens. And we haven't been 100% able to reliably replicate.
2a - If you aren't using Beta19 please update and see if that fixes the issue for you.
-
View User Profile
-
Send Message
Posted Nov 29, 2010-
View User Profile
-
Send Message
Posted Nov 28, 2010[url]http://img230.imageshack.us/img230/7751/87052958.jpg[/url]
very tanks
-
View User Profile
-
Send Message
Posted Nov 28, 2010hope can help me tx
-
View User Profile
-
Send Message
Posted Nov 28, 2010http://www.wowinterface.com/downloads/info16426-caelUI.html
-
View User Profile
-
Send Message
Posted Nov 29, 2010-
View User Profile
-
Send Message
Posted Dec 2, 2010Here's the left side of the player frame with percent of total and deficit:
local curhp = HP(unit)
local maxhp = MaxHP(unit)
return "%s%% -%s",Percent(curhp,maxhp),maxhp-curhp
Here's the right side of the player frame showing what I assume is just Max HP:
return MaxHP(unit)
For the boss frame I'm guessing that's remaining HP in percent and short format.
local curhp = HP(unit)
local maxhp = MaxHP(unit)
return "%s - %s%%",Short(curhp),Percent(curhp,maxhp)
This page has an excellent introduction to luatexts, and is pretty much the closest thing to a manual on the subject you'll find.
http://www.wowace.com/addons/pitbull4/pages/lua-texts/
-
View User Profile
-
Send Message
Posted Nov 28, 2010http://s.wowinterface.com/preview/pvw25810.jpg this is what my old UI looked like and what im trying to get the unit frames to look like again
-
View User Profile
-
Send Message
Posted Nov 28, 2010To get things to look different, you just need to make a new layout. You can have as many or as few of layouts as you like. The guide linked above can help you with making layouts.
-
View User Profile
-
Send Message
Posted Nov 28, 2010Are you using the latest version of PB4?
Have you tested this with just PB4 loaded in your add ons?
-
View User Profile
-
Send Message
Posted Nov 27, 2010-
View User Profile
-
Send Message
Posted Nov 27, 2010-
View User Profile
-
Send Message
Posted Nov 27, 2010You can still configure a layout on the singleton frames and apply to your raide frames. Or configure live in a group.
-
View User Profile
-
Send Message
Posted Nov 27, 2010-
View User Profile
-
Send Message
Posted Nov 27, 2010Hope this is fixed soon.