Elitist Jerks
Register
Blogs
Forums


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

Reply
 
LinkBack Thread Tools
Old 04/11/08, 12:32 PM   #136
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Originally Posted by Hythloday View Post
I posted a DogTag extension to do exactly this on the previous page.
Wow, so you did. I apologize for missing it - I remember seeing the AB example and thinking that as a rogue it wasn't going to be useful for me.

Actually, to be perfectly honest, the most likely culprit for my non-comprehension is that it requires a change to the xml file, and I thought to myself what a pain it was going to be to have to keep re-doing the change every time WAU updated LibDogTags. Here's hoping they decide to incorporate your code in the near future.

Last edited by dinesh : 04/11/08 at 12:37 PM.

Offline
Reply With Quote
Old 04/12/08, 12:35 AM   #137
bomsie
Glass Joe
 
Blood Elf Paladin
 
Mug'thol
I'm looking for a tag for my target's health that will show a percentage for all mobs/players unless they player is in my group or the player is me.

I used to do this by using SureHP without mobhealth installed, which was pretty hodge-podge but I haven't been able to come up with something that works in 3.0.

Any help would be appreciated.

Last edited by bomsie : 04/12/08 at 1:06 AM.

Offline
Reply With Quote
Old 04/12/08, 3:40 PM   #138
SOOPRcow
Glass Joe
 
Night Elf Druid
 
Tichondrius
Originally Posted by bomsie View Post
I'm looking for a tag for my target's health that will show a percentage for all mobs/players unless they player is in my group or the player is me.

I used to do this by using SureHP without mobhealth installed, which was pretty hodge-podge but I haven't been able to come up with something that works in 3.0.

Any help would be appreciated.
http://elitistjerks.com/693095-post41.html - Same thread as this one, thats what I use.

Offline
Reply With Quote
Old 04/12/08, 4:39 PM   #139
Durandal
Von Kaiser
 
Blood Elf Paladin
 
Mal'Ganis
Hey im using Azcastbar is there anyway I can make it show time left / maxtime of a cast.

For flash of light I want it to look like 1.0/1.5 like it does on quartz

Offline
Reply With Quote
Old 04/13/08, 6:00 AM   #140
Harmonics
Bartlett Pears. Sliced. In Heavy Syrup.
 
Harmonics's Avatar
 
Night Elf Druid
 
Terenas
Originally Posted by Led ++ View Post
You can probably make a DogTag so show what people are targetting you.
Crossquoting from the Pitbull thread: How would I do this? I would very much like to be able to see if someone is targeting me if they are hostile, and their name colored by class.

You can't call a planet Bob!
.
You were missing the () at the end of Feral Charge (Bear), this is necessary otherwise WoW thinks you're trying to cast Feral Charge Rank Bear.

Offline
Reply With Quote
Old 04/13/08, 9:48 AM   #141
SOOPRcow
Glass Joe
 
Night Elf Druid
 
Tichondrius
Originally Posted by Harmonics View Post
Crossquoting from the Pitbull thread: How would I do this? I would very much like to be able to see if someone is targeting me if they are hostile, and their name colored by class.
It would be something like this.

[if IsEnemy(unit="target") then
    if (Name(unit=Target(unit="target")) = Name(unit="player")) then
        "Targeting you!"
    end
end]

Last edited by SOOPRcow : 04/13/08 at 7:32 PM.

Offline
Reply With Quote
Old 04/14/08, 8:50 AM   #142
syeren
Don Flamenco
 
syeren's Avatar
 
Tauren Shaman
 
Stormscale (EU)
Just worked out how to make custom colors appear for your health gradients on Pitbull thanks to Gotai

[IsMaxHP(unit="target") ? White ! HPColor][PercentHP(unit="target")]
Probably simple, but I was confused when I originally made this post !

Last edited by syeren : 04/14/08 at 9:01 AM.

Offline
Reply With Quote
Old 04/14/08, 3:20 PM   #143
Atallicus
Von Kaiser
 
Atallicus's Avatar
 
Blood Elf Mage
 
Ner'zhul
Not sure if I am missing this somewhere, so I thought I would ask here. I'm looking for a way to display health such as 1000/1000, which I have worked out just fine, however instead of the "/" in between I would like "l". I'm using the absolute tag but can't figure out how to change the symbol in between. Thankyou in advance.

Edit: I would like to add that symbol to percentage health also, such as l 88%

Offline
Reply With Quote
Old 04/14/08, 3:24 PM   #144
 Bass
PROCRASTINATE
 
Bass's Avatar
 
Mordant
Orc Hunter
 
No WoW Account
Originally Posted by SOOPRcow View Post
It would be something like this.
That one only applies to your target. I believe he is requesting a way to see everyone targeting you. If this is indeed possible I'd also love to know how.

United States Offline
Reply With Quote
Old 04/14/08, 3:27 PM   #145
Houseplant
Glass Joe
 
Houseplant's Avatar
 
Undead Rogue
 
