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:89
Total downloads:24,083
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 05/08/14, 04:39 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Re: Vamp xp still broken

Originally Posted by Demonstorm
Love addon been using it since day one ..But vamp xp has not worked for me since you have offered it ...not sure what the problem id thanks in advance
I'll check it out. I'm not a vampire so it hasn't been something I can test.

What specifically is wrong with it. Does it not display or is it saying you have 'No Vamp/Wolf XP'?
Last edited by skyraker : 05/08/14 at 04:43 PM.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 05:44 PM  
Demonstorm

Forum posts: 4
File comments: 41
Uploads: 0
Re: Re: Vamp xp still broken

Originally Posted by skyraker
Originally Posted by Demonstorm
Love addon been using it since day one ..But vamp xp has not worked for me since you have offered it ...not sure what the problem id thanks in advance
I'll check it out. I'm not a vampire so it hasn't been something I can test.

What specifically is wrong with it. Does it not display or is it saying you have 'No Vamp/Wolf XP'?
yea it keeps showing >00> vampire xp and i am rank 8 now i believe
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 04:12 AM  
timhor

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Still broken

Originally Posted by skyraker
Originally Posted by genadine
Many thanks for your efforts to get this fixed, but just updated and still broken with the errors as described earlier.
I think I know the issue, so I am going to make another update like I did earlier. Will be up shortly.
Line 264, look for orage and replace with orange :
was :
Code:
MyStatWin.globals.Modules.EXP = MyStatWin.colors.gold.."VP: "..MyStatWin.colors.green..GetUnitVeteranPoints('player')..MyStatWin.colors.orage.."/"..MyStatWin.colors.green..GetUnitVeteranPointsMax('player')
need to be
Code:
MyStatWin.globals.Modules.EXP = MyStatWin.colors.gold.."VP: "..MyStatWin.colors.green..GetUnitVeteranPoints('player')..MyStatWin.colors.orange.."/"..MyStatWin.colors.green..GetUnitVeteranPointsMax('player')
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 06:39 AM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Re: Re: Re: Vamp xp still broken

Originally Posted by Demonstorm
Originally Posted by skyraker
Originally Posted by Demonstorm
Love addon been using it since day one ..But vamp xp has not worked for me since you have offered it ...not sure what the problem id thanks in advance
I'll check it out. I'm not a vampire so it hasn't been something I can test.

What specifically is wrong with it. Does it not display or is it saying you have 'No Vamp/Wolf XP'?
yea it keeps showing >00> vampire xp and i am rank 8 now i believe
It never goes up from 0%? Is rank 8 the highest rank for vampire? I'm starting to think I'm going to need to get bit.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 06:40 AM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Re: Re: Re: Still broken

Originally Posted by timhor
Code:
MyStatWin.globals.Modules.EXP = MyStatWin.colors.gold.."VP: "..MyStatWin.colors.green..GetUnitVeteranPoints('player')..MyStatWin.colors.orange.."/"..MyStatWin.colors.green..GetUnitVeteranPointsMax('player')
Heh, I swear I looked at every color call five times when I was trying to fix it.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 11:14 AM  
teddyboy420

Forum posts: 0
File comments: 2
Uploads: 0
Error

Just installed latest version, and am getting the following error, no info bar, and a small white square in the top-left corner of the screen.

Here's the error text:

|cff0000Lua Error: user:/AddOns/MyStatusWindow/settings.lua:383: function expected instead of nil
stack traceback:
user:/AddOns/MyStatusWindow/settings.lua:383: in function 'MyStatWin.createSettingsWindow'
user:/AddOns/MyStatusWindow/MyStatusWindow.lua:108: in function 'MyStatWin.Initialize'|r
Last edited by teddyboy420 : 05/09/14 at 11:39 AM.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 02:07 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
My apologies again. I didn't notice when I updated the included copy of LibAddonMenu that all I had done was put it in an extra subdirectory. So instead of overwriting the old one, my addon still simply accessed the old one.

An update has been posted and should be available shortly.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 03:42 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Please update me on the status of the Veteran XP bug and the LAM bug with the latest update.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 04:11 PM  
xALEKS

