Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 01/18/09, 11:38 PM   #526
Zragoll
Glass Joe
 
Zragoll
Blood Elf Warlock
 
Dreadmaul
Originally Posted by motorboatin View Post
You can change textures in the global settings but you are going to need to download sharedmedia if you have not already, colors can also be found in the global settings are under each bar, Target>bars>health or power and you can change the colors.
I just realised why I couldn't get the textures or colours, I'm running PitBull 4 without realising that it was still incomplete. I can change textures in very specific circumstances, but am unable to change colours just yet.

I'm also going to try to get the timers as well. I'll post also if/when I get mine working.

Offline
Reply With Quote
Old 01/19/09, 4:32 AM   #527
Facktotum
Von Kaiser
 
Facktotum's Avatar
 
Night Elf Rogue
 
Alonsus (EU)
Originally Posted by Zragoll View Post
I just realised why I couldn't get the textures or colours, I'm running PitBull 4 without realising that it was still incomplete. I can change textures in very specific circumstances, but am unable to change colours just yet.

I'm also going to try to get the timers as well. I'll post also if/when I get mine working.
The colour module has been implemented in Pitbull 4.

Offline
Reply With Quote
Old 01/21/09, 2:07 PM   #528
infamy
Glass Joe
 
Night Elf Hunter
 
Eredar
Originally Posted by Belbo View Post
. . .

For the hunter talent "Sniper Training" ...

[if CanAttack(unit="target") and ((MaxRange > 0) and (MaxRange < 30)) then
"Back Up!":Yellow
elseif CanAttack(unit="target") and ((MaxRange >= 30) and (MaxRange < 45)) then
"Sniper Active":Green
elseif CanAttack(unit="target") then
"Get Closer!":Red
end]

. . .
I know I'm not the only hunter who switched to Survival last night. This is a great tag. I replaced your text with underscores and played with font size to make red, yellow and green bars over my target's portrait and it has instantly become my most valuable tool.

For those who don't have it with an addon, you will need LibRangeCheck-2.0 to make it work. If you're just getting "Get Closer!" regardless of distance, that's your issue.

Last edited by infamy : 01/21/09 at 2:08 PM. Reason: typo

Offline
Reply With Quote
Old 01/24/09, 10:24 AM   #529
Maje
Don Flamenco
 
Gnome Mage
 
Naxxramas (EU)
I have a question that might be interpreted as silly, anyway, is there any addon that uses the library, something that allows you to create arbitrary frames with tags. I'm asking because I don't use PitBull or any other unitframes and would like some simple addon that only incorporates the UI for the tags.

Offline
Reply With Quote
Old 01/26/09, 2:07 PM   #530
Montegos
Glass Joe
 
Tauren Druid
 
Auchindoun (EU)
Im wondering if anyone could help me with a tag for displaying a green + if the unit is loot master and a ++ if the unit is group/raid leader. Anyone who can enlighten me on this topic?

Offline
Reply With Quote
Old 01/26/09, 3:50 PM   #531
supplicium
Don Flamenco
 
supplicium's Avatar
 
Gnome Warlock
 
Alterac Mountains
if IsMasterLooter then "+":green

else if IsKeader then "++"
end

The character linked in your profile appears to be below level 10. This may account for your poor Patchwerk DPS.

Offline
Reply With Quote
Old 01/28/09, 2:55 PM   #532
Scrye
Glass Joe
 
Scrye's Avatar
 
Blood Elf Paladin
 
Mannoroth (EU)
Ive got a question concerning this Tag:

[outline][if IsPlayer then HP:ClassColor else ~IsPlayer HP:HostileColor:Paren end]
It should display the health in my targetframe in different colors:
If its a player it should use its class color, if its a mob/NPC it should use Hostilecoloring.
When i target players, it works, when i target NPCS/mobs it writes its HP in the correct color but with "Target" in front of it: Target9765

any ideas ?

Offline
Reply With Quote
Old 01/28/09, 6:45 PM   #533
Tokamal
Glass Joe
 
Troll Priest
 
Conseil des Ombres (EU)
Mana text coloring depending on the FSR

I was wondering if it's possible to color the mana text depending on my Five Second Rule status.

For example, if I'm inside the FSR (Five Second Rule), mana text is yellow.

If I'm outside the FSR, mana text is blue.

Does Dogtag recognize this?

Offline
Reply With Quote
Old 01/29/09, 5:51 PM   #534
Minimized
Glass Joe
 
Gnome Rogue
 
