Category: Data Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
ObbleYeah's Portal Bug Reports Feature Requests
Author:
Version:
1.6.3
Date:
02-08-2009 08:14 AM
Size:
2.23 Kb
Downloads:
21,967
Favorites:
138
MD5:
Pictures
Click to enlarge
LynStats   Popular! (More than 5000 hits)
theoretically it works with 3.1 (and following patches)


EDITORIAL STUFF
--

BEWARE: LynStats has an easy Lua configuration, just look in the core.lua and edit it to your needs.

it was once an old version of cml, then a revised version with some additions, but it still need the ace libs. now, i did a rewrite (with the help of my longtime favourite addon evl_clock) without these ace libs.

what it does is to show some information in a small text line. visible in this small text line is:

- clock
- xp needed till level up
- xp% completed for level
- rested xp%

it also adds a tooltip which shows you a list of used addons incl. memory usage (you can define how many addons are shown in .lua config) and also fps and latency.


Please send me a PM if you use it in an UI which you want to publish. Also if you modify (like adding bag information) it as your needs and using it, you still are not allowed to rename it (like i.e. ololstatswhatever).

GETTING BACK THE OLD LOOK
--

for the old look (fps, latency, etc in one line) you just have to delete the --[[ and --]] inside the .lua file and put the variables inside the text string.

Code:
-- the magic!
text:SetText(ep..ticktack)
to, if you want fps latency AND mail back

Code:
-- the magic!
text:SetText(fps..lag..mail..ep..ticktack)
  Change Log - LynStats
1.6.3
- changed the look totally.

1.6.2
- added frame name again. accidentally deleted it.

1.6.1
- some small changes in code, nothing special
- wotlk beta rdy

1.5.1
- added old memory display (default state: false)
- frame has now a name

1.5
- behind the xp display there's now a "R" for rested
- changed config a little
- other stuff i don't know atm

1.4.1
- frame width

1.4
- outline
- bumped toc

1.3
- changed 70 to MAX_PLAYER_LEVEL
- you can choose between own or class color, just change comment
- usage increase of lynstats changed
- you can choose time format (12 [w/o pm/am] or 24), just set true/false

1.2.2
- changed formating for total usage

1.2.1
- fixed bug

1.2
- addon tooltip

1.1
- latency, mb usage, fps, xp left, mail indicator and time
  Optional Files - LynStats
File Name
Version
Size
Author
Date
Type
1.3
3kB
08-14-2008 01:24 PM
Addon
r5
2kB
06-27-2008 03:46 PM
Addon
  Comments - LynStats
Post A Reply Comment Options
Old 03-29-2008, 06:22 AM  
Sleeky
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Quote:
Originally posted by eiszeit
in 1.4, just set "outline" to true
Great, thanks ^^
Sleeky is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2008, 05:22 AM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
Quote:
Originally posted by Sleeky
What would I have to do in the lua to add an outline to the text?
in 1.4, just set "outline" to true
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2008, 04:22 AM  
Sleeky
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
What would I have to do in the lua to add an outline to the text?
Sleeky is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-08-2008, 07:32 PM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
Quote:
Originally posted by woowoowoo
Would it be possible to add coordinates?
I'm working on a small mod for this. I think coordinates don't fit into this so I make a little new one..
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-07-2008, 06:13 PM  
woowoowoo
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 1
Would it be possible to add coordinates?
woowoowoo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-05-2008, 03:53 PM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
Quote:
Originally posted by nytekat
I'd use this if it has a option to make the clock in 12 hr format. I've actually been looking for something like this for awhile that's small and discreet.
go into the .lua and search for
Code:
local ticktack = date("%H.%M")
change the %H to %I

... and if you want the pm/am also, then do

Code:
local ticktack = date("%I.%M %p")
see: http://de3.php.net/manual/de/function.strftime.php
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN

Last edited by eiszeit : 03-05-2008 at 03:54 PM.
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-05-2008, 12:31 AM  
nytekat
A Deviate Faerie Dragon
 
nytekat's Avatar

Forum posts: 16
File comments: 35
Uploads: 0
I'd use this if it has a option to make the clock in 12 hr format. I've actually been looking for something like this for awhile that's small and discreet.
nytekat is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-29-2008, 03:14 AM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
Quote:
Originally posted by Anolin
*Edit* oMinimap has new mail notification - at least the one I'm using does
Yeah, I know, haste added this in the last version, didn't change the text so far.

But, in my current UI the minimap is hidden most of the time, so I need this indicator x)
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-26-2008, 09:24 PM  
Anolin
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 0
Wow, this is pretty nice! Droped SLCore and mods for this as I know just enough to change the options to how I want it

*Edit* oMinimap has new mail notification - at least the one I'm using does

Last edited by Anolin : 01-26-2008 at 09:37 PM.
Anolin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-20-2008, 12:50 PM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
Quote:
Originally posted by lanacan
In my old oUF I added this to get the alt+drag working:



Code:
  -- Allows Frame to move
    frame:SetScript("OnEnter", UnitFrame_OnEnter)
	frame:SetScript("OnLeave", UnitFrame_OnLeave)
	frame:SetScript("OnMouseDown", function(self) if(IsAltKeyDown()) then self:StartMoving() end end)
	frame:SetScript("OnMouseUp", function(self) self:StopMovingOrSizing() end)
and what's in "UnitFrame_OnEnter"/Leave ?
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-18-2008, 01:00 PM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 360
Uploads: 13
In my old oUF I added this to get the alt+drag working:



Code:
  -- Allows Frame to move
    frame:SetScript("OnEnter", UnitFrame_OnEnter)
	frame:SetScript("OnLeave", UnitFrame_OnLeave)
	frame:SetScript("OnMouseDown", function(self) if(IsAltKeyDown()) then self:StartMoving() end end)
	frame:SetScript("OnMouseUp", function(self) self:StopMovingOrSizing() end)
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2008, 05:03 PM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
mh.. that's an idea
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2008, 11:35 AM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 360
Uploads: 13
Quote:
Originally posted by eiszeit
cause i'm lazy or what? haha.. dunno, maybe.. shouldn't be more than ~5 lines.
No make the suffer!!

(btw I don't think your lazy, i just don't see a point to having slash commands...maybe have it like oUF, hold down "alt" and drag)
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2008, 09:29 AM  
shinau
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
eepanels

Is it possible to hook a panel to the stats frame? If so, what is the name? I had a look in your ui comp, but there werent any panels for it.. The only reason I want to hook it is bc of the mail part. If I size the panel without mail, it will stick out of the box when I get mail. If I size the panel with mail, I'll have a huge blank space when my mailbox is empty. Just wondering if it could be helped, if not I will leave it to stick out
shinau is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-16-2008, 11:50 AM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
Quote:
Originally posted by lanacan
(Also I don't think Lyn would add them anyways.)
cause i'm lazy or what? haha.. dunno, maybe.. shouldn't be more than ~5 lines.
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART?
ALSO KNOWN AS: LYN
eiszeit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.