Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Search Forums

Showing results 1 to 16 of 16
Search took 0 seconds.
Search: Posts Made By: Tastie
Forum: User Interface and AddOns 03/27/10, 1:38 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
A long time ago, I used a mod that was able to...

A long time ago, I used a mod that was able to track any guilds online status. I used it for unguilded alts/alts in different guilds, so that I could still keep track of my mains guild without always...
Forum: User Interface and AddOns 09/12/09, 4:52 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
I'm looking for a mod similar to CooldownWatch...

I'm looking for a mod similar to CooldownWatch (http://www.wowinterface.com/downloads/info11429-CooldownWatch.html). I'd like to find a mod that displays my cooldowns with an icon and timer. I'm not...
Forum: User Interface and AddOns 08/14/09, 10:31 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
My UI...

My UI (http://img146.imageshack.us/img146/3525/wowscrnshot081409163959.jpg)
Addon List (http://img44.imageshack.us/img44/3330/addonlist.jpg)

If you notice in the middle-right of my screen there is a...
Forum: User Interface and AddOns 08/13/09, 7:53 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
Thanks so much!

Thanks so much!
Forum: User Interface and AddOns 08/13/09, 6:01 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
The mod you are looking for is called Acherus...

The mod you are looking for is called Acherus (http://wow.curse.com/downloads/wow-addons/details/acherus.aspx) . I use it ok my DK, it's nice. It's all-in-one DK mod.

Alternatively, you can use...
Forum: User Interface and AddOns 08/13/09, 5:52 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
This is P3lim's...

This is P3lim's UI:http://p3lim.net/images/082506.jpg

I was wondering what buff mod he is using. I really like where the timers are located.
Forum: User Interface and AddOns 08/08/09, 6:15 PM
Replies: 5,688
Views: 1,067,237
Posted By Tastie
That font is called DIEDIEDIE...

That font is called DIEDIEDIE (http://www.dafont.com/diediedie.font). It's used in the Quse UI (http://wowinterface.com/downloads/info12766-QuseUI1610Widescreen.html)package.
Forum: User Interface and AddOns 07/09/09, 8:32 PM
Replies: 234
Views: 71,362
Posted By Tastie
Thanks! That is exactly what I wanted.

Thanks! That is exactly what I wanted.
Forum: User Interface and AddOns 07/09/09, 8:06 PM
Replies: 234
Views: 71,362
Posted By Tastie
Let me be more...

Let me be more visual

http://img208.imageshack.us/img208/8129/hplua2.th.jpg (http://img208.imageshack.us/i/hplua2.jpg/)

With the code you gave me
if UnitPowerType(unit) == 0 then
local...
Forum: User Interface and AddOns 07/09/09, 5:51 PM
Replies: 234
Views: 71,362
Posted By Tastie
When I use if UnitPowerType(unit) == 0 then ...

When I use
if UnitPowerType(unit) == 0 then
local cur,max=Power(unit),MaxPower(unit)
return "%s || %s%%",Short(cur),Percent(cur,max)
else
cur=Power(unit)
return cur
end

I get a display like...
Forum: User Interface and AddOns 07/09/09, 2:34 PM
Replies: 234
Views: 71,362
Posted By Tastie
Thinking about it more, maybe color wasn't the...

Thinking about it more, maybe color wasn't the way to go. How can I modify my current code:

if UnitPowerType(unit) == 0 then
cur,max=Power(unit),MaxPower(unit)
return "%s |...
Forum: User Interface and AddOns 07/09/09, 4:11 AM
Replies: 234
Views: 71,362
Posted By Tastie
I am currently using the code below for my...

I am currently using the code below for my Lua:Power text. Right now it loos like this:

Current MP | Percent

if UnitPowerType(unit) == 0 then
cur,max=Power(unit),MaxPower(unit)
return "%s |...
Forum: User Interface and AddOns 04/02/08, 7:04 PM
Replies: 635
Views: 232,580
Posted By Tastie
Thanks everyone for your help. After some trial...

Thanks everyone for your help. After some trial and error, I finally got it working =) Though I do have one last question: How do I increase the size of the "dots"?
Forum: User Interface and AddOns 04/02/08, 2:40 PM
Replies: 635
Views: 232,580
Posted By Tastie
In the old DogTag thread (p5)...

In the old DogTag thread (p5) (http://elitistjerks.com/f32/t20889-dogtags_-_share_yours/p5/), Trouble (http://elitistjerks.com/members/6256-trouble/) uses the following codes for his auras:

AI,...
Forum: User Interface and AddOns 04/01/08, 10:57 PM
Replies: 635
Views: 232,580
Posted By Tastie
Thank you =)

Thank you =)
Forum: User Interface and AddOns 04/01/08, 6:45 PM
Replies: 635
Views: 232,580
Posted By Tastie
How and where would I go about putting this line...

How and where would I go about putting this line of code? I'd really like to use it on my UF's. Thanks in advance.
Showing results 1 to 16 of 16