Forum posts: 0
File comments: 4
Uploads: 0
Originally Posted by skyraker
Originally Posted by xALEKS
pls add rank points (pvp rank)...
Just for my own knowledge, how is this different than Alliance Points?
AP is a currency like a gold, rank points like a exp points etc.
Last edited by xALEKS : 05/09/14 at 04:11 PM.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 04:40 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Thanks. It has been added to the feature request list for me to work on. Emperor rank points may take a little longer but I think I can get the PvP rank added soon.
Report comment to moderator  
Reply With Quote
Unread 05/11/14, 09:55 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Okay, I've had no further reports that the XP module isn't working nor the nil function error, so I'm going to mark those as fixed.

That leaves me with Vampire experience, which is something I cannot test really well. I did ask if Vamp/Wolf ranks max out at rank 8, but received no response. Can someone let me know if this is the case because that could be the problem a user noted earlier.
Report comment to moderator  
Reply With Quote
Unread 05/12/14, 03:29 AM  
Demonstorm

Forum posts: 4
File comments: 41
Uploads: 0
Originally Posted by skyraker
Okay, I've had no further reports that the XP module isn't working nor the nil function error, so I'm going to mark those as fixed.

That leaves me with Vampire experience, which is something I cannot test really well. I did ask if Vamp/Wolf ranks max out at rank 8, but received no response. Can someone let me know if this is the case because that could be the problem a user noted earlier.
no they maz at 10
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 01:43 PM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Updates: I'm still going to be working on the vampire xp bug, but it would be easier if I contacted someone in-game who is one. If any of you are vampires and are on the NA server, you can contact me at @tervalas.

After that will be adding PvP rank points. Emperor rank points may be a little more difficult. Right now the only thing I can find is the leaderboard, which only goes through the 100th highest person. Again, this may be something I won't be able to solve unless I actually go and PvP, so I will see about it.

I'm also thinking about allowing users to modify the colors used for the bar, so you would be able to change colors for the module name, numbers, punctuation, and the spacer. Main hiccup is that I need to get it to work on parts that do not automatically update.
Report comment to moderator  
Reply With Quote
Unread 05/16/14, 11:42 PM  
Rhynchelma
Premium Member
Premium Member

Forum posts: 43
File comments: 105
Uploads: 0
Hi, I hate to bring you back to this problem.

I created a new character and went through the Wailing Prison, went to Vulkhel Guard and walked around there including using doors.

All the time, the Zone still showed the Wailing Prison. reload UI fixed it.

Created another, through Prison, around Vulkhel, boat to Khenarthi's Roost, still showing Wailing Prison.

It was not until I went into Eagle's Strand, as sub zone, that the display updated.

Tried with a third character with a clean Saved Variables, the same.

The mini-map add-on and others that are zone aware had no problems.

Turning round and taking boat back to Vulkhel Guard left the zone showing Khenarthi's Roost.

Similarly, waypointing did not update the zone.

It seems that when you are in a zone, the sub zone transition detection works fine but the zone changing detection is not working too well.

Thanks
Report comment to moderator  
Reply With Quote
Unread 05/17/14, 05:48 AM  
skyraker
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 129
Uploads: 4
Originally Posted by Rhynchelma
Hi, I hate to bring you back to this problem.

I created a new character and went through the Wailing Prison, went to Vulkhel Guard and walked around there including using doors.

All the time, the Zone still showed the Wailing Prison. reload UI fixed it.

Created another, through Prison, around Vulkhel, boat to Khenarthi's Roost, still showing Wailing Prison.

It was not until I went into Eagle's Strand, as sub zone, that the display updated.

Tried with a third character with a clean Saved Variables, the same.

The mini-map add-on and others that are zone aware had no problems.

Turning round and taking boat back to Vulkhel Guard left the zone showing Khenarthi's Roost.

Similarly, waypointing did not update the zone.

It seems that when you are in a zone, the sub zone transition detection works fine but the zone changing detection is not working too well.

Thanks
Confirmed. I'll check it out.
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.