Download
(237 Kb)
Download
Updated: 09/18/14 03:13 PM
Pictures
File Info
Compatibility:
Update 4 (1.4.3)
Update 3 (1.3.3)
Updated:09/18/14 03:13 PM
Created:03/15/14 06:59 PM
Monthly downloads:34
Total downloads:23,917
Favorites:62
MD5:
MyStatusWindow  Popular! (More than 5000 hits)
Version: 3.3
by: skyraker [More]
MyStatusWindow is an information toolbar in the style of Bazgrim's Toolbar, with a little more color.

Currently selectable information:
  • Position
  • Zone
  • Bag Space
  • Gold in inventory
  • Gold in bank
  • Achievement Points
  • Alliance Points
  • Unread Mail Notifier
  • Skill Points and Shards
  • Total Repair costs for equipment
  • Frame rate
  • Experience Points/Veteran Points
  • Local Time
  • Horse Timer
  • Wolf/Vampire XP (Bugged)
  • AvA Points/Rank
  • Graphical XP Bar

TODO:
  • Fix Vamp/Wolf XP
  • XP Bars


Special thanks to Xrystal, Wykkyd et al. whose add-ons have helped provide me with ideas.
Version 3.3: Updated API

Version 3.2.1: Not a code update. Discovered one library element wasn't up to date.

Version 3.2: Some code clean up. Fixed direction bug.

Version 3.1: Fixed bug in font size changing.

Version 3.0: Updated API Version. Modifed Bag Space module to remove old bag space functions and use newly implemented functions. Switch from LibAddonMenu-1 to LibAddonMenu-2.
Optional Files (0)


Archived Files (31)
File Name
Version
Size
Uploader
Date
3.2.1
242kB
skyraker
08/24/14 11:39 AM
3.2
242kB
skyraker
08/17/14 07:36 PM
3.1
242kB
skyraker
08/05/14 11:24 PM
3.0
242kB
skyraker
08/05/14 04:54 PM
2.81
216kB
skyraker
06/27/14 02:16 PM
2.8
216kB
skyraker
06/25/14 12:05 AM
2.8
216kB
skyraker
06/24/14 06:58 PM
2.7
216kB
skyraker
06/22/14 07:11 AM
2.6
216kB
skyraker
06/17/14 07:03 PM
2.5
215kB
skyraker
05/22/14 06:10 PM
2.5
215kB
skyraker
05/17/14 03:10 PM
2.3
214kB
skyraker
05/09/14 02:05 PM
2.3
219kB
skyraker
05/08/14 04:24 PM
2.2
213kB
skyraker
05/02/14 03:50 PM
2.1
223kB
skyraker
04/30/14 12:15 PM
2.0
217kB
skyraker
04/23/14 02:08 PM
1.9
217kB
skyraker
04/19/14 01:01 PM
1.8
216kB
skyraker
04/13/14 10:40 AM
1.7
216kB
skyraker
04/12/14 07:02 PM
1.6
211kB
skyraker
04/08/14 04:07 PM
1.5
208kB
skyraker
04/05/14 01:36 PM
1.4
202kB
skyraker
04/04/14 11:08 AM
1.3
202kB
skyraker
04/04/14 06:23 AM
1.2
202kB
skyraker
04/02/14 01:48 PM
1.1
202kB
skyraker
04/01/14 08:15 PM
1.0
201kB
skyraker
03/30/14 05:48 PM
0.41
201kB
skyraker
03/27/14 06:47 AM
0.41
201kB
skyraker
03/25/14 09:35 PM
0.31
6kB
skyraker
03/16/14 06:50 PM
0.2
5kB
skyraker
03/15/14 09:16 PM
0.1
5kB
03/15/14 06:59 PM


Post A Reply Comment Options
Unread 06/26/14, 01:11 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Yeah, looks like turning in quests as a non-veteran still fires the events associated with earning veteran's points, though it registers it as a zero gain. I had a power outage at home while testing a workaround so I hope to have that taken care of tomorrow.

