Download
(167 Kb)
Download
Updated: 04/24/14 08:43 AM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/24/14 08:43 AM
Created:04/09/14 11:46 AM
Monthly downloads:117
Total downloads:26,269
Favorites:63
MD5:
Categories:Discontinued & Outdated, Character Advancement, Combat Mods, Graphic UI Mods, Utility Mods
War Genesis Character Bars  Popular! (More than 5000 hits)
Version: 2.0.5
by: War Genesis [More]
Description
  • Adds XP bar and XP per hour (Bottom Center).
  • XP Per Hour Updates Continuously, and tracks information for 5 minute intervals, projecting your hourly XP
  • Adds Health, Magicka and Stamina Bars (Left Center)
  • Adds Level (Above Health Bar)
  • Adds Mounted Stamina bar under regular stamina bar
  • Adds Target Frame, which shows name, level, health and difficulty icon
  • Health, Magicka and Stamina bars fade out when not in combat (toggle-able in settings)
  • Player Class and Target Class show corresponding icons
  • Adds Party / Raid frame, which shows connection status, class, spec (dps, heal, tank), name, level and health bar. Party leader is highlighted blue
  • Shows death icon when you die
  • Able to change the Health, Stamina, Magicka and XP bar colors
  • Able to change the target hostility colors
  • Adds Clock in Top Right corner of the screen

- All objects movable by going to the settings menu, and unlocking the frames
- All control visibility adjustable through the settings menu with slider bars

Updates

Version 2.0.5
  • Added Clock in top right corner
  • Added visibility slider in settings for combat fade
  • Added size slider in settings for stats bars
  • Added size slider in settings for target bar
  • Fixed a bug with online / offline status not updating when a user re-connects or disconnects

Version 2.0.4
  • Reduced Raid Frame size
  • Changed colors of Hard and Normal difficulty icons to represent a little better
  • Added Size control in settings for difficulty icon
  • Added Visibility control for difficulty icon
  • Added option to hide difficulty icon
  • Increased name / level control size, for easier moving
  • Un-hid the action bars when the frames are not locked for easier placement of controls

Version 2.0.3
  • XP bar fixed for veteran points
  • Party and Raid frames are able to be hidden
  • Default Target frame able to be un-hidden
  • Default Party / Raid frame able to be un-hidden

Version 2.0.2
  • Added color selection for XP, Health, Magicka and Stamina Bars
  • Added color selection for target hostility
  • The Name and Level bar now fades with the rest of the stat bars
  • Minor bug fixes

Version 2.0.1
  • Fixed Raid Frame Glitch, when a raid member died
  • Added Name Hide and Transparency to Settings Menu

Version 2.0
  • Complete Code revision
  • Added Icons to target frame showing difficulty
  • Added death icon
  • Added Party and Raid Frames
  • Added Party Connection Status
  • Target Enemy names will highlight to corresponding hostility
  • Fixed multiple bugs and issues


Plenty more updates coming to enhance the user interface, so feel free to leave me comments, suggestions and requests!


-- Includes the LibAddonMenu Library, thanks Seerah!
-- Includes Target Difficulty Icons, created by Ryan7yt, thanks buddy!
Version 2.0.5
  • Added Clock in top right corner
  • Added visibility slider in settings for combat fade
  • Added size slider in settings for stats bars
  • Added size slider in settings for target bar
  • Fixed a bug with online / offline status not updating when a user re-connects or disconnects

Version 2.0.4
  • Reduced Raid Frame size
  • Changed colors of Hard and Normal difficulty icons to represent a little better
  • Added Size control in settings for difficulty icon
  • Added Visibility control for difficulty icon
  • Added option to hide difficulty icon
  • Increased name / level control size, for easier moving
  • Un-hid the action bars when the frames are not locked for easier placement of controls

Version 2.0.3
  • XP bar fixed for veteran points
  • Party and Raid frames are able to be hidden
  • Default Target frame able to be un-hidden
  • Default Party / Raid frame able to be un-hidden

Version 2.0.2
  • Added color selection for XP, Health, Magicka and Stamina Bars
  • Added color selection for target hostility
  • The Name and Level bar now fades with the rest of the stat bars
  • Minor bug fixes

Version 2.0.1
  • Fixed Raid Frame Glitch, when a raid member died
  • Added Name Hide and Transparency to Settings Menu

Version 2.0
  • Complete Code revision
  • Added Icons to target frame showing difficulty
  • Added death icon
  • Added Party and Raid Frames
  • Added Party Connection Status
  • Target Enemy names will highlight to corresponding hostility
  • Fixed multiple bugs and issues
Optional Files (0)


