Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 08/09/09, 7:14 PM   #1001
Aamoo
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 -.-

Offline
Reply With Quote
Old 08/11/09, 3:10 PM   #1002
PageCCCXI
Glass Joe
 
Blood Elf Paladin
 
Bleeding Hollow
# 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.

Offline
Reply With Quote
Old 08/13/09, 1:46 AM   #1003
phynn
Von Kaiser
 
Tauren Druid
 
Cho'gall
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

Offline
Reply With Quote
Old 08/18/09, 7:56 PM   #1004
Aximous
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.

Offline
Reply With Quote
Old 08/25/09, 11:23 AM   #1005
leladax
Von Kaiser
 
Blood Elf Paladin
 
Ясеневый лес (EU)
*deleted. wrong place.

Last edited by leladax : 08/26/09 at 6:44 AM.

Offline
Reply With Quote
Old 08/25/09, 4:31 PM   #1006
Thelynas
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.

Offline
Reply With Quote
Old 08/25/09, 6:12 PM   #1007
ShadowEric
Piston Honda
 
Human Rogue
 
Terenas
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).

Offline
Reply With Quote
Old 08/26/09, 2:02 AM   #1008
Vashar
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.

Offline
Reply With Quote
Old 09/04/09, 10:53 AM   #1009
Iteken
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.

Offline
Reply With Quote
Old 09/04/09, 1:58 PM   #1010
Negheos
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.

Offline
Reply With Quote
Old 09/05/09, 2:05 AM   #1011
Hotan
Piston Honda
 
Hotan's Avatar
 
Gnome Mage
 
Dark Iron
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

Offline
Reply With Quote
Old 09/07/09, 12:17 PM   #1012
Alarja
Glass Joe
 
Draenei Paladin
 
Gorgonnash (EU)
Thanks, problem solved

Last edited by Alarja : 09/09/09 at 4:06 AM.

Offline
Reply With Quote
Old 10/21/09, 8:49 AM   #1013
_Ant_
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.

Offline
Reply With Quote
Old 11/06/09, 6:05 PM   #1014
Dolohov
Glass Joe
 
Tauren Druid
 
Ursin
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.

Offline
Reply With Quote
Old 11/06/09, 8:06 PM   #1015
Laren
Glass Joe
 
Draenei Priest
 
Doomhammer (EU)
Originally Posted by Dolohov View Post
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.

Offline
Reply With Quote
Old 11/08/09, 7:17 PM   #1016
Dolohov
Glass Joe
 
Tauren Druid
 
Ursin
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.

Offline
Reply With Quote
Old 11/28/09, 8:24 PM   #1017
zonekiller
Glass Joe
 
Draenei Warrior
 
Burning Steppes (EU)
Buff/Debuff timer

Hi there, I need your help!
I want the small timers on the buffs on the unit frame to go away, while still keeping the number of stacks. I also want the "clock-wise" animation to stay.
I've had it like that before, but I messed up and I just cant find a way to undo it, hence why I need help

Offline
Reply With Quote
Old 11/28/09, 9:36 PM   #1018
Sage Masters
Glass Joe
 
Sage Masters's Avatar
 
Blood Elf Death Knight
 
Dunemaul
Originally Posted by zonekiller View Post
Hi there, I need your help!
I want the small timers on the buffs on the unit frame to go away, while still keeping the number of stacks. I also want the "clock-wise" animation to stay.
I've had it like that before, but I messed up and I just cant find a way to undo it, hence why I need help
Delete. I should not post whilst being extremely tired.

Last edited by Sage Masters : 11/28/09 at 11:37 PM.

Offline
Reply With Quote
Old 11/28/09, 11:25 PM   #1019
ShadowEric
Piston Honda
 
Human Rogue
 
Terenas
Originally Posted by zonekiller View Post
Hi there, I need your help!
I want the small timers on the buffs on the unit frame to go away, while still keeping the number of stacks. I also want the "clock-wise" animation to stay.
I've had it like that before, but I messed up and I just cant find a way to undo it, hence why I need help
I'm assuming you use Pitbull 4, not 3. Go to the Layout Editor and select the unitframe you want to modify. Go to the Aura tab. Then select the Text subtab. In the dropdown list, you can select the various times and "counts" (aka stacks). Enable or disable the ones you want.

