• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Horizontal Mechanic Bar

 
Project Updated:
Files Updated: Thu, Mar 19 2009
Supports Game Version: 1.1.1
Category: Class
Tags:

[Edit Tags]

Project Manager: JarikaWar
Additional Authors: No additional authors
Current Version: v1.0
License: MIT License
Development Site: CurseForge
Avg Daily DL (last 30 days): 1
Downloads Total: 893
Favorites: 3
Comments: 13
  • Contests
  • About Horizontal Mechanic Bar
  •  

About Horizontal Mechanic Bar

Shows the career resources (Dark Magic, Bloodlust, etc) in a moveable, resizable horizontal bar.

How to move/resize

Move and resize with the layout-editor. (to change height, use the corner, then adjust the width)

Comand Line Parameters

Following options are available:
/HMB FG <red> <green> <blue> - Sets the foreground color of the bar
/HMB BG <red> <green> <blue> - Sets the background color of the bar
/HMB ALPHA <value> - sets the alpha for the bar
/HMB TH [threshold 1] [threshold 2] [...] - sets the thresholds (see below)
/HMB THC <index> <red> <green> <blue> - Sets threshold colors for index
/HMB SHOWTEXT - toggles the numeric display
/HMB TEXTCOLOR <red> <green> <blue> - changes the color of the text
/HMB RESET - resets everything
/HMB HELP - shows the ingame help

Thresholds

HMB supports coloring the bar differently depending on how high the mechanic value is.
On Sorceresses and Bright Wizards they're set to 11, 31, 71, 91

Between 0 and 10 the bar will be colored in the color of Threshold index 1 (can be set with /HMB THC), by default that is green
Between 11 and 30 its index 2. By default thats yellow etc

For Swordmasters and Black Orcs the Thresholds are 1 and 2.
That means for Mechanic value 0 (Normal Balance/No Plan) it's index 1, for 1 (Improved Balance/Da gud Plan) its the color of index 2, and for mechanic value 2 (Perfect Balance/Da Best Plan).

You can add your own thresholds if you like or change these one.
Entering /HMB TH without any values will clear any set thresholds and use the foreword color for each of them.

Other AddOns

LibSlash by Aiiane is an optional requirement. The Addon will work fine without it, but to use the slash commands you need to install LibSlash

