 |
04/14/10, 9:32 PM
|
#1036
|
|
Glass Joe
Gnome Mage
Alterac Mountains
|
I searched the thread and was unable to find a distinct solution for what I'm trying to do, apologies for if it is already answered.
What I want to do deals with custom debuff filtering, the way I want to filter is as follows;
a) Is it a debuff which benefits my dps (misery, imp faerie fire, ebon plague etc)
b) Is it a debuff which I applied (living bomb, ignite etc)
I can currently do (a) by whitelisting by spellid.
I can currently do (b) by filtering by my debuffs.
I cannot figure out a way to do (a) and (b). If anyone has a working solution, I would greatly appreciate it.
|
|
|
|
|
04/15/10, 12:05 PM
|
#1037
|
|
Glass Joe
Orc Warrior
Dragonmaw (EU)
|
I downloaded a UI using pitbull, and had this all setup, and I downloaded another UI for a different character earlier and it hasn't showed up the new UI in pitbull's profile settings, does anyone know how to make it so that i can?
|
|
|
|
|
04/17/10, 2:39 AM
|
#1038
|
|
Glass Joe
Draenei Death Knight
Aman'Thul (EU)
|
Originally Posted by Schnelly
a) Is it a debuff which benefits my dps (misery, imp faerie fire, ebon plague etc)
|
I don't know if it is possible to do this with Pitbull only. But I know that LUI[1] provides a little square between your Unit Frames (or at least did this in a previous release) that shows debuffs like misery and improved faerie fire.
|
Originally Posted by Addzzz
I downloaded a UI using pitbull, and had this all setup, and I downloaded another UI for a different character earlier and it hasn't showed up the new UI in pitbull's profile settings, does anyone know how to make it so that i can?
|
Having two different UI packages the same time can be a bit tricky. Does your second UI require some copying of WTF / character folders? It would help if you post links to the ui packs.
|
|
|
|
|
04/24/10, 9:35 PM
|
#1039
|
|
The Titleless
Andeh
Goblin Rogue
No WoW Account
|
I'm having an issue with Pitbull Auras not updating the icon/duration for offhand weapon temporary enchants (poisons) when I swap weapons. For example, if I swap from my regular offhand with Deadly Poison on it to another with Crippling Poison, it will update the aura once to show the Crippling icon but not when I switch back. It's really annoying trying to keep track of which offhand I have equipped.
I've had this issue for a couple months now, and it doesn't seem to be getting fixed. Is there a self-fix I can do? I've searched on Curse & Wowace and haven't found anything.
|
|
|
|
|
04/25/10, 7:27 PM
|
#1040
|
|
Glass Joe
|
Originally Posted by Xyertai
So, I recently set up a raid ui with PB4 after using xperl for ages. So far the only thing I'm missing about xperl is the little box that displays the number of raid members on your target. I've looked everywhere I could think of for an option so I googled it and there's a post on the previous page that asks for the same thing I'm looking for, but there's no answer. Just wondering if anyone happens to have any insight, ie how to do it or if it simply isn't a current capability of the addon. Thanks
|
I found this posted on a forum somewhere a long time ago (I can't remember where). It works great. Just add it as a Text to your Target frame.
local prefix,num,size = "raid",0,GetNumRaidMembers()
local size = GetNumRaidMembers()
if size <= 0 then
prefix = "party"
size = GetNumPartyMembers()
end
for u=1,size do
if UnitIsUnit(prefix..u.."target", unit) then
num = num + 1
end
end
if num > 0 then
return " %d", num
end
Next, select UNIT_AURA as the Event. If you don't do this, updates will be very slow.
Enjoy.
|
|
|
|
|
05/08/10, 11:57 AM
|
#1041
|
|
Glass Joe
Orc Warlock
Lightning's Blade
|
Originally Posted by Schnelly
I searched the thread and was unable to find a distinct solution for what I'm trying to do, apologies for if it is already answered.
What I want to do deals with custom debuff filtering, the way I want to filter is as follows;
a) Is it a debuff which benefits my dps (misery, imp faerie fire, ebon plague etc)
b) Is it a debuff which I applied (living bomb, ignite etc)
I can currently do (a) by whitelisting by spellid.
I can currently do (b) by filtering by my debuffs.
I cannot figure out a way to do (a) and (b). If anyone has a working solution, I would greatly appreciate it.
|
I believe that what you need to do is create a Meta Filter that combines the 2 filters. Here is a post by Shefki that describes how to do that. WowAce Forums - View Single Post - PitBull 4.0
|
|
|
|
|
05/19/10, 3:14 AM
|
#1042
|
|
Glass Joe
Draenei Death Knight
Aman'Thul (EU)
|
Originally Posted by Schnelly
I searched the thread and was unable to find a distinct solution for what I'm trying to do, apologies for if it is already answered.
What I want to do deals with custom debuff filtering, the way I want to filter is as follows;
a) Is it a debuff which benefits my dps (misery, imp faerie fire, ebon plague etc)
b) Is it a debuff which I applied (living bomb, ignite etc)
I can currently do (a) by whitelisting by spellid.
I can currently do (b) by filtering by my debuffs.
I cannot figure out a way to do (a) and (b). If anyone has a working solution, I would greatly appreciate it.
|
LUI 2.x (IIRC) supported this. You had a little window between player and target unit frames showing those debuffs if they are applied.
|
|
|
|
|
05/22/10, 6:43 PM
|
#1043
|
|
Banned
None
Gnome Warlock
No WoW Account
|
Edit: Found it under "other" > "highlight"
I just got finished customizing Pitbull, and trying it out in a couple runs, looks good, but I can't figure out how to turn off the yellow highlighting on the player frame when I'm targeting myself. Looked through all the menus and searched, I assume it's an option somewhere?
Last edited by TrlstanC : 05/22/10 at 8:44 PM.
|
|
|
|
|
10/18/10, 7:28 AM
|
#1044
|
|
Glass Joe
Orc Warrior
Talnivarr (EU)
|
As of the new patch one of my favourite addons stopped working, the addon being 'Ragebar'. What it did was giving you an extra ragebar wich you could place where-ever you wanted. The addon hasn't been updated yet so can't use it, and since the new patch rage isnt that eassy anymore so yea would really like to use it again.
I found a replacement in a certain hud addon, but it still doesnt really do what i want, and it's an extra addon and extra memory i could be using for something else if i could get pitbull to do something like this, as i'm using this for my unit frames allready. Sadly enough i cant seem to figure out how to do this.
Soooo what i would like to know: is there a way to make a new unit frame using pitbull, so i could create a second ragebar that i could have where-ever i want on my screen?
thanx in advance
|
|
|
|
|
10/18/10, 8:10 PM
|
#1045
|
|
Glass Joe
|
Is there a way to show the aura cooldown spiral without the giant cooldown text over the top of it, or at least change the size of that text? Right now I can only seem to have giant text w/ the spiral, or no spiral and text. Of course there's the editable aura text that you can resize and offset, but I want to cooldown spiral as well.
Also, the auras don't respond to right clicking to remove a buff, ie right click on fortitude to remove the buff. Anybody know if this is a bug or if I'm missing something??
|
|
|
|
|
10/19/10, 5:04 AM
|
#1046
|
|
Glass Joe
Orc Warrior
Talnivarr (EU)
|
Originally Posted by Saito^
As of the new patch one of my favourite addons stopped working, the addon being 'Ragebar'. What it did was giving you an extra ragebar wich you could place where-ever you wanted. The addon hasn't been updated yet so can't use it, and since the new patch rage isnt that eassy anymore so yea would really like to use it again.
I found a replacement in a certain hud addon, but it still doesnt really do what i want, and it's an extra addon and extra memory i could be using for something else if i could get pitbull to do something like this, as i'm using this for my unit frames allready. Sadly enough i cant seem to figure out how to do this.
Soooo what i would like to know: is there a way to make a new unit frame using pitbull, so i could create a second ragebar that i could have where-ever i want on my screen?
thanx in advance
|
never mind, addon got updated
|
|
|
|
|
11/01/10, 9:43 PM
|
#1047
|
|
Glass Joe
Troll Shaman
Balnazzar (EU)
|
Hi i've gone through most of the pages here but yet to find an answer to what i want my pitbull to do.
Im basically trying to get rid of all the debuff framesfrom my focus bar, target of target etc, exept for the debuff frames on my Target.
Is there any way to do this?
been trying for a few hours and it seems the only thing i can do is; completely remove all debuffs or none.
So any quick nice inputs on how i can get rid of every debuff exept my target's debuff?
Thanks in advance!
|
|
|
|
|
11/03/10, 2:15 AM
|
#1048
|
|
Von Kaiser
|
Originally Posted by Roshey
Hi I've gone through most of the pages here but yet to find an answer to what i want Pitbull to do.
I'm trying to get rid of all the debuff frames from my focus bar, target of target etc. All exept for the debuff frames on my target.
Is there any way to do this? I've been trying for a few hours and it seems the only thing i can do is completely remove all debuffs or none.
|
You need to create a new layout. By default, you are probably editing the auras for the Normal layout. Once you have a new layout you can assign it to whatever units you need.
|
|
|
|
|
11/28/10, 5:32 PM
|
#1049
|
|
Don Flamenco
|
Question, just got Pitbull 4, and by default the player frame is hidden unless you select a target.
How can I make it so that my frame is always showing?
Thanks
Edit: Figured it out, its under Faders.
Last edited by Kumar : 11/30/10 at 1:12 AM.
|
|
|
|
|
01/05/11, 5:13 PM
|
#1050
|
|
Von Kaiser
Undead Rogue
Twisting Nether (EU)
|
Is it possible to make the health bar colour switch completely from my default (grey) to red upon hitting 20%, or going below that, with no fading in between?
The default options allow for fading from 100% to 50% to 0%, with no easy way to tell when execute and similar abilities are possible.
Additionally; while PVPing I have experienced some strange power bar colouring. I have my bar set to only colour by class, but the actual colour seems to be entirely based upon which power type is used, which will clump mages, warlocks and priests together in a manner that is not helpful in the least.
Any help regarding my two issues would be appreciated. 
|
|
|
|
|
|