For the spiral (what you call the clock-wise animation), go to the Display subtab (still under Aura). There's a section for spirals, which can be enabled or disabled as you wish.


Sage Masters, Dogtags and Lua Texts are two different things. Also, they're not used for the (de)buff icons.

Offline
Reply With Quote
Old 11/29/09, 5:54 PM   #1020
zonekiller
Glass Joe
 
Draenei Warrior
 
Burning Steppes (EU)
"In the dropdown list, you can select the various times and "counts" (aka stacks). Enable or disable the ones you want." I cant seem to find those timers under texts.
I can only see class, combat,druidmana, health, rep, power, name and threat. There is also another option named "other" but idk what to type in there to remove the timers :s
(its pitbull 3 btw)

another edit: It seems that when I resize my buffs/debuffs over a certain level they suddenly get a timer on them, then the timer can be removed again by lowering the size. I want bigger icons without the timer though! Tricky stuff

Last edited by zonekiller : 11/30/09 at 7:51 AM.

Offline
Reply With Quote
Old 11/30/09, 9:05 AM   #1021
ShadowEric
Piston Honda
 
Human Rogue
 
Terenas
Sorry, my answer was only valid for Pitbull 4. All I can say is that it sounds like you're looking at text on the actual unitframe, not the (de)buffs themselves.

Offline
Reply With Quote
Old 12/11/09, 2:32 PM   #1022
FAME
Von Kaiser
 
FAME's Avatar
 
Human Death Knight
 
Turalyon
Since 3.3 came out, the Pitbull 3.0 frames (Raid frames, T, ToT, & focus) on my DK became transperent silhouettes of the frames. Every other character's frames work perfectly fine other then the DK. Can someone help me figure out how to figure out what the problem might be?

Offline
Reply With Quote
Old 12/11/09, 2:36 PM   #1023
Hausnfranz
Glass Joe
 
Undead Priest
 
Bleeding Hollow
Raid member's targets

Is there a way in pitbull to show raid members targets?

Like in oUF Perfect?
oUF Perfect : WoWInterface Downloads : oUF: Layouts

Offline
Reply With Quote
Old 12/11/09, 4:14 PM   #1024
surj0
Glass Joe
 
Night Elf Druid
 
Frostmane
Originally Posted by Hausnfranz View Post
Is there a way in pitbull to show raid members targets?

Like in oUF Perfect?
oUF Perfect : WoWInterface Downloads : oUF: Layouts
Yes. Create a layout for the raid targets (or recycle another), then create a Group (main column on left), and in the "unit group" drop down on the "General" tab, select raid targets. Likewise, if you wanted a raid tank targets, you would do the same, but in the "Filtering" tab, select "main tanks".

Offline
Reply With Quote
Old 01/07/10, 11:36 AM   #1025
Doxq
Glass Joe
 
Doxq's Avatar
 
Goblin Shaman
 
<TG>
Arthas
I used Pitbull from around the beginning of WotLK until a few months ago with no problems. When I stopped using it, it was because I noticed a significant drop in FPS with it, and extraordinarily high MB usage for an addon. I use ag_unitframes right now but I'm interested in using Pitbull again. Does anyone have experience with this problem and/or a recommendation to fix it?

United States Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug: lower part of the screen turns black/grey (might be Pitbull a bug?) Nemaa User Interface and AddOns 41 07/17/07 10:54 AM
Addon for afk Astmathic User Interface and AddOns 6 06/27/07 5:10 AM
Pitbull MT Window Help, Please dackattack777 User Interface and AddOns 1 06/01/07 1:32 AM
Unitframe add-ons and the new debuff color coding obsolete User Interface and AddOns 2 05/28/07 3:25 AM
Looking for an addon Astmathic Public Discussion 4 09/20/06 11:38 AM