- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,152 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Bukkit Plugins
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top Terraria Maps
- Top StarCraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
DDR - DocsDebugRunes
- 7 Likes
- World of Warcraft
- 1,141 Monthly Downloads
- Supports: 5.0.5
- 216,267 Total Downloads
- Updated 09/25/2012
- Created 09/04/2010
- 174 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: DocsDebugRunes r28
About DDR - DocsDebugRunes
A combined rune, runic power, disease, proc, Dark Transformation, Runic Empowerment, Runic Corruption, Blood Shield and Death Strike heal display.
r28
- Background fix.
r27
- .toc updated.
- Blood Shield ID fix.
r26
- Bugfixes.
r25
- Blood Shield error fixed. Again.
- Latest libs included.
r24
- Blood Shield error fixed.
r23
- FF+BP timer fix.
- Blood Shield amount should work now.
r22
- That libs weren't new.
r21
- New libs.
- Bugfixes.
r20
- Bugfix.
r19
- Bugfix.
r18
- Command fixed (Typo... so that's why it wasn't working).
- Every frame is now movable!
- Some options added.
- Frame is now clickthrough.
r15
- Freezing Fog added (Yes, it collides with KM for now).
r14
- Runic power on talent switch fix.
- Realtime options. No more reloading!
r13
- OOC alpha option.
- Rune order option.
- /ddr command for options.
r12
- Runic Empowerment display.
- Runic Corruption display.
r11
- Missing options activated.
- Works in EVERY language now.
- Bugfixes.
r10
- Basic options.
r9
- Runic power bug fixed, again.
r8
- Runic power bug fixed.
r7
- Move tutorial text.
r6
- Dark Transformation and Shadow Infusion added.
r5
- Release.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| DocsDebugRunes r28 | Release | 5.0.5 | 26,046 | 09/25/2012 |
| DocsDebugRunes r27 | Release | 5.0.4 | 13,355 | 09/02/2012 |
| DDR - DocsDebugRunes r26 | Release | 4.3 | 56,804 | 12/07/2011 |
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,586,655 Monthly Downloads
-
- Recount
- Combat
- 1,080,253 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 692,050 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 550,804 Monthly Downloads
-
- Tidy Plates
- Artwork, Combat, Tank, and Unit Frames
- 466,118 Monthly Downloads

Comments
I'd love to, but I don't have an account and I can't test the addon.
Ah :( I really hope you can get ahold of an accoutn that would allow you to add that feature in and update the addon. It is a really great addon but it seems to be falling apart without any attention. Anytime I try to mess with the configuration I usually encounter a bug, such as earlier today when I simply wanted to move my disease tiemrs and my blood plague bar disappeared all together, even after locking and unlock the addon multiple times and I only tried to shift the bar down a few points - it didn't get stuck under something, it just vanished. I keep having to pull out my older DDR file from a back up of my ui almost everytime I try to rearrange something with it.
edit: didn't work this time and I am still missing a blood plague timer all together :(
It does not work for me and have no clue why. I have downloaded updated addon just like x times before and yet the game still claims it is out of date and does not even load it in the game. Please, did anyone encounter similar problem and knows how to fix it?
I don't have an active WoW account, but I hope the errors are gone now.
Tested it out just now tanking as Blood in Well of Eternity. Worked great, no errors. :)
Thanks for taking the time to update this!
Good to know.
Thanks dr_AllCOM3, mostly fixed but I did add:
and amountMissed~=nil
to the checks in lines 1494 and 1501 to make the errors go away fully.
Experiencing the same error as Ignorance42 (attempt to perform arithmetic on local 'amountMissed' (a nil value)). This is happening only when in Blood presence for me.
Well, not sure if this is the full fix or not, but maybe this has something to do with Blood Shield always being active now (not needing to empty blood runes to activate it). I did a quick check for nil on line 1488, where the issue is being seen. Not sure if this will affect anything else and there may be other amountMissed issues to see later in the code, but this works to get rid of this particular error for now.
Change line 1488:
previous:
if missType=="ABSORB" then
new:
if missType=="ABSORB" and amountMissed~=nil then
Havings some problems now with 4.3
Message: Interface\AddOns\DocsDebugRunes\core.lua:1488: attempt to perform arithmetic on local 'amountMissed' (a nil value)
Time: 12/01/11 19:00:30
Count: 1
Stack: Interface\AddOns\DocsDebugRunes\core.lua:1488: in function `?'
...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[15]"]:4: in function <[string "safecall Dispatcher[15]"]:4>
[C]: ?
[string "safecall Dispatcher[15]"]:13: in function `?'
...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:120: in function <...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: <none>
Maybe. Thanks.
Same here! Love this addon, and wouldn't even know how to play without it anymore. Hoping for a quick fix.
I'm having the same problem. The blood shield bar is not showing up at all.
As LegionLightforged wrote.
Neither the amount, nor the time left is showing.
The bar stays invisible all the time.
Right now as a Blood Tank, Blood Shield numbers occasionally just don't show up. Does it only work on boss-level or other significant content or is it a bug?