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,768
Favorites:
140
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 11-05-2009, 08:02 PM  
KleinerMink
A Deviate Faerie Dragon

Forum posts: 10
File comments: 50
Uploads: 0
Why is LynStats using over 600kb memory on my system and then dropping to around 45kb? I have seen screenshots from the mightilyUI with 7kb memory usage.

Hmm, everytime i mouseover the clock to see addon memory usage, lynStats itself rises in memory usage.

Last edited by KleinerMink : 11-05-2009 at 08:06 PM.
KleinerMink is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-03-2009, 03:36 PM  
Ali1331
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Quote:
Originally posted by EscaFoXX
Is it possible to enable a feature that would force a memory garbage dump on LMB click?

Also I've tried to alter the .lua to remove the clock (so I'll just have FPS/Latency) but am getting no where with it, any ideas on what I'm doing wrong?
To add the garbage collection, try adding the line

Code:
addon:SetScript("OnClick", function() collectgarbage("collect") end)
at ~line 5.

And to remove the clock and only have FPS/Latency(+XP?) change the text:SetText line to

Code:
text:SetText(fps..lag..ep)
Hope I helped
Ali1331 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-24-2009, 11:49 AM  
EscaFoXX
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Is it possible to enable a feature that would force a memory garbage dump on LMB click?

Also I've tried to alter the .lua to remove the clock (so I'll just have FPS/Latency) but am getting no where with it, any ideas on what I'm doing wrong?
EscaFoXX is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-01-2009, 03:03 PM  
Ouo
A Defias Bandit
 
Ouo's Avatar

Forum posts: 3
File comments: 23
Uploads: 0
Hey! Thanks for making this addon, it has become one of my true favorites.
Ouo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-12-2009, 05:51 AM  
Great White Cow
A Kobold Labourer
 
Great White Cow's Avatar

Forum posts: 0
File comments: 66
Uploads: 0
the bar frames aren't in lynstats, that's from like !lynsettings or something from like a compilation i'm pretty sure.
Great White Cow is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 07:43 AM  
ravenfox89
A Kobold Labourer
 
ravenfox89's Avatar

Forum posts: 0
File comments: 3
Uploads: 1
bar width

I've just begun to learn .lua codes and am having a problem finding where I can change the frame widths and positions.Below is a screen shot of my current challenge, I cannot get my top bar to match up to the top of my screen and neither bar is wide enough to stretch arcoss my screen. I use a 22" wide screen monitor with the settings at 1680x1050 and the blizzard UI scale set to O

http://img231.imageshack.us/img231/1...1009031303.jpg
ravenfox89 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2009, 05:44 PM  
Tarran
A Kobold Labourer
 
Tarran's Avatar

Forum posts: 1
File comments: 16
Uploads: 2
I too would like to see total durability percentage added to this addon. tekability is great and all. But having the percentage right there is always better if you ask me. I've looked and can't seem to find the code you're referring to.
Tarran is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2009, 09:08 AM  
Gore123
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 1
Got it. Cheers!
Gore123 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-29-2009, 05:19 AM  
Nazjael
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
XP%

THX for this nice Addon! Really great work!

I heave read through this but I was not able to find the Answer I wanted...

Scince im not very used to .lua I don't know how to add an display showing my current % of needed xp until level-up. Best would be if I could get the whole text to insert into the core.lua and where to...

I know it must be boring answering such qustions but pls help me out. I'm trying to get familiar whith such things and just need some help to learn.

EDIT: Got it...

Last edited by Nazjael : 03-30-2009 at 10:34 AM.
Nazjael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-28-2009, 12:49 PM  
eiszeit
A Fallenroot Satyr
 
eiszeit's Avatar
Interface Author - Click to view interfaces

Forum posts: 29
File comments: 200
Uploads: 9
normally i dont answer such questions since if you dont know, dont use it.

there are some lines commented out (with --[[ --]]).. delete the --[[ and --]]

if you dont know which lines i mean, look in the part you "understand" ... there are the specific mentioned.
__________________
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-27-2009, 11:10 PM  
Gore123
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 1
I am trying to set LynStats back to the original format, but i don't understand what you are saying on the main page.

I have this part set as:
Code:
-- the magic!
		text:SetText(fps..lag..mail..ep..ticktack)
but i don't understand the bit before that.

Thanking you in advance.
Gore123 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-20-2009, 08:03 AM  
ogu
A Defias Bandit

Forum posts: 3
File comments: 13
Uploads: 0
Hi all.

Would anyone know how to add just the addon memory usage on the line with the other stats? I found 1.1 and copied the 2 mem lines and the memory usage displays, but it displays total memory usage. Any way to add just the addon memory usage?

Thank you for any assistance!
ogu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-17-2009, 01:44 PM  
demitri
A Deviate Faerie Dragon

Forum posts: 19
File comments: 43
Uploads: 0
didnt see it.. :S
demitri is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-23-2009, 03:04 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 demitri
tryin to get away from as much heavy stufff as possible.. tryin to find a nice lua one like urs that does the total % of durability
tekability is in no way heavier than this.

but if you still need durability, somewhere in the comments is afaik a snippet of that code, search it and use it.
__________________
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 02-21-2009, 11:39 AM  
demitri
A Deviate Faerie Dragon

Forum posts: 19
File comments: 43
Uploads: 0
tryin to get away from as much heavy stufff as possible.. tryin to find a nice lua one like urs that does the total % of durability
demitri 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.