<Ego>
Outland (EU)
Originally Posted by Scrye View Post
Ive got a question concerning this Tag:



It should display the health in my targetframe in different colors:
If its a player it should use its class color, if its a mob/NPC it should use Hostilecoloring.
When i target players, it works, when i target NPCS/mobs it writes its HP in the correct color but with "Target" in front of it: Target9765

any ideas ?
[outline][if IsPlayer then HP:ClassColor else if not IsPlayer then HP:HostileColor end]
try that instead, worked for me

Offline
Reply With Quote
Old 01/30/09, 11:41 AM   #535
Viziouz
Glass Joe
 
Orc Shaman
 
Shattered Hand
Outine Debuff for Party Members

I made a tag so when someone gets poisoned, cursed or diseased it shows just above the healh bar. Like:

-------POISON---------
Viziouz 15k/HP
-------------------------

I can get it to work with Player and Target, but I can't get it to work with Party frames. I am at work so I can't paste the exact code but it sort of like:

[Outline](if HasPoisonDebuff(unit="target") then " POISON ":Green
end)

For the player I just replace unit="player".

What do I put for party? I tried unit="party" but it gives me a syntax error, if I do "party1" it works just for the first party member.

Thanks.

Offline
Reply With Quote
Old 01/30/09, 1:10 PM   #536
 Adoriele
Happy October 19th!
 
Adoriele's Avatar
 
Night Elf Druid
 
Dragonblight
Originally Posted by Viziouz View Post
I made a tag so when someone gets poisoned, cursed or diseased it shows just above the healh bar. Like:

-------POISON---------
Viziouz 15k/HP
-------------------------

I can get it to work with Player and Target, but I can't get it to work with Party frames. I am at work so I can't paste the exact code but it sort of like:

[Outline](if HasPoisonDebuff(unit="target") then " POISON ":Green
end)

For the player I just replace unit="player".

What do I put for party? I tried unit="party" but it gives me a syntax error, if I do "party1" it works just for the first party member.

Thanks.
You're specifying a unit to HasPoisonDebuff(). If you don't, it takes the default of the unit attached to the frame the Tag is on. So just don't specify a unit.

United States Online
Reply With Quote
Old 02/03/09, 8:28 PM   #537
Dankz
Von Kaiser
 
Dankz's Avatar
 
Undead Mage
 
Caelestrasz
Torment the Weak Notification

Torment the Weak

Trying to write a dog tag that would would let me know when a boss does or doesn't have a snare. Here's a list of snares that work on Bosses:

Warriors: Thunder Clap
Paladins: Judgements of the Just
Druids: Infected Wounds
Death Knight: Icy Touch

In regards to the Palidan's Judgements of the Just, from what I can tell it doesn't show an actual debuff, its just included every time they judge. So it might be imposable to include that.

I's appreciate a little help to get me started.d

Offline
Reply With Quote
Old 02/04/09, 3:14 PM   #538
Veilana
Glass Joe
 
Orc Shaman
 
Ravenholdt
Cast bar display

I had a quick question about code for cast bar display and I didn't find anything yet...

I'm trying to get my cast bar to display CastName -> CastTarget while I cast
i.e.
Greater Heal -> XXY

[Alpha((-CastStopDuration or 0) + 1) CastStopMessage or (CastName ' ' 'if cast then ->' CastTarget)]
always has "if cast then ->" displayed even while I'm not casting..help please?

Offline
Reply With Quote
Old 02/06/09, 2:40 PM   #539
Pater
Don Flamenco
 
Tauren Druid
 
Khadgar
Question on PowerColor - I'm using PitBull to replicate the functionality of Digits while tacking on a DruidMana display.

The trouble I'm currently having is my current power is MP:PowerColor. Rage comes in red, energy yellow, etc. That's fine.

The problem is I don't know what color tag to use for my DruidMana tag appearing elsewhere. DruidMana:Blue and DruidMana:Cyan do not match the same color blue returned by PowerColor when I'm in caster form. What I need is a tag that would work like

DruidMana:"the color that PowerColor returns when power type is mana"

Thank you.

Offline
Reply With Quote
Old 02/06/09, 11:52 PM   #540
Sapped
Glass Joe
 
Troll Rogue
 
Draka
I'm lookin for a bit of help here, folks. Is there a dogtag that can check for certain mechanics(in particular, i'm trying to find out if my target is Bleeding).
-thanks

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[DogTags] - Share yours! Fulnir User Interface and AddOns 164 03/30/08 1:30 AM