Download
(4Kb)
Download
Updated: 09-19-08 06:25 PM
Pictures
File Info
Updated:09-19-08 06:25 PM
Created:unknown
Downloads:2,276
Favorites:5
MD5:

mStats

Version: 0.5
by: MoonWitch [More]

To escape the repwatcher, you open mStats.toc in Notepad, put ## in front of repwatcher.lua

Install:
Simply unzip into your World of Warcraft\Interface\AddOns folder.

Configure:
There is no in game configuration, all options are within the lua file. The code is well commented to allow handy editing as well.

Credits:
Lyn for LynStats, which was my main inspiration.
P3lim, for pStats, for some good coding methods. Props to you man!

-- 0.5
- Added a centered reputation tracker for the watched faction. On hover over a tooltip will show all factions (with amount of rep to go).

-- 0.4
- Changed the look to a top bar, with a tooltip with extra info only on the performance part. (forgot to upload this though.)

-- 0.3
- Added font and fontsize to mStats.
- Changed the config just a little.
Post A Reply Comment Options
Unread 07-21-08, 09:43 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
I did exactly what you said, it didn't return any error but it didn't do anything either

The display was still including Blizzard, no big deal really.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 07-20-08, 02:11 AM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Originally posted by Kyron
This is only a personal request, if you don't like it just ignore it.

There are so many stats addons available but none displaying the amount of friends/guild members online. Of course there is statblock with and without s, fubar and what not but that would mean install a whole thing just for one more feature. do you think it would be possible ?

I'll see what I can do. I've tried this in the past though, and it never did seem accurate. I am working on changing this addon a lot more than I planned on to add a reputation bar, I'll see if I can slide that in too. But it will take time, since this would mean using different frames, as opposed to one (so the tooltip with extra info doesn't turn into a wall of text)

Originally posted by Kyron
Edit: what do i change to make it display the mem usage without blizzard addon instead of with, i've tried to find out but :/
Well, then you'd have to move the FormatMemory function a lot higher up in the stats.lua. (Above the onUpdate function). Then you replace the following line in onUpdate()
Code:
mem = format('%.2fMiB', gcinfo() / 1024)
with
Code:
blizzard_memory = collectgarbage("count")
mem = FormatMemory(blizzard_memory)
It's a drycode, it could be that it doesn't work. Just let me know ok?
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 11:35 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
This is only a personal request, if you don't like it just ignore it.

There are so many stats addons available but none displaying the amount of friends/guild members online. Of course there is statblock with and without s, fubar and what not but that would mean install a whole thing just for one more feature. do you think it would be possible ?

Edit: what do i change to make it display the mem usage without blizzard addon instead of with, i've tried to find out but :/
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Last edited by Caellian : 07-19-08 at 12:17 PM.
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 07:12 AM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Originally posted by p3lim
may I suggest for the rep bar, to just have the name of the reputation tracked on the stats "bar" colored by standing (hostile = red, exalted = lt.blue) and give a more detailed information in a tooltip
Currently working on that, though I am running into some minor issues. Like needing a seperate frame to show the exact amount of rep, OR I shove it into the memory tooltip.
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 04:29 PM  
Coldfury
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 78
Uploads: 3
very nice moon
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 10:40 AM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Originally posted by Kyron
I didn't try it yet, does the xp part autodisable itself once u are at max level ?
Yep, much credit to Lyn for that :P

@ Lyn,
Thanks, means a lot to me
for spam!
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 10:22 AM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
looks sweet
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 10:20 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
I didn't try it yet, does the xp part autodisable itself once u are at max level ?
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 04:59 AM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Originally posted by nodq
Thanks for this Addon, how to scale it actually? Cant see any option for it in the lua, or am i blind? Cant read it, so tiny
It's because I use GameFontNormalSmall as inheritted font, but I'll fix that right now. I'll add a fontsize to it (and a way to choose a font as well)

Edit: Fixed, the config now allows for font changes and size changes. Just waiting for approval of the uploaded zip
Last edited by MoonWitch : 07-16-08 at 05:09 AM.
Report comment to moderator  
Reply With Quote
Unread 07-16-08, 03:25 AM  
nodq
A Kobold Labourer
 
nodq's Avatar

Forum posts: 0
File comments: 105
Uploads: 0
Thanks for this Addon, how to scale it actually? Cant see any option for it in the lua, or am i blind? Cant read it, so tiny
Report comment to moderator  
Reply With Quote
Unread 07-15-08, 09:15 PM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Originally posted by p3lim
may I suggest for the rep bar, to just have the name of the reputation tracked on the stats "bar" colored by standing (hostile = red, exalted = lt.blue) and give a more detailed information in a tooltip
Now that *is* an awesome idea!
Report comment to moderator  
Reply With Quote
Unread 07-15-08, 12:22 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
may I suggest for the rep bar, to just have the name of the reputation tracked on the stats "bar" colored by standing (hostile = red, exalted = lt.blue) and give a more detailed information in a tooltip
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: