Download
(6Kb)
Download
Updated: 01-15-11 10:46 AM
Pictures
File Info
Updated:01-15-11 10:46 AM
Created:12-27-10 04:19 AM
Downloads:4,571
Favorites:33
MD5:

MicroExperience

Version: 40000.6
by: saulhudson [More]

MicroExperience

A simple, clean and lite experience bar. Now with rep tracking!

Tracks rep if you have a "Watched Faction" selected or are at max level. Unselecting the watched faction will return to tracking experience.

Features

  • Tracks experience and reputation
  • Displays current, max and percentage exp / rep
  • Displays last gained exp
  • Tooltip offer more detailed exp information on rested and session gained exp
  • Tooltip displays total completed quest experience and adjusted remaining experience
  • Tooltip displays session gained reputation
  • Tooltip doesn't display in combat
  • Exp bar is class coloured to fit in with many minimalist UI designs
  • Rep bar colours based on your standing with that faction
  • Rested exp bar also class coloured with a low alpha
  • Small lua configuration
  • Only uses under 15 Kb of memory

To Do
  • Track guild rep
  • Open to suggestions ...

40000.06
  • Added tracking of reputation via the tooltip when there is a watched faction
  • Added tracking of completed quest experience displayed on the tooltip
  • Cleaned the logic that switched exp / rep tracking
  • Added a small amount of configuration at the top of lua file
  • Adjusted the truncate() function to only truncate values above 9999
  • Re-order much of the file to make is more readable
  • Added comments

40000.05
  • Fixed issue with session gained xp being calculated incorrectly when levelling up
  • Cleaned code with value() function

40000.04
  • Fixed logic issue with rep / exp tracking at max level

40000.03
  • Minor bug fix regarding setting variables at run time

40000.02
  • Added reputation tracking
  • Several minor bugs fixed
  • Slight size adjustments

40000.01
  • Initial release
Post A Reply Comment Options
Unread 12-27-10, 12:21 PM  
willgk
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 147
Uploads: 1
saul, This is gorgeous, works perfect with Tukui. It would be amazing if we could incorporate this with the libraries that estimate in a different color how much xp you will gain from the quests you complete. Do you think this may be a future option?
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 03:01 AM  
saulhudson
A Deviate Faerie Dragon
 
saulhudson's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 61
Uploads: 7
Originally posted by willgk
saul, This is gorgeous, works perfect with Tukui. It would be amazing if we could incorporate this with the libraries that estimate in a different color how much xp you will gain from the quests you complete. Do you think this may be a future option?
I'm glad you like it. Yes that seems like a good option. I've never seen a mod like this are there any good examples?
__________________
The Jack bauer of all trades
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 11:31 AM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
I'd have to agree, this is exactly what I was looking for (classcolors rule), BUT... is ther anyway to outline the text? If no, is cool, but would love it.
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 12:09 PM  
willgk
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 147
Uploads: 1
@kendian, Open MicroExperience.lua and put 2 -'s in front of the font:SetFontObject line 25. Then add the following and make it look like this:

--font:SetFontObject(GameFontHighlightSmall)
font:SetFont("Fonts\\FRIZQT__.TTF", 11, "OUTLINE")
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 12:12 PM  
willgk
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 147
Uploads: 1
@saulhudson, You could request that Flourish add support for your addon. That's what a lot of the addons do, or you could figure out how he calculates and just do it inside Microexperience:

http://www.wowinterface.com/download...-Flourish.html
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 03:48 AM  
saulhudson
A Deviate Faerie Dragon
 
saulhudson's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 61
Uploads: 7
Brilliant thanks I'll take a look, sounds like a good idea.

I'll also try and add some kind of basic configuration at the top of the LUA to handle changes to fonts and location etc.
__________________
The Jack bauer of all trades
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 10:31 AM  
llargo
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 15
Uploads: 1
Can't wait for the rep to be included
Report comment to moderator  
Reply With Quote
Unread 01-01-11, 01:54 PM  
saulhudson
A Deviate Faerie Dragon
 
saulhudson's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 61
Uploads: 7
Originally posted by llargo
Can't wait for the rep to be included
Sorted hopefully let me know what you think.
__________________
The Jack bauer of all trades
Report comment to moderator  
Reply With Quote
Unread 01-01-11, 03:31 PM  
penpen002
A Defias Bandit
 
penpen002's Avatar

Forum posts: 2
File comments: 29
Uploads: 0
So, clean and slick. Love it!
Report comment to moderator  
Reply With Quote
Unread 01-01-11, 06:53 PM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
Looks nice!

Can't wait to try it out... unfortunately the servers are down Hoping I'll be able to change the font to match my UI.

Thanks again!
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 01-02-11, 03:36 PM  
Daninkai
A Kobold Labourer
 
Daninkai's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 7
Uploads: 1
I'm having issues with the bar not appearing after any loading screen (other than a reload UI) when tracking repuation. Don't know if anyone else is having similar issues.
Last edited by Daninkai : 01-02-11 at 03:40 PM.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 01:45 AM  
llargo
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 15
Uploads: 1
I had the same problem but I haven't tried the third version yet. Will let you know tonight.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 08:39 AM  
Osamar
A Murloc Raider

Forum posts: 8
File comments: 42
Uploads: 0
Is there any way to move/resize the bar without changing Lua code?
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 01:42 PM  
llargo
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 15
Uploads: 1
Yep, still have the problem, doesn't want to show on my screen...
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 03:50 PM  
Daninkai
A Kobold Labourer
 
Daninkai's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 7
Uploads: 1
Originally posted by Osamar
Is there any way to move/resize the bar without changing Lua code?
Pretty sure it's one of those addons where everything is done in LUA.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: