 |
| Welcome to Elitist Jerks |
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
|
08/09/09, 7:14 PM
|
#1001
|
|
Glass Joe
Tauren Druid
Ravenholdt (EU)
|
Being an old X-perl user i recently switched to pitbull.
What i'd like to do is:
- I'd like to get all my buffs/debuffs above the bars instead of below.
- I'd like to be able to remove information from my focus bar, player bar and target's target bar in general eg. class, lvl etc. to make it even more clean. But these functions should remain on my target bar.
- Make sure i can only watch buffs/debuffs on my target, and not have it on my focus, player and target's target bars.
Thanks in advance! And sorry if i asked something that was written allready, 40 pages of questions -.-
|
|
|
|
|
|
08/11/09, 3:10 PM
|
#1002
|
|
Glass Joe
Blood Elf Paladin
Dalvengyr
|
# of people on my target?
I never used Pitbull 3, but just made the switch to Pitbull 4 yesterday. I have tweaked most of the settings and I am very pleased with this addon. However, there was one function in xperl that I cannot find; a way to view how many are on my target.
Xperl gave me a box that showed me what healers had me targetted and the names of the people on my target. Xperl also had the option to put a little number in a box on your target to display how many people were targetting that unit. I found this very helpful when tanking.
Is this function supported by P4? If not, would someone please suggest a light weight addon?
I'm also trying to find a way to pop up only debuffs I can cleanse (pld) on my party members. But I think I found a post in this thread that will cover that, you guys are awesome.
|
|
|
|
|
|
08/13/09, 1:46 AM
|
#1003
|
|
Von Kaiser
|
Edit: Problem solved. Had the darn "click-through" option selected. Guess it wasnt so default after all =)
-----------------------
Havent seen anyone else have this problem so I must be missing it but currently with a pretty default pitbull4 setup, when I hover over buffs or debuffs in any unitframe, I'm not able to read the icon - there is an absence of text. I dont always know what each buff or debuff icon is so would love to be able to read a text description of it.
I've looked all over the Aura module section and do not see anything about this.
Anyone have any ideas on this? Any help would be appreciated.
Thanks
|
|
|
|
|
|
08/18/09, 7:56 PM
|
#1004
|
|
Von Kaiser
Tauren Shaman
Jaedenar (EU)
|
Could someone lend me some help regarding aura filtering in PB4?
I'm trying to set up a filter that would show dispellable by me debuffs on friendly targets and my debuffs on hostile targets. Is this possible at all, I couldn't really make out any remarkable about this.
|
|
|
|
|
|
08/25/09, 11:23 AM
|
#1005
|
|
Von Kaiser
Blood Elf Paladin
Ясеневый лес (EU)
|
*deleted. wrong place.
Last edited by leladax : 08/26/09 at 6:44 AM.
|
|
|
|
|
|
08/25/09, 4:31 PM
|
#1006
|
|
Glass Joe
Troll Mage
Scarlet Crusade
|
I have buffs shown on my Target and not myself since i use Elkano's. Since i have my unit frame and my target unit frame lower on the screen is there a way to have Buffs/De-buffs on my Target, and not on my toon's frame? That is really the only gripe i have atm.
|
|
|
|
|
|
08/25/09, 6:12 PM
|
#1007
|
|
Piston Honda
|
Tried making 2 different layouts? One for your player frame, one for your target frame?
By the way, Elkano's BuffBars can show (de)buffs for your target and filter for yours only or via white/black-lists. Which would remove the need to use PitbBull's. Just make a new EBB group and set it to target (and the usual other settings).
|
|
|
|
|
|
08/26/09, 2:02 AM
|
#1008
|
|
Glass Joe
Orc Death Knight
Mal'Ganis
|
Beware of Pitbull4 v4.0.0beta4.
I can't be sure of the cause, but I believe the raid frames combined with certain modules seem to be killer on CPU, causing hiccups (freezing for 1 second every once every 5-15 seconds). Since I was suffering from poor frames with mods active, I did a CPU profile while running raid frames to see how bad it could get:
AV, actively PvPing away from the main raid group: http://i29.tinypic.com/k54qch.jpg
1200 secs worth of profiling done while doing Heroic UP: http://i27.tinypic.com/154j52w.jpg
I didn't really search through the various Pitbull posts to see if it was a known problem, but I'm definitely going to leave raid frames disabled. It's a huge difference in performance from PB3, which I used a similar perfect raid style with. Prior versions of PB4 before 3.2 also performed much better than it currently is.
|
|
|
|
|
|
09/04/09, 10:53 AM
|
#1009
|
|
Glass Joe
Night Elf Rogue
Terenas (EU)
|
Hello
Is it possible to hack pitbull in any way to display the sanity of your raid members in a bar / large picture?
We are working on Yogg+1/+0 soon, and need to get the tools in place.
Thanks.
|
|
|
|
|
|
09/04/09, 1:58 PM
|
#1010
|
|
Glass Joe
Night Elf Druid
Wrathbringer (EU)
|
You can use luatext to display the stacksize of sanity for each raidmember. Check this post: LuaTexts - The new DogTags
You need to tweak the luatext a bit but basically everything is in Hotans code. If you can not get it run I´ll help you out.
|
|
|
|
|
|
09/05/09, 2:05 AM
|
#1011
|
|
Piston Honda
|
I did this as a drycode, but I wanted to post something, since I don't think there are many examples of using the count aspect of UnitAura().
You could change the color changing threshold to a static step function, or get rid it entirely.
local i = 1
while true do
local name,_,count = UnitAura(unit,i,"HARMFUL")
if not name then
break
elseif name == "Sanity" then
local r=2.55*(100-count)
local g=2.55*count
return "|cff%02x%02x00%d|r",r,g,count
end
i=i+1
end
|
correlation =/= causation
|
|
|
|
09/07/09, 12:17 PM
|
#1012
|
|
Glass Joe
Draenei Paladin
Gorgonnash (EU)
|
Thanks, problem solved
Last edited by Alarja : 09/09/09 at 4:06 AM.
|
|
|
|
|
|
10/21/09, 8:49 AM
|
#1013
|
|
Glass Joe
Tauren Druid
Ravenholdt (EU)
|
I'm using Pitbull4 and set everything up fine. Only problem is, I saw a layout of Pitbull on a ui compilation(caithUI) and want to use that layout but I don't want to mess up my other settings. I've tried to amend my settings, but I can't get it just right.
Is it as easy as just copying the lua file or are there more tweaking involved?
Every hint or guide appreciated (Apart from this thread, cos I've already looked at it and found some other nice things to do)
Edit: Ended up reading guides on Pitbull and tweaking with the config. Apparently there is a clean Default panel which you can add in addition to the health, power, mana bars and that pretty much made it (didn't know that before).
Last edited by _Ant_ : 10/22/09 at 9:44 AM.
|
|
|
|
|
|
11/06/09, 6:05 PM
|
#1014
|
|
Glass Joe
|
Is there a way in PitBull (or perhaps a PitBull module) to dynamically change the layout assigned to a unit based on some condition? Such a feature would enable, for example, the display format of the auras on the target frame to change depending on whether the target is hostile or friendly.
If PitBull can't do this, is there another addon that can?
Last edited by Dolohov : 11/06/09 at 7:20 PM.
|
|
|
|
|
|
11/06/09, 8:06 PM
|
#1015
|
|
Glass Joe
Draenei Priest
Doomhammer (EU)
|
Originally Posted by Dolohov
the display format of the auras on the target frame to change depending on whether the target is hostile or friendly
|
This is possible with Pitbull4 under Modules > Aura > Aura filter editor > Advanced, if I understand your question correctly. It takes a bit trial and error to grasp the concept of how those filters work, but it is possible to change what kind of auras are shown, depending on whether the untiframe shows the player, and enemy, a friend, or a pet for example.
|
|
|
|
|
|
11/08/09, 7:17 PM
|
#1016
|
|
Glass Joe
|
Interesting feature, but not quite what I was looking for. Specifically, I want more buffs to be displayed if the target is friendly and more debuffs to be displayed if the target is hostile.
|
|
|
|
|
|
|