Download
(358Kb)
Download
Updated: 03-17-11 08:41 AM
Pictures
File Info
Updated:03-17-11 08:41 AM
Created:08-08-10 05:00 PM
Downloads:11,424
Favorites:66
MD5:

stExperienceBar  Popular! (More than 5000 hits)

Version: 3.2
by: Safturento [More]

NOTICE: If your updating to 3.0 from a previous version, make sure to delete your current version from your AddOns' folder first.

This is just a simple experience bar addon I wrote, all of the configuration is done through the Config.lua file. There you can change the font, texture, anchor, and size of the bar.

When your not level 80 and your tracking a reputation, it will show the reputation info on the tooltip, and will push the xp bar up 2 pixels to show a reputation bar.

When you right click on the bar, it will open a menu to report reputation/experience information into chat.

That's it, hope you enjoy the addon!

-- v3.2
Renamed global variable "st" to "stExp" to prevent it from conflicting with a variable in Tukui.
Removed Monochrome from the outline when not using my edit of Tukui.

-- v3.1b
re-added stMedia to download.

-- v3.1
Redesigned configuration a little, and added Tukui v13 compatibility.

-- v3.0
Rewrote the entire addon again, and also added a new bar for guild exp and rep.

-- v2.2
Fixed a stupid mistake with text

-- v2.1
Fixed issue with rested exp bar
Code cleanup

-- v2.0
I rewrote the entire addon from scratch. The code is much more organized, and much easier to edit

-- v1.6
Rewrote the report module to be a menu, works with Guild, Raid, Party, and Whisper target

-- v1.5
Updated for patch 4.0.1

-- v1.4
Fixed minor bug with text on bar

-- v1.3
Added reputation bar when not 80

-- v1.2
Fixed issue with rested status bar's background

-- v1.1
Added status bar for rested experience

-- v1.0
Release
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1
13kB
07-04-11 04:36 PM
Patch


Post A Reply Comment Options
Unread 08-08-10, 08:11 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
oo Thank you for a nice simple addon
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 02:53 AM  
flashlight09
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Nice addon. Would it be possible to add another bar at the end whichs shows the rested exp. That would make it perfekt. Thanks!
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 08:11 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally posted by flashlight09
Nice addon. Would it be possible to add another bar at the end whichs shows the rested exp. That would make it perfekt. Thanks!
Done, v1.1 out.
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 01:09 PM  
flashlight09
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by Safturento
Done, v1.1 out.
You, sir, are my hero!
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 03:16 PM  
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view AddOns

Forum posts: 127
File comments: 319
Uploads: 11
I like this. its very light. any chance to make an option for two frames. as i like to see the xp and rep bar. but keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 05:29 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally posted by weasoug
I like this. its very light. any chance to make an option for two frames. as i like to see the xp and rep bar. but keep up the good work.
I didn't want to have it create an entire new bar and take away from the minimalism, so I just made it push the xp bar up 2 pixels and show a small rep bar under it, but still within the same frame. v1.3 is out with that feature now. Thanks for the suggestions!
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 07:47 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Somehow when you turn on the text display, the text is partly hidden by the XP bar.

__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 08-09-10 at 07:49 PM.
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 08:01 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally posted by richerich
Somehow when you turn on the text display, the text is partly hidden by the XP bar.

Should be fixed now, thanks.
Report comment to moderator  
Reply With Quote
Unread 08-10-10, 07:25 AM  
Xhelius
An Aku'mai Servant

Forum posts: 39
File comments: 11
Uploads: 0
Great Addoon....Anytime i switch fonts from the original I get a lua error is line 151. Switch back to the original and it works just fine. Any ideas?

Yes...the name is exact as the font i copied to the media folder.


Ok...seems if you change the font you need to exit the game and log back in. logging out doesn't work and /reload doesn't either. After exiting it works just fine.
Last edited by Xhelius : 08-10-10 at 07:28 AM.
Report comment to moderator  
Reply With Quote
Unread 08-10-10, 08:32 AM  
Flarin
A Frostmaul Preserver
 
Flarin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 290
File comments: 212
Uploads: 1
I added the following:

Code:
else
  SendChatMessage("I'm currently at "..CommaValue(XP).."/"..CommaValue(maxXP).." ("..floor((XP/maxXP)*100).."%) experience.","GUILD")
at line 214 so that I could link the info into Guild chat. Would it be possible to make it such that it linked into whatever chat channel you currently had active? That would make it so that you would have to do any checks - just do a /p or /r or /s or /g or whatever, then shift click and bam its in the channel of your choice.

Nice mod - thank you very much for making it. Actually fits very nice into the TukUI I use.
__________________

"I will crush and destroy and...ooo...shiny..."

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 08-10-10, 09:14 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally posted by Flarin
I added the following:

Code:
else
  SendChatMessage("I'm currently at "..CommaValue(XP).."/"..CommaValue(maxXP).." ("..floor((XP/maxXP)*100).."%) experience.","GUILD")
at line 214 so that I could link the info into Guild chat. Would it be possible to make it such that it linked into whatever chat channel you currently had active? That would make it so that you would have to do any checks - just do a /p or /r or /s or /g or whatever, then shift click and bam its in the channel of your choice.

Nice mod - thank you very much for making it. Actually fits very nice into the TukUI I use.
Hehe, yeah I also use Tukui so when I made it I themed it to fit well with it.

As for the active channel, I know there's a way to do it, but I don't know the function to get the active channel; with that it would be very easy to do.

edit: I got it working for everything except for whispers. Still figuring that one out. :P
Last edited by Safturento : 08-10-10 at 09:32 AM.
Report comment to moderator  
Reply With Quote
Unread 08-11-10, 08:54 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Safturento
Hehe, yeah I also use Tukui so when I made it I themed it to fit well with it.
Same here, i included this in my edit and integrated it
http://www.tukui.org/v2/forums/topic.php?id=195
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 10-03-10, 03:25 PM  
Plickz
A Cyclonian
AddOn Compiler - Click to view compilations

Forum posts: 42
File comments: 4
Uploads: 1
Any way to adjust the length of the bar? Tried to mess with the width but that only adjusted the height ;[
Report comment to moderator  
Reply With Quote
Unread 10-03-10, 07:13 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally posted by Plickz
Any way to adjust the length of the bar? Tried to mess with the width but that only adjusted the height ;[
local barHeight, barWidth = 10, Minimap:GetWidth()+4

Edit the 10 for the height.
Report comment to moderator  
Reply With Quote
Unread 10-03-10, 09:56 PM  
Plickz
A Cyclonian
AddOn Compiler - Click to view compilations

Forum posts: 42
File comments: 4
Uploads: 1
Originally posted by Safturento
local barHeight, barWidth = 10, Minimap:GetWidth()+4

Edit the 10 for the height.
Yeah, when I do that it makes it skinnier instead of shortening it so it fits my minimap.

ex. http://img255.imageshack.us/img255/1...0310142456.jpg
Report comment to moderator  
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.