Acherus Runes
Description
Acherus is a Death Knight addon providing displays for runes, procs, runic power, and diseases. A great effort has been put in to make all features customizable. Animations are provided to make it very easy to see when things become available and unavailable.
Enjoy!
Usage
Slash Command
To open the configuration type /ac or /acherus, click on the minimap button, or use a Data Broker display that's compatible with launchers.
Feature Requests and Bugs
If you have a feature request or a bug to report please post a ticket. Do not post them in the comments.
Feature List
- Runes
- Multiple layouts (Stacking, Columns, Triangle, etc.)
- Flexible - Split into Bars, Icons, and Text modules
- Rune sets - DKI, Ebon Blade, and Blizzard
- Procs
- Killing Machine, Rime, Sudden Doom tracking
- ButtonFacade support
- Pulse animation that minimizes
- Diseases
- Only current target tracking
- Combined into a timeline bar for easy viewing of durations
- Runic Power
- Three layouts
- Triangle - Lines are drawn every 20 runic power
- Bar - Simple bar with movable text
- Text - Just the text
- Three layouts
- Additionally
- Modules are highly customizable
- Each module can be enabled/disabled
- Profiles - Set up for different specs, such as PvP, PvE, etc.
- Data Broker Launcher with a Minimap icon
Translation Request
I currently need translators to help convert the English in the menus into the following languages:
- French
- Korean
- Latin American Spanish
- Russian
- Simplified Chinese
- Spanish
- Traditional Chinese
Go to the localization page if you'd like to translate. It's open to anyone with an account. Curse has a system setup so that phrases can be translated very fast and easily with no manual editing of files. Thanks!
FAQ
Acherus uses tons of memory / cpu!
This is just because it starts with "A" and is loading first in your setup, and getting blamed for all the resources used in shared libraries by all your addons. If you're concerned you can test by installing standalone versions of the libraries, especially Ace3. It's normal though; some addon always gets blamed for the shared libraries. It's not a real problem.
What was AcherusLoader?
AcherusLoader was a folder in older versions that helped the addon load only on Death Knight characters. Newer versions handle this differently. Now, if you forget to manually disable Acherus on a non-DK, it will disable itself. You can delete the old AcherusLoader folder if you still have it.
Credits
- Kassay - Created the triangle texture
- Nathyrra - Inspiration and testing
- DKI, Ebon Blade - Rune icons
- Ategia, Lojan - German translations
- Psyquest - French translations
- Defia, Masodcn - Simplified Chinese translations
- Tushiyang, MusicOnline - Traditional Chinese translations
@ leetar
i have a question. i did do all diseases in lua. but i still dont see any of the disease on my bar. on line 116 do I delete the whole thing? and there's no lin 1251 on mine, i saw the
if maxtime ~= (12 + 3 * select(5,GetTalentInfo(3,4))) then self:UpdateDiseaseBar() end
in line 267. please help. i love this addon
Fixed the small guide.
Yes you can either delete or comment out line 116 (better just comment out) but dont delete the whole function.
Better just follow the provided steps.
Line 46: 115798, -- Weakened Blows
Line 109: maxtime = 30
Line 270: if maxtime ~= 30 then self:UpdateDiseaseBar () end
That should make the disease bit work
To make the addon working in MoP 5.0.4:
All deseases now have 30 secs CD and no epidemic talent anymore:
Open Acherus/Deseases.lua:
1. Go to line 43 and replace spellids below with the following ids:
59879, -- Blood Plague
59921, -- Frost Fever
81132, -- Scarlet Fever
2. Line 116 should look like this (the talent does not exist anymore):
--self:CountEpidemicPoints()
3. Line 270 should look like this:
if maxtime ~= 30 then self:UpdateDiseaseBar() end
---
Hope that helps.
The minimap icon continues to appear whenever you log in despite having the option to show it disabled. Is there any hope of someone picking up or maintaining this addon?
I assume this addon is now dead? I really loved the Runic Triangle Indicator...
Really hoping for an update/continued maintenance and features for this once great addon.
Thanks for the great addon! Are you planning an update for 4.3?
Thank you for keeping this awesome addon up to date. I'm sure I speak for everyone.