WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Stats display -- WTH (https://www.wowinterface.com/forums/showthread.php?t=36404)

Ither 10-30-10 05:46 PM

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.

Miralen 10-30-10 06:38 PM

Was it this?

http://www.wowinterface.com/download...tatusInfo.html

Ither 10-30-10 07:18 PM

That's nice-- I going to look and see if I can make everything single line.

Seerah 10-30-10 07:30 PM

http://www.wowinterface.com/download...fanupdate.html ?

(I took a stab in the dark and searched for stat line :) )

Ither 10-30-10 07:38 PM

Quote:

Originally Posted by Seerah (Post 215281)
http://www.wowinterface.com/download...fanupdate.html ?

(I took a stab in the dark and searched for stat line :) )

THATS IT! woot.

Miralen 10-31-10 04:33 AM

lol that would of been my second guess but wasn't sure if you were using SLData Text.

Neef 11-05-10 06:32 AM

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.

nightcracker 11-05-10 07:29 AM

Quote:

Originally Posted by Neef (Post 216440)
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 :rolleyes:

It was a stupid mistake of mine, edit line 6 in ncDatatext.lua to this:
Code:

local f = CreateFrame("Frame", name, "UIParent")

Seerah 11-05-10 08:58 AM

(except without the quotes around UIParent, since it's a variable reference to the frame, and not a string)

Neef 11-05-10 02:18 PM

>_< I feel so dumb now. I must have missed something when learning how to mess with addon code.

Much appreciated Nightcracker. (and hi Seerah!)

nightcracker 11-09-10 06:38 AM

Quote:

Originally Posted by Seerah (Post 216450)
(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


All times are GMT -6. The time now is 01:49 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI