- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
easyDestro
- 1 Like
- World of Warcraft
- 68,340 Downloads
- Supports: 4.2
- 36 Average Daily Downloads
- Comments
- Created 8/15/2009 11:34:30 AM
- Updated 9/5/2011 5:19:43 PM
- 142 Favorites
- Project Site
- License: Public Domain
- Release Type: Release
- Newest File: easyDestro 2.0.1
About easyDestro
This addon shows what spell needs to be casted for a destruction warlock spell rotation. Track cooldowns, dots on mobs and calculates what spell is next in rotation and display it.
This is only for destruction warlocks that use a spell rotation like: a curse, Immolate, Conflagrate, Chaos Bolt and fill up with Incinerate. It will show up what spell you need to cast at any point in rotation. Will also keep track of any curse that you cast on target and will be automatically included in rotation.
This addon is based on the idea and most of the code from the Face Smasher addon, by Falie. I just implement it for the destruction warlock rotation for the first version. Then I modified most of the code for warlock needs (one curse per target, means different rotation for each target).
There is nothing to configure, just select an hostile target and start casting the spells indicated by addon. Using /es will bring up configuration panel with option to re size the spell HUD. Can be dragged around the screen all the time.
YouTube tutorial: http://www.youtube.com/watch?v=R-oIBjZ0img (this is for an older version that has no curse tracking)
Default, it works without any curse, but when you cast a curse on a mob will be included in rotation. And it is target based, so you can keep CoA on multiple targets or CoD on one target, CoE on another and CoA on others. If you want to change the curse that is tracked, just cast a new one. For example you kept CoD on a boss for a while, but now CoD expired and you think there is not enough time for another CoD. Just cast CoA and will replace CoD in rotation. If a curse is in rotation, will always be top priority
In version 1.6 added option to enable Glyph of Life Tap in rotation. When "use Life Tap" is ticked then prios is Life Tap, Curse, Immo, Conf, CB, else is Curse, Immo, Conf, CB.
Version 2.0 is updated for patch 4.0.1
New rotation Implemented:
- Improved Soul Fire (above 80%)
- Immolate
- Conflagrate
- Bane of Doom
- Corruption
- Chaos Bolt
- Soul Fire (If Empowered Imp has procced)
- Incinerate
Version history:
2.0
- Updated for patch 4.0.1
- Clone clean up
- Optimization -> faster, less cpu usage
1.6
- added support for Glyph of Life Tap (optional)
1.5
- added support for non English clients
- got rid of all lua error messages
1.0
- major release
- code re swamp
- added tracking for curses
0.5
- code cleanup
- performance improvement
- interface cleanup
0.4:
- minor release for bug fixing
0.3:
- first working version
TODO:
- Add opacity control for frame
- Add lock frame and click trough options
- Add priority definition support
Small fix
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| easyDestro 2.0.1 | Release | 4.2 | 10,660 | 9/5/2011 5:19:43 PM |
| easyDestro 2.0 | Release | 4.0.1 | 31,861 | 10/16/2010 11:21:28 AM |
| EasyDestro 1.7 | Release | 3.3.0 | 19,883 | 1/3/2010 5:18:43 AM |
| easyDestro 1.6 | Release | 3.2.0 | 12,216 | 9/22/2009 9:17:31 AM |
| easyDestro 1.5 | Release | 3.2.0 | 1,913 | 9/8/2009 3:30:58 AM |
| easyDestro 1.0 | Release | 3.2.0 | 1,069 | 9/1/2009 4:55:06 AM |
| easyDestro_0.5 | Release | 3.2.0 | 1,143 | 8/19/2009 7:52:37 AM |
| easyDestro_0.4 | Release | 3.2.0 | 1 | 8/16/2009 4:04:39 AM |
| easyDestro_0.3 | Release | 3.2.0 | 2 | 8/15/2009 11:39:33 AM |

Comments
Wish this addon would word with all three spec for the warlock, like Feral by Night is for druid. Updates wouldnt hurt either :)
open easyDestro.lua and find the line:
function easyDestro.events.COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, ...)
change it to:
function easyDestro.events.COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, srcGUID, srcName, srcFlags, srcFlags2, dstGUID, dstName, dstFlags, dstFlags2, ...)
sorted :)
this is with out a doubt the best Warlock DPS Addon out there
I think the Soul Fire tracking in EasyDestro doesn't take travel time properly into account for keeping the buff up. If you needed to change this you could do it a similar way to how you change conflagrate for the glyph, which is something you should definitely change (scroll down to see my earlier post).
I'm not sure if the effect of fel flame on Immolate can be easily added into this addon. Fel flame works correctly with immolate in the addon Destruction For Dummies but I suspect that EasyDestro works on a set timer for immolate (I changed this to make the time coincide with the immolate glyph) but Destruction For Dummies actually sources the immolate timer from WoW.
I'm going to try look into this more to see if i can get fel flame working properly though.
## Interface: 40100
to get rid of the warning about it being up-to-date.
I'd be willing to take ownership of this addon if the current owner could hand it over.
open easyDestro.lua and find the line:
function easyDestro.events.COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, ...)
change it to:
function easyDestro.events.COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, ...)
sorted :)
End of Liftime for EasyDestro
R.I.P.