As well as that pesky README addon thing (apparently it isn't enough to remove the extension).
Report comment to moderator  
Reply With Quote
Unread 06/26/14, 12:23 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
That may not be an issue with me. There is no way updateVP should be firing if you do not gain veteran points. But thank you both for pinpointing it being a quest turn-in issue.
Report comment to moderator  
Reply With Quote
Unread 06/25/14, 06:44 PM  
MarkusFox

Forum posts: 4
File comments: 165
Uploads: 0
I'm getting the UI error too for updating my XP after turning in a quest (level 12 character).

Code:
user:/AddOns/MyStatusWindow/modules.lua:68: operator / is not supported for string / number
stack traceback:
user:/AddOns/MyStatusWindow/modules.lua:68: in function 'UpdateEXP'
user:/AddOns/MyStatusWindow/modules.lua:80: in function 'UpdateVP'
Using the command supplied, the response was "13464".
Last edited by MarkusFox : 06/25/14 at 06:46 PM.
Report comment to moderator  
Reply With Quote
Unread 06/25/14, 05:53 PM  
Augmenti-DeMontia

Forum posts: 32
File comments: 213
Uploads: 0
It only seems to happen at a quest turn in, when npcs give reward gold, xp and or items. At least it's my experience. Att I was playing on a lvl 6 toon, haven't had a chance to try it on a high lvl toon, so defiantly was not in a vet zone.

The response was:
7420
Report comment to moderator  
Reply With Quote
Unread 06/25/14, 03:06 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
I'll take a look. This shouldn't be happening if you are in Veteran levels, since it specifically checks that your regular XP max is 0 and skips that line.

Can you type this into the chat window for me and see what it responds with?
Code:
/script d(GetUnitXPMax('player'))
Last edited by skyraker : 06/25/14 at 03:11 PM.
Report comment to moderator  
Reply With Quote
Unread 06/25/14, 05:04 AM  
Augmenti-DeMontia

Forum posts: 32
File comments: 213
Uploads: 0
Found an error, with the new version.
MyStatusWindow/modules.lua:68perator/is not supported for string/number stack trackback:
68: in function updateexp
80: in function updatevp
Report comment to moderator  
Reply With Quote
Unread 06/22/14, 02:32 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Originally Posted by Enigma
doesn't not show VP
I'll get around to this. I wanted to get a working version out first. It is an easier task to modify it to show VP.
Report comment to moderator  
Reply With Quote
Unread 06/22/14, 12:28 PM  
Augmenti-DeMontia

Forum posts: 32
File comments: 213
Uploads: 0
Woo hoo, my xp bar is gone!

Thanks, you rock!
Report comment to moderator  
Reply With Quote
Unread 06/20/14, 07:55 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Originally Posted by Enigma
Originally Posted by Augmenti-DeMontia
Did find a minor bug. The new xp bar, does not stay turned off. I don't use it since, the number stats are fine with me. I turned it off but every time I log into another toon, it's back on, even though it's turn off in the options. I have to go into the options, turn it on, then off again.


Thanks
Having this same issue. I have a VR toon who I turn it off on cause it doesn't not show VP and it keeps coming back on. ThX for the bottom bar and the auto bump fix. They are great.
I'll get that fixed tomorrow.
Report comment to moderator  
Reply With Quote
Unread 06/19/14, 04:44 PM  
Enigma

Forum posts: 0
File comments: 65
Uploads: 0
Originally Posted by Augmenti-DeMontia
Did find a minor bug. The new xp bar, does not stay turned off. I don't use it since, the number stats are fine with me. I turned it off but every time I log into another toon, it's back on, even though it's turn off in the options. I have to go into the options, turn it on, then off again.


Thanks
Having this same issue. I have a VR toon who I turn it off on cause it doesn't not show VP and it keeps coming back on. ThX for the bottom bar and the auto bump fix. They are great.
Last edited by Enigma : 06/19/14 at 04:45 PM.
Report comment to moderator  
Reply With Quote
Unread 06/19/14, 02:00 AM  
Augmenti-DeMontia

Forum posts: 32
File comments: 213
Uploads: 0
Did find a minor bug. The new xp bar, does not stay turned off. I don't use it since, the number stats are fine with me. I turned it off but every time I log into another toon, it's back on, even though it's turn off in the options. I have to go into the options, turn it on, then off again.


Thanks
Report comment to moderator  
Reply With Quote
Unread 06/18/14, 01:49 PM  
Augmenti-DeMontia

Forum posts: 32
File comments: 213
Uploads: 0
Excellent, works flawlessly!


All I had to do was turn on 'Bar to the Bottom' and it moved perfectly into place.
Last edited by Augmenti-DeMontia : 06/18/14 at 01:50 PM.
Report comment to moderator  
Reply With Quote
Unread 06/17/14, 07:07 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Version 2.6 will be up for downloading as soon as it is accepted.

I've included the first beta version of a graphical xp bar. Two things with this: 1) For now it will only appear to the right of the current information bar and there is no way to adjust its 'position' in relation to any other info, 2) the look of it doesn't seem quite right but that is mostly a cosmetic issue.

Also, based on Augmenti-DeMontia's discussions, I've added an option to place the drag bar below where the information is displayed. This should allow the text to be placed closer to the top edge of the screen. Also, Augmenti discovered a bug in the compass bumping when the addon is first loaded. That has been fixed (I hope).
Report comment to moderator  
Reply With Quote
Unread 06/17/14, 04:50 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Thanks. The issue with the compass not adjusting when the addon is loaded is a simple fix and will be included with the next patch.

With that patch I'll also throw in the ability to have the drag bar on the bottom. The overall size of the 'window' will still be the same, but this should allow you to put the information closer to the top of the screen. However, last time I tried to update things to prevent the bar from being able to be placed off the edges it didn't go well, so you'll need to be careful about where you put things.

Cannot quote you a time on that patch though. I've had a busy day and am just now getting to things.
Report comment to moderator  
Reply With Quote
Unread 06/16/14, 10:37 AM  
Augmenti-DeMontia

Forum posts: 32
File comments: 213
Uploads: 0
Here is how my UI looks everytime I log in. This is with Compass Bump On.
http://postimg.org/image/shok00wnh/

I have to go in and manually move the bar. Trying to grab as low as possible, which allows me to push the MSB as high as possible, without it bouncing back down. Once I get it positioned as best as possible, going back to the UI, Compass Bump is working. I hate to cause you more work, would be more than willing to manually edit any Y axis setting.


Thanks again for all your work on this great mod!


Edited photo, it got resized to a huge size, no idea why.
Last edited by Augmenti-DeMontia : 06/17/14 at 12:36 PM.
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.