Archived Files (15)
File Name
Version
Size
Uploader
Date
2.0.4
166kB
War Genesis
04/21/14 05:59 PM
2.0.3
168kB
War Genesis
04/21/14 12:35 AM
2.0.2
168kB
War Genesis
04/20/14 06:28 PM
2.0.1
167kB
War Genesis
04/20/14 02:40 PM
2.0
414kB
War Genesis
04/20/14 01:22 AM
1.3
10kB
War Genesis
04/14/14 09:01 AM
1.23
9kB
War Genesis
04/12/14 04:57 PM
1.22
9kB
War Genesis
04/12/14 11:53 AM
1.21
9kB
War Genesis
04/12/14 11:22 AM
1.2
9kB
War Genesis
04/11/14 10:38 PM
1.10
8kB
War Genesis
04/11/14 05:17 PM
1.01
8kB
War Genesis
04/10/14 11:14 AM
1.0
8kB
War Genesis
04/09/14 11:54 PM
0.55
3kB
War Genesis
04/09/14 09:33 PM
0.50
3kB
04/09/14 11:46 AM


Post A Reply Comment Options
Unread 04/14/14, 09:08 AM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by Scerria
The XP bar doesn't seem to know what to do once you hit Veteran levels. With how active you've been with your mods, I'm guessing you've not had chance to notice this yet.

My Stamina bar has also been resetting its position every relog/reload for a while now, although it was correctly saving the position previously. Not quite sure what happened there and it hasn't bugged me enough to go digging through the LUA/XML myself yet, but it may have coincided with the addition of the Horse Stamina bar.

[EDIT]