DMCD is a countdown for Sorceresses and Bright Wizards and shows the remaining time till their Dark Magic/Combustion starts to decay and it can be linked to HMB

  • Downloads (6)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Horizontal Mechanic Bar v0.1 Release Beta 3.0 24 11/3/2008
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Kengal said

    The addon does not work anymore for a few days now. It used to work with 1.3. The addon is still recognised by WAR (can be enabled or disabled), but nothing else, not even /hmb works.

    I really like the addon, your help would be appreciated.

    Reply Report Permalink
  • reduxion said

    Working for 1.2.1? I just installed it, and while both HMB and HMBConfig show as enabled, there is no bar and /HMB parameters are not recognized.

    Reply Report Permalink
  • JarikaWar said

    Yes, sorry took a while, I hadn't unlocked the classes in the event so couldn't update the addon before now.

    Just uploaded v1.0 which adds Choppa and Slayer support.

    Reply Report Permalink
  • Robinton said

    Figured it out and it works - need to add one line to the HMB lua file:

    [25] = 100, -- Choppa

    in the MAXVALUES variables:

    local MAXVALUES = {
    [62] = 100, --"Bright Wizard",
    [107] = 100, --"Sorcerer",
    [60] = 5, -- Witch Hunter
    [105] = 5, -- Witch Elf
    [103] = 5, -- Archmage
    [26] = 5, -- Shaman
    [63] = 250, -- Warrior Priest
    [106] = 250, -- Diciple
    [20] = 100, --"Ironbreaker",
    [104] = 100, --"Black Guard",
    [100] = 2, --"Swordmaster",
    [24] = 2, -- Black Orc
    [25] = 100, -- Choppa
    }

    Korrmac

    Reply Report Permalink
  • Robinton said

    Need update for Choppa please

    Reply Report Permalink
  • samotyr said

    Great Addon, I am really enjoying it as it fits my UI perfectly. However, it would be cool if the bar would hide when the career pool is 0.

    Any chances for us to see this some day? :)

    Reply Report Permalink
  • mswanson00 said

    Does the treshold change colors based on what you put it at? like for my IB I want to make it 25/50/75/100. Can I make it change colors as it reaches the set Treshold? If so, could you explain. Thanks

    Reply Report Permalink
  • JarikaWar said

    Sorry it took so long, due to the rather frustrating changes in 1.0.6 an 1.1.0 to my Sorceress I took a break from the game.

    I'm back now, at least to see if its really that bad. I updated HMB to support Blackguard Hate as well now. Its been uploaded to curseforge, should be available in a few hours for download.

    Have fun.

    Reply Report Permalink
  • kageus said

    This isn't working with the Black Guards hate mechanic.

    Reply Report Permalink
  • Drudgwyn said

    Yes, please update for the Blackguard, I love this addon but it doesn't work for my hate!

    Reply Report Permalink
  • JarikaWar said

    Just uploaded a new version, which displays the resource value as a numeric display to the bar.
    Its a bit tiny in the default size of the bar, I know that, so it should probably only be used if the bar is made bigger.
    If you don't like the display type /HMB showtext and it hides itself

    A basic alpha option is in as well. It seems only possible to alpha everything or nothing, I tried to make a background alpha option only, but seems thats not possible.
    For next version I'll add the out of combat alpha option.

    Reply Report Permalink
  • Deadhawk just added a nice OOC option to his AP Bar that you might want to look at, if you hadn't had any thoughts on it already.
    http://war.curse.com/downloads/war-addons/details/apbar.aspx

    Reply Report Permalink
  • I also happened to be reading the comments on HUD Unit Frames, and I came across a mention of FG alpha and having it change with percentage. Thought you might be interested in looking at how he coded different alpha for FG vs BG and possibly even the variable.

    Reply Report Permalink
  • legendsong said

    Great!! Only One suggestion : out of combat alpha option.

    Reply Report Permalink
  • I'd like to use the /commands to configure it more to my liking, but I get errors whenever I try. I posted a ticket on it, but you havn't replied.

    Reply Report Permalink
  • JarikaWar said

    My sincere appologies I somehow completely missed that ticket :(
    I had tested those slash commands and they worked for me.
    I think I found the bug, and I really wonder why the hell they worked for me in the first place, they shouldn't have.

    I just uploaded v0.3 might take a while for it to show up here, but please give it a try and see if it works for you now as well.

    Reply Report Permalink
  • OK, works great now. Thanks!

    Any chance you'll be adding alpha settings?

    Reply Report Permalink
  • JarikaWar said

    Yes, thats on my to-do list

    Reply Report Permalink
  • ingwar said

    Hello,

    Some time ago i wrote my own really simple horizontal mechanic bar without any fetures just bar witch actual mechanic number.

    Today i found yours together with DMCD and its really nice one..
    But mayby you could add few options..
    1. Additional option to show number.
    2. Make it looks like all bars witch frames and all other stuff because now it looks like not finished..

    You could inverit window look from EA_Window_DefaultFrameStatusBar.

    If you want i can sand you mine code, its really simple but show the look..

    Reply Report Permalink
  • JarikaWar said

    1. Yes, I guess I can add numbers.
    2. I wanted to look into available frames, I didn't really like the default frame so I just used the bars.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 101 Twister Buffs & Debuffs, Action Bars...
  2. 36 Character View Expanded Stats (CaVES) Buffs & Debuffs, Bags & Inventory...
  3. 24 LoyalPet Class, Action Bars, and Combat
  4. 23 ISHealBot Unit Frames, Action Bars,...
  5. 21 SquaredHealBot Unit Frames, Class, and Combat