Elitist Jerks
Register
Blogs
Forums


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

Closed Thread
 
LinkBack Thread Tools
Old 03/26/08, 5:02 PM   #121
Tedsauce
Glass Joe
 
Night Elf Rogue
 
Black Dragonflight
Originally Posted by Gere View Post
Perfect, any idea how to force Pitbull to 2.0?

I applied the fix listed above to both Pitbull.lua and Pitbull_Metalayout.lua and it seemed to fix the majority of my tags.

Offline
Old 03/26/08, 7:17 PM   #122
Sajukar
King Hippo
 
Sajukar's Avatar
 
-
Troll Mage
 
No WoW Account (EU)
Originally Posted by Malan View Post
[Status ? StatusColor ! [CanAttack ? DifficultyColor] ][Classification:Contains(Boss)?Text(Level 73)!Level:Prepend(Level )] [Classification] [~Status ? Color(FEF2C5)][SmartRace:Hide(Not specified):Hide(Unknown)][SmartRace:Contains(Not specified) ? Text(Creature)] [TalentSpec ? TalentTree:Hide(None):ClassColor] [~Status ? ClassColor][PlayerClass]

[~IsPlayerOrPet?Faction:Hide(Alliance):Hide(Horde):HostileColor]
These 2 tags were from page 1 and I'd been using them with CowTip. They broke in 2.4, the "Boss" tag and a few others are missing from DogTag 3.0, anyone know the new formats for this?
Try replacing

[Classification:Contains(Boss)?Text(Level 73)!Level:Prepend(Level )]
With

[Classification="Boss"?"Level 73"!"Level " Level]
As for others, remove the Text() bits and instead just place the text itself surrounded with " " and replace for example RandomTag:Contains(Text) with RandomTag="Text", not sure if there's any other tag there that ain't working.

Offline
Old 03/26/08, 7:24 PM   #123
Gere
Von Kaiser
 
Worgen Druid
 
Shandris
Originally Posted by Tedsauce View Post
I applied the fix listed above to both Pitbull.lua and Pitbull_Metalayout.lua and it seemed to fix the majority of my tags.
When I applied the same fix (commenting out the line) in the above files, my pitbull frames stopped loading for some reason.

Offline
Old 03/26/08, 8:48 PM   #124
MaveN
Von Kaiser
 
Draenei Shaman
 
Uldum
When the new dogtag lib and such comes out so we can get our dogtags back, somone should let everyone know here and post the link. In the meatime i can only imagine it in the process of getting fixed now. Anyway, i disabled my dogtags untill then, but 1 still works, my class colored hp stopped working but the dogtag that shows the level name and percent (class colored) still works.

If anyone knows how to get class colored hp back it will be greatly appreciated if not i will have to wait for dogtag 3.0 (i think it is?) to re apply the code for class colored hp.

Offline
Old 03/26/08, 10:32 PM   #125
Gere
Von Kaiser
 
Worgen Druid
 
Shandris
Originally Posted by MaveN View Post
When the new dogtag lib and such comes out so we can get our dogtags back, somone should let everyone know here and post the link. In the meatime i can only imagine it in the process of getting fixed now. Anyway, i disabled my dogtags untill then, but 1 still works, my class colored hp stopped working but the dogtag that shows the level name and percent (class colored) still works.

If anyone knows how to get class colored hp back it will be greatly appreciated if not i will have to wait for dogtag 3.0 (i think it is?) to re apply the code for class colored hp.
[HP:ClassColor]

Offline
Old 03/26/08, 10:48 PM   #126
pwyll
Glass Joe
 
pwyll's Avatar
 
Night Elf Druid
 
Bronzebeard
I used a CowTip tag from LibDogTag 2.0 and now i'm not quite sure where it's gone wrong:

[(SmartClass ? Color(CCCCCC)) NameRealm]

at the top of my tooltip. Any help?

J'aime les femmes comme l'aime mon café: chaude, noire, et avec un cuillére dedans.

Offline
Old 03/27/08, 1:28 AM   #127
Malan
Mike Tyson
 
Malan's Avatar
 
Malan
Tauren Shaman
 
No WoW Account
pwyll - The Color() tags seem to be demanding a new input format, it keeps telling me it doesn't recognize the color code that I provided.

Also the value of 'none' isn't valid for tags anymore either.

United States Offline
Old 03/27/08, 2:26 AM   #128
Tompin
Glass Joe
 
Gnome Mage
 
Outland (EU)
Try Color("FFFFFF").

Offline
Old 03/27/08, 2:31 AM   #129
pwyll
Glass Joe
 
pwyll's Avatar
 
Night Elf Druid
 
Bronzebeard
Still hangs on the SmartClass tag as well, I guess I can just change to 'Class'...

EDIT: and after 2 minutes of not being dumb, I changed the tag to this:

Name: [NameRealm:ClassColor]

Works great.

J'aime les femmes comme l'aime mon café: chaude, noire, et avec un cuillére dedans.

Offline
Old 03/27/08, 3:02 AM   #130
Shot
Glass Joe
 
Human Priest
 
Emerald Dream (EU)
LibDogTag-3.0 - WowAce Wiki

This could come in handy

Offline
Old 03/27/08, 3:59 AM   #131
Trouble
Bald Bull
 
Trouble's Avatar
 
Trouble
Blood Elf Druid
 
No WoW Account
It's definitely very buggy, even once you get the correct syntax. For me, auras do not update at all. They get read when you first log in, but after that they don't update. For example, for the above tag I posted (with the screenshot) it'll show if I have fort or AI or whatever when I first log in, but it'll never update if I gain or lose bugs. Also any stuff on my target, like my Scorch stack tag, just never works for the same reason. There's also no implemented analog to [Outline] right now which sucks. I have a feeling there's a lot of other bugs as well.

United States Offline
Old 03/27/08, 4:00 AM   #132
Tompin
Glass Joe
 
Gnome Mage
 
Outland (EU)
Anyone know if I can get my tags outlined? [outline] worked fine in 2.0, but the syntax seems to have changed, or perhaps it's simply not implemented yet?

Offline
Old 03/27/08, 4:39 AM   #133
Trouble
Bald Bull
 
Trouble's Avatar
 
Trouble
Blood Elf Druid
 
No WoW Account
[Outline] is currently unimplemented as far as I can tell.

United States Offline
Old 03/27/08, 4:41 AM   #134
evoker
Glass Joe
 
Human Mage
 
Kazzak (EU)
Many of the old tags seem to be missing. As the guy above said, OUTLINE and CURHP and CURMP. Is there a new tag that displays the current hp and mp?

Edit: Found it, it's just [HP] now.

Offline
Old 03/27/08, 4:58 AM   #135
evoker
Glass Joe
 
Human Mage
 
Kazzak (EU)
Originally Posted by pwyll View Post
I used a CowTip tag from LibDogTag 2.0 and now i'm not quite sure where it's gone wrong:

[(SmartClass ? Color(CCCCCC)) NameRealm]

at the top of my tooltip. Any help?
I can't find the [SmartClass] tag in the wiki that ckknight made.
The [Color] tag requires quotes now, it should be:
Color("CCCCCC")

Offline
Closed Thread

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

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
I thought I would share the best site ever just in wow Public Discussion 7 12/27/05 11:46 AM