After a quick bit of digging I applied the following tweaks (and it hasn't exploded in my face yet):

Line 381: EDIT CODE
Lua Code:
  1. if ( IsUnitVeteran( "player" ) ) then
  2.             UpdateXP(0, "player", GetUnitXP( "player" ), GetUnitXPMax( "player" ), 1)
  3.         else   
  4.             UpdateXP(0, "player", GetUnitVeteranPoints( "player" ), GetUnitVeteranPointsMax( "player" ), 1)
  5.         end

Line 483: ADD CODE
Lua Code:
  1. EVENT_MANAGER:RegisterForEvent( "WarGenesisAddon" , EVENT_VETERAN_POINTS_UPDATE, UpdateXP)

That solution is quick and dirty and doesn't really address the problem correctly. It does, however, let me have a little blue bar that fills up while I grind like a machine... Decent starting point though, I hope.

As for the Stamina thing, that one has me stumped. I am pretty sleep-deprived though.
Glad you found that problem for me! I noticed this after I worked on the other issue, which was the stamina, lol. I will work on getting your code applied to my own to fix this!

Also, the stamina bar was a rather embarrassing glitch on my part! Lol. Apparently, I somehow removed the call to the function in the XML code, which caused it not to save the position!

Here is the code, if you are interested, (WarGenesisAddon.xml) under the TopLevelControl WgStamMonitor;

Code:
<OnMoveStop>
	OnMoveStop( self , "StamMonitor" )
</OnMoveStop>

Figured I would let you in on what the problem was, however, I did fix this in the 1.3 update that I just released!
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 06:39 AM  
Scerria

Forum posts: 0
File comments: 3
Uploads: 0
The XP bar doesn't seem to know what to do once you hit Veteran levels. With how active you've been with your mods, I'm guessing you've not had chance to notice this yet.

My Stamina bar has also been resetting its position every relog/reload for a while now, although it was correctly saving the position previously. Not quite sure what happened there and it hasn't bugged me enough to go digging through the LUA/XML myself yet, but it may have coincided with the addition of the Horse Stamina bar.

[EDIT]

After a quick bit of digging I applied the following tweaks (and it hasn't exploded in my face yet):

Line 381: EDIT CODE
Lua Code:
  1. if ( IsUnitVeteran( "player" ) ) then
  2.             UpdateXP(0, "player", GetUnitVeteranPoints( "player" ), GetUnitVeteranPointsMax( "player" ), 1)
  3.         else   
  4.             UpdateXP(0, "player", GetUnitXP( "player" ), GetUnitXPMax( "player" ), 1)
  5.         end

Line 483: ADD CODE
Lua Code:
  1. EVENT_MANAGER:RegisterForEvent( "WarGenesisAddon" , EVENT_VETERAN_POINTS_UPDATE, UpdateXP)

That solution is quick and dirty and doesn't really address the problem correctly. It does, however, let me have a little blue bar that fills up while I grind like a machine... Decent starting point though, I hope.

As for the Stamina thing, that one has me stumped. I am pretty sleep-deprived though.

[EDIT]

Fixed the first code block, incase anyone was using it to make manual fixes.
Last edited by Scerria : 04/14/14 at 06:27 PM.
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 08:36 AM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Re: character name and lvl

Originally Posted by Wittytot23
would it be possible for you to add the character class that you are too this mod like what foundry tactical combat has.
I will see what I can do!
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 01:02 AM  
Wittytot23

Forum posts: 0
File comments: 7
Uploads: 0
character name and lvl

would it be possible for you to add the character class that you are too this mod like what foundry tactical combat has.
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 09:17 PM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by PingProbler
This mod is so Awesome thanks a lot ... but i changed for me the xml file in this



all alpha with "0.5" to "0.9"
all color "333333" to the other "CFDCBD2
and finaly X "300" Y "30" (H/M/S)

AWESOME ^^
Glad you like it man! Glad you customized the look for how you like it!

Sooner or later, I am going to be implementing in a color picker for the bars as well!
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 09:10 PM  
PingProbler

Forum posts: 0
File comments: 1
Uploads: 0
This mod is so Awesome thanks a lot ... but i changed for me the xml file in this



all alpha with "0.5" to "0.9"
all color "333333" to the other "CFDCBD2
and finaly X "300" Y "30" (H/M/S)

AWESOME ^^
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 04:44 PM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by Spoonfed
Great mod its looking very good. I only have one issue the target health for me wont update any changes in damage if i keep my crosshair locked on the target, if i move my crosshair off the target and back onto it only then will the health update the changes. So for the most part mobs i am killing are always 100% health shown on the frame. I hope this might just be a game setting i need to change or something simple.
I have removed all other mods and cleared the saved variables folder but so far no luck with fixing this.
You are correct, this was a glitch with my addon. I am just finishing up working on this update, along with a couple other fixes, and I will be re-updating! Sorry for this bug!
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 04:04 PM  
Spoonfed

Forum posts: 0
File comments: 2
Uploads: 0
Great mod its looking very good. I only have one issue the target health for me wont update any changes in damage if i keep my crosshair locked on the target, if i move my crosshair off the target and back onto it only then will the health update the changes. So for the most part mobs i am killing are always 100% health shown on the frame. I hope this might just be a game setting i need to change or something simple.
I have removed all other mods and cleared the saved variables folder but so far no luck with fixing this.
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 02:15 PM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by Xhelius
I gotta say, my hats off to War Genesis. This addon is looking great and moving right along. Since I'm not fully aware of what the TESO API is capable of I'll keep my wish list to myself. Although I quit WoW when Cata came out, I was fully into customizing my UI. I'll assume that the TESO API is not nearly as robust as WoW's.

In any case, great work !

My wish list unit frame mod would be something that replicates what STuF does for WoW. One of my layouts is used in the screenshots on WoWinterface

***EDIT***
REally would like the ability to move the Name(Level) as well. No point in moving the frames if you can't move the names with the frames :P
Atleast I can't move the names.
I will check it out! Technically, you should be able to move it, but it may be because there is no backdrop, which makes it tricky to grab a letter. I'll add a backdrop, and make it invisible so it is easier to grab!

Thanks for the kind words!
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 02:13 PM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by BL!NK
Would be cool if frames would fade to nothing outside of combat but show up if MP SP or HP were below 100%.
I can do that easy enough for ya . I just like still seeing iy, but that's just my preference. I'll add another option here shortly to fully fade out when not in combat!
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 12:45 PM  
Xhelius

Forum posts: 0
File comments: 9
Uploads: 0
I gotta say, my hats off to War Genesis. This addon is looking great and moving right along. Since I'm not fully aware of what the TESO API is capable of I'll keep my wish list to myself. Although I quit WoW when Cata came out, I was fully into customizing my UI. I'll assume that the TESO API is not nearly as robust as WoW's.

In any case, great work !

My wish list unit frame mod would be something that replicates what STuF does for WoW. One of my layouts is used in the screenshots on WoWinterface

***EDIT***
REally would like the ability to move the Name(Level) as well. No point in moving the frames if you can't move the names with the frames :P
Atleast I can't move the names.
Last edited by Xhelius : 04/12/14 at 01:19 PM.
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 12:31 PM  
BL!NK

Forum posts: 7
File comments: 20
Uploads: 0
Would be cool if frames would fade to nothing outside of combat but show up if MP SP or HP were below 100%.
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 12:01 PM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by joshmiller83
Originally Posted by War Genesis
Originally Posted by joshmiller83
ANy chance you'll add Party / Raid Frame Support?

Thanks!
Yes sir, that is probably going to be my next thing that I tackle!
Very cool! I like your AddOn but I am OCD and like all my frames to be the same AddOn or look similar so I would love to see that so I can use all of your frames!
Awesome, I appreciate the support!

I will get to working on this a little bit later! I have a few things I need to take care of right now... But if all goes well, I should, at the latest, have this out by tomorrow!

~ War Genesis
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 11:59 AM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Originally Posted by War Genesis
Originally Posted by joshmiller83
ANy chance you'll add Party / Raid Frame Support?

Thanks!
Yes sir, that is probably going to be my next thing that I tackle!
Very cool! I like your AddOn but I am OCD and like all my frames to be the same AddOn or look similar so I would love to see that so I can use all of your frames!
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 11:59 AM  
War Genesis
 
War Genesis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 91
Uploads: 2
Originally Posted by ChrisOdin
Hi,


It is possible to add a option to change the settings of the opaque on the frames? Like fully soild or nearly hidden.


Many Thanks
Hey! Version 1.22 has just been released, which has this feature included
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.