Thread Tools Display Modes
10-30-10, 05:46 PM   #1
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
Stats display -- WTH

I can't find it-- I just saw it the other day because someone updated it.

It's the one that shows keep things based on your class. SP, Haste, Crit or Strength, Block, Dodge. etc.

It was nothing more than a simple text based one line addon.
__________________
  Reply With Quote
10-30-10, 06:38 PM   #2
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar
Join Date: Dec 2006
Posts: 341
Was it this?

http://www.wowinterface.com/download...tatusInfo.html
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
  Reply With Quote
10-30-10, 07:18 PM   #3
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
That's nice-- I going to look and see if I can make everything single line.
__________________
  Reply With Quote
10-30-10, 07:30 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
http://www.wowinterface.com/download...fanupdate.html ?

(I took a stab in the dark and searched for stat line )
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
10-30-10, 07:38 PM   #5
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
Originally Posted by Seerah View Post
http://www.wowinterface.com/download...fanupdate.html ?

(I took a stab in the dark and searched for stat line )
THATS IT! woot.
__________________
  Reply With Quote
10-31-10, 04:33 AM   #6
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar
Join Date: Dec 2006
Posts: 341
lol that would of been my second guess but wasn't sure if you were using SLData Text.
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
  Reply With Quote
11-05-10, 06:32 AM   #7
Neef
A Cliff Giant
 
Neef's Avatar
Join Date: Aug 2008
Posts: 77
I'm looking for something similar to this, but with the ability to have multiple lines.
Preferably a double column.

I was able to program what I wanted with NCDataText ( http://www.wowinterface.com/download...text.html#info ), but the text would not disappear when using Alt+Z.
  Reply With Quote
11-05-10, 07:29 AM   #8
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by Neef View Post
I'm looking for something similar to this, but with the ability to have multiple lines.
Preferably a double column.

I was able to program what I wanted with NCDataText ( http://www.wowinterface.com/download...text.html#info ), but the text would not disappear when using Alt+Z.
Ahh my old bugged addons always come up somewhere again to annoy me

It was a stupid mistake of mine, edit line 6 in ncDatatext.lua to this:
Code:
local f = CreateFrame("Frame", name, "UIParent")
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
11-05-10, 08:58 AM   #9
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
(except without the quotes around UIParent, since it's a variable reference to the frame, and not a string)
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
11-05-10, 02:18 PM   #10
Neef
A Cliff Giant
 
Neef's Avatar
Join Date: Aug 2008
Posts: 77
>_< I feel so dumb now. I must have missed something when learning how to mess with addon code.

Much appreciated Nightcracker. (and hi Seerah!)
  Reply With Quote
11-09-10, 06:38 AM   #11
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by Seerah View Post
(except without the quotes around UIParent, since it's a variable reference to the frame, and not a string)
Woops, that happens when you stop coding 24/7 xD
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Stats display -- WTH

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off