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 27, 2010Perfect, thanks so much!
-
View User Profile
-
Send Message
Posted Oct 26, 2010-
View User Profile
-
Send Message
Posted Oct 27, 2010AND
Layout Editor > Indicators > Portrait (turns it on for a layout)
-
View User Profile
-
Send Message
Posted Oct 26, 2010Any chance you can add the world marker/flare functionality to pitbull, or at least make it so we can still use it when pitbull is running. As it is "Pitbull has been blocked from an action only available to the blizzard UI" whenever you try and place a flare, even when you have the "hide raid frame" option unticked.
-
View User Profile
-
Send Message
Posted Oct 27, 2010Go to /pb > Modules > Hide Blizzard Frames and make sure Raid is not checked.
Hide the Blizzard raid frames using the Raid manager, and use the flares using the raid manager from blizzard.
-
View User Profile
-
Send Message
Posted Oct 27, 2010Is it possible you have another add on that is hiding those frames?
-
View User Profile
-
Send Message
Posted Oct 27, 2010-
View User Profile
-
Send Message
Posted Oct 28, 2010-
View User Profile
-
Send Message
Posted Oct 28, 2010-
View User Profile
-
Send Message
Posted Oct 26, 2010-
View User Profile
-
Send Message
Posted Oct 27, 2010-
View User Profile
-
Send Message
Posted Oct 25, 2010Thanks Shefki & Trill!!
I'll work on it.
-
View User Profile
-
Send Message
Posted Oct 25, 2010@yyys, You can do this without using separate profiles for group frames already. Just create as many different groups for the different setups and use the ShowWhen filtering option. Things like player and target can probably get a ShowWhen setting once we allow multiple of them, for the time being you'll have to use separate profiles for them. If you want to automate swapping profiles you can use a LuaText to do this. Look in the forum thread linked above, pretty sure I showed someone how to do it for dual specs before we added the feature. Number of group members could be done via RAID_ROSTER_UPDATE and PARTY_MEMBERS_CHANGED events.
@pokeydude, You could also include a test in the LuaText to check if it is a particular unit e.g.
With that at the top of your text it should only show on your target frame.
@Loom927, One side of the text always has to be unlimited, it's a limitation of how we do text layouts and WoW itself. There's a ticket about this that's talking about Right, but the issue with Center is basically the same. You could workaround this by testing the length of your string with #foo (where foo is the variable you put the name into) and then using string.sub(foo,1,3) to chop it (the example given would chop it to 3 characters). As far as the anchors, no there's no good way to handle that.
-
View User Profile
-
Send Message
Posted Oct 25, 2010Hi, i'm looking for a way to set a length limit to Name text anchored to Center, so for example if it went over the length of the frame it would cut off the rest and have ... . It does this when anchored for left or right but not center. Also, is there any way move texts from the anchor points? I know there is already a ticket for it, but I was wondering if there was a way to do it in the LUA or something.
Thanks in advance.
-
View User Profile
-
Send Message
Posted Oct 25, 2010@Monk1nr: From the FAQ: How do I turn the default Raid/Party frames on/off? Go to Modules > Hide Blizzard Frames and uncheck or check the box next to the raid/party frames to turn on and off the Blizzard frames and Raid manager. If you would like to use the Blizzard raid manager with PB4 frames, this should be set so that they are not hidden here, and use the "Hide" button on the Raid Manager window.
@yys Yes! You will want to set up separate profiles.
@pokeydude I'd move the target frame to its own layout. Start with what you currently have set as your target layout in the drop down when you make your new layout and then the only thing you will need to do is add the combo points text to it.
-
View User Profile
-
Send Message
Posted Oct 25, 2010I apologize if this has been asked; i checked back a page or so. I am unable to play with the default Blizz raid frames. I have created new profiles and deleted the layout for raid frames in pb4, but I just can't figure out how to get the Blizz ones working. Is there any chance you can add a checkbox somewhere that enables the use of default raid frames? Or is there some way to do it and I am missing it?
-
View User Profile
-
Send Message
Posted Oct 25, 2010-
View User Profile
-
Send Message
Posted Oct 25, 2010I've been trying to make a numerical indicator for combo points rather than using a graphical indicator. I created a new Lua text and picked the "Combo points: Standard" option, the code is which:
local combos = Combos() if combos = 0 then return combos end
This works fine, however, I'm getting CP's to show up on all the unit frames that are included in that particular layout.
Is there a way of editing the code to work ONLY on the target frame or would I have to move the target frame to it's own separate layout?
-
View User Profile
-
Send Message
Posted Oct 25, 2010I've looked, and maybe just not in the right place.
Is it possible to setup the unit frames to change their look and location depending whether or not you are solo, or in a party, 10 man raid, etc?
For example, what I want to do (Pretend you are looking at a panel at the bottom of the screen):
Solo Mode
player (rectangle)...Target (rectangle)
pet (rectangle)........ToT (rectangle
Party Mode (player and target change shape and location)
Party 1 (rectangle)... player (square)... target (sqare)... Player 2 (rectangle)
Player 3 (rectangle).........................................................Player 4 (rectangle)
And player and target would change their location and size in larger raids.
I got the idea from Nui, but really don't like being locked in to one certain design.
-
View User Profile
-
Send Message
Posted Oct 25, 2010