• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Dark Magic/Combustion Countdown

 
Project Updated:
Files Updated: Wed, Dec 31 2008
Supports Game Version: Beta 3.0
Category: Class
Tags:

[Edit Tags]

Project Manager: JarikaWar
Additional Authors: No additional authors
Current Version: v0.4
License: MIT License
Development Site: CurseForge
Avg Daily DL (last 30 days): 3
Downloads Total: 1,922
Favorites: 11
Comments: 9
  • Contests
  • About Dark Magic/Combustion Countdown
  •  

About Dark Magic/Combustion Countdown

Dark Magic/Combustion Countdown (or DMCD) displays a small, resizable bar, that counts down the time till the Dark Magic or Combustion count for Sorcerers and Bright Wizards starts to decay. Never again you'll start a long cast and just that moment your DM/Comb starts to drop!

How to move/resize

In standalone mode you can move and resize it with the Layout Editor

Configuration

Following options are available:
/DMCD FG <red> <green> <blue> - Sets the foreground color of the bar
/DMCD BG <red> <green> <blue> - Sets the background color of the bar
/DMCD ALPHA <value> - sets the alpha for the bar
/DMCD WARN <sec> - Sets the warning time
/DMCD WARNCOLOR <red> <green> <blue> - Sets the color for the warning-time
/DMCD HMB - toggles stickyness to HMB and standalone mode (see below)
/DMCD SHOWTEXT - toggles the numeric display
/DMCD TEXTCOLOR <red> <green> <blue> - changes the color of the text
/DMCD reset - Resets everything

The last few seconds

The last few seconds (default 3.5) will be displayed in a different color to remind you to refresh your DM/Combustion. This can be configurated with the WARN and WARNCOLOR options

What is HMB?

HMB stands for Horizontal Mechanic Bar and is another addon written by me. It displays the DM/Combustion (and most other Career Resources) in a nice resizeable bar.
DMCD will look for that addon and if it is found, will automatically attach itself to it by default. It will then be moved and resized when you resize HMB

You can toggle this behaviour with the HMB switch, and position DMCD yourself.

Is HMB required

No, HMB is not required, if it is not installed, then DMCD will automatically work in standalone mode and you can move it around with the Layout Editor.

Where can I get HMB?

Right here

Other required 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

  • Downloads (7)
  •  
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  
  Dark Magic/Combustion Countdown v0.1b Release Beta 3.0 35 11/3/2008
  Dark Magic/Combustion Countdown v0.1a Release Beta 3.0 42 11/3/2008
  • 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.
  • Yavvy said

    Is there a way to make the background invisible?

    Reply Report Permalink
  • JarikaWar said

    I noticed that too, I'm currently investigating whats causing that glitch.
    The odd thing is the spells still seem to get recognized as "Updates DM", just nothing happens.

    Reply Report Permalink
  • JarikaWar said

    Seems to work for me now again, Mythic suddenly stopped sending an event the addon relied on, if the spell was instant.

    If there are any spells still not working let me know.

    Reply Report Permalink
  • agentj01 said

    Can someone update this for 1.1 ?
    Some spell no longer update the countdown

    Reply Report Permalink
  • Great addon, but can I request one change?

    From what I have seen it cannot be set to hide when you have no dark magic/combustion. Could it be changed or have an extra option to hide when dark magic/combustion = 0?

    Thanks :)

    Reply Report Permalink
  • JarikaWar said

    Just uploaded a new version to curseforge, that should fix the bug with Detonate and the channeled spells.
    I can't test Detonate since I only have a Sorcerer (so I would be grateful if a BW can confirm if it works), but the channeled spells work (at least on a sorcerer, but I see no reason why it should be different for BW spells)

    Also added display of the countdown as a numeric display to the bar. Its a bit tiny and quite unreadable in the default size of the bar, I know that, so it should probably only be used if the bar is made bigger, it scales with the bar.
    If you don't like the display type /DMCD showtext and it hides itself.

    Reply Report Permalink
  • ingwar said

    Some skills for BW dont update counter correctly.
    So far i found 2 types of problems.
    1. Detonate - dont upload timer at all.
    2. Withering Heat and Rain of Fire (I suppose all channeled spells) upate counter not on beginning but when casting is done.

    ps. Mayby you could not try to catch begin/end of spell casting but just simple start timer when you earn some combusion?
    I suppose it would be much easier to code and would eat lot less resources.

    Reply Report Permalink
  • ingwar said

    Ups.. catching earning combusion will not work when you have it at 100..

    Reply Report Permalink
  • JarikaWar said

    Yes thats the problem, as long as you're not at 100 I could just catch the event that gets created when the mechnic counter changes, but that doesn't work at 100, so I have to monitor spells anyway...
    I'll look into why it doesn't register on Detonate, but I have an idea already, but its late today.

    I don't have any channel spells on my Sorceress yet, so I can't test it which will make it somewhat harder, but I also will see if i can fix that.

    Reply Report Permalink
  • Jackard said

    Having some texture troubles with resizing and saving location when it is not docked to HMB.

    Reply Report Permalink
  • JarikaWar said

    oh?
    Could you post a screenshot or describe what troubles you have, please?

    Reply Report Permalink
  • Pirax said

    Three request:
    1) Any chances to get it in vertical version?
    2) Can the direction of the bar dissapearance be changed to from right to left?
    3) Every time I zone DMCD writes info about beeing loaded in the chat window - can I disable the message somehow?

    Reply Report Permalink
  • JarikaWar said

    a) Most likely not, but I'll look into it.
    b) That should be easy enough to implement into the next version.
    c) Yes, I noticed that too and will remove that in the next version too. If you want to change it now, just comment line 38 in the DMCountdown.lua (starts with EA_ChatWindow. just put -- infront of it)

    Reply Report Permalink
  • talvinen said

    doesn't work for bright wizards (german client). does work for sorcs however

    Reply Report Permalink
  • talvinen said

    simple problem.. you typo'd GameData.Player.career.id in line 86 :)

    Reply Report Permalink
  • JarikaWar said

    Oops, uploaded 0.1b to fix that one.
    Thanks

    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