Quel'dorei
Target/Focus
Name: [IsPlayer?Name:ClassColor!Name][AFKDND:Prepend( is ):Color(FEF2C5)]
HP: [Status][~Status?IsMaxHP?IsFriend?SureHP?CurHP:Short!PercentHP:Percent][~Status?~IsMaxHP?IsFriend?SureHP?SmartMissingHP:Color(ff7f7f)!PercentHP:Percent][~Status?IsEnemy?SureHP?CurHP:Short][~Status?IsEnemy?~IsMaxHP?SureHP?PercentHP:Percent:Prepend( || )][~Status?IsEnemy?~SureHP?PercentHP:Percent]
Power: [~Status?IsMana?[IsMaxMP?MaxMP:Short!CurMP:Short]!IsRage?CurMP:Hide(0)!CurMP:Short]
Class: [CanAttack ? DifficultyColor] [Classification:Contains(Boss)?Text(73)!Level] [Classification] [Color(FEF2C5)][SmartRace:Hide(Not specified):Hide(Unknown)][SmartRace:Contains(Not specified)?Text(Creature)] [PlayerClass:ClassColor]
Player/Party
Name: [Name:ClassColor]
HP: [AFKDND:Color(FEF2C5)][Status][~Status?SureHP?SmartMissingHP:Color(ff7f7f)]
Power: [~Status?IsMana?MissingMP:Hide(0):Negate:Color(87CEFF)] [~Status?IsRage?CurMP:Hide(0):Short!CurMP:Hide([MaxMP]):Short:Paren]
Class: [Classification] [Level] [SmartClass:ClassColor] [DruidForm:Paren]
Anyone want to take a crack at remaking these old Tags made by Jitka for DogTags 3.0?

Last edited by Houseplant : 04/14/08 at 4:01 PM.

Offline
Reply With Quote
Old 04/14/08, 3:59 PM   #146
Covet
Von Kaiser
 
Covet's Avatar
 
Blood Elf Paladin
 
Dethecus
Originally Posted by Atallicus View Post
Not sure if I am missing this somewhere, so I thought I would ask here. I'm looking for a way to display health such as 1000/1000, which I have worked out just fine, however instead of the "/" in between I would like "l". I'm using the absolute tag but can't figure out how to change the symbol in between. Thankyou in advance.

Edit: I would like to add that symbol to percentage health also, such as l 88%
I'd try this...
[HP " | " MaxHP " | " PercentHP:Percent]
It'll look like...
900 | 1000 | 90%

Offline
Reply With Quote
Old 04/14/08, 5:39 PM   #147
Atallicus
Von Kaiser
 
Atallicus's Avatar
 
Blood Elf Mage
 
Ner'zhul
Will try it out this evening, but certainly looks like it will work fine. Not sure why it was baffling me. Much appreciated Covet.

One more question since you seem so helpful. This is a dogtag I seem to have not figured out at all. For my target frame, outside of the frame on the left, I'd like it to say for example: Slitherskin 70 Undead Priest, instead of having to choose two seperate places for the texts. I tried to move the class part to Outside Left, but it just overlaps the name text. Could anyone please point me in the right direction?

Really new to dogtags since the new ones came out I have been reading through all the helps but I don't think I have quite gotten all of it understood yet. Again, thanks for all the help.

Offline
Reply With Quote
Old 04/14/08, 6:44 PM   #148
Covet
Von Kaiser
 
Covet's Avatar
 
Blood Elf Paladin
 
Dethecus
Originally Posted by Atallicus View Post
Will try it out this evening, but certainly looks like it will work fine. Not sure why it was baffling me. Much appreciated Covet.

One more question since you seem so helpful. This is a dogtag I seem to have not figured out at all. For my target frame, outside of the frame on the left, I'd like it to say for example: Slitherskin 70 Undead Priest, instead of having to choose two seperate places for the texts. I tried to move the class part to Outside Left, but it just overlaps the name text. Could anyone please point me in the right direction?

Really new to dogtags since the new ones came out I have been reading through all the helps but I don't think I have quite gotten all of it understood yet. Again, thanks for all the help.
I'm still pretty new to DogTags and can generally figure it out when I've got the /dog window open, hehe. I'm sure there are plenty of ways I can clean up my DogTags, I'm just not there yet. Without being near a computer to make sure I'm giving you the right information, try using this...

[Name] [Level:DifficultyColor] [Classification] [Class:ClassColor] [SmartRace]
If someone more knowledgeable could look at that and maybe clean it up, please do so. I'm not convinced all of the brackets are necessary.

Then go to Pitbull > Target > Texts > Name, copy/paste that DogTag and then set the placement. Make sure you're also disabling Pitbull > Target > Texts > Class.

Offline
Reply With Quote
Old 04/14/08, 9:40 PM   #149
Atallicus
Von Kaiser
 
Atallicus's Avatar
 
Blood Elf Mage
 
Ner'zhul
Works perfectly, thankyou again!

Offline
Reply With Quote
Old 04/15/08, 4:27 PM   #150
Ferous
Von Kaiser
 
Ferous's Avatar
 
Gnome Mage
 
Hydraxis
I've tried searching and can't seem to find it anywhere. I was wondering if anyone knows how to display Target of Target's Health? I have my UF's set up to where you see the ToT inside my Targets unit frame, but was wondering if anyone knows the dogtag to show health as well? Any help appreciated

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