50001-2

Details

  • Filename
    DrainSouler-50001-2.zip
  • Uploaded by
  • Uploaded
    Sep 1, 2012
  • Size
    111.81 KB
  • Downloads
    6,038
  • MD5
    7fa04a8ea685fd59d6829f537bc37e9f

Supported WoW Retail Versions

  • 5.0.4

Changelog

------------------------------------------------------------------------
r48 | kunda | 2012-09-01 16:56:39 +0000 (Sat, 01 Sep 2012) | 10 lines
Changed paths:
   A /tags/50001-2 (from /trunk:47)

DrainSouler is now a 'channeling spell'-tracking addon for affliction warlocks.
Tracked spells: Drain Soul, Drain Life/Harvest Life and Malefic Grasp

- added ChannelTimer (complete spell, additional to TickTimer)
- added option to show detailed information: 'Show more information' (DISABLED by DEFAULT)
 - numTicks | tick duration in ms | complete duration in ms
 - Haste +x% | Spell Power +x%
- added slash commands (/ds and /drainsouler) to open/close configuration
- fixed MainFrame parent (is now UIParent, don't know why this was nil before...)
 - This may change the size and position. Type /ds for configuration.
------------------------------------------------------------------------
r47 | kunda | 2012-09-01 16:54:59 +0000 (Sat, 01 Sep 2012) | 1 line
Changed paths:
   M /trunk/DrainSouler.lua
   M /trunk/DrainSouler.toc

update
------------------------------------------------------------------------
r45 | kunda | 2012-09-01 16:29:51 +0000 (Sat, 01 Sep 2012) | 1 line
Changed paths:
   M /trunk/DrainSouler.lua
   M /trunk/DrainSouler.toc

update
------------------------------------------------------------------------
r44 | kunda | 2012-08-03 11:17:39 +0000 (Fri, 03 Aug 2012) | 3 lines
Changed paths:
   M /trunk/DrainSouler.lua

This is for Mist of Pandaria only.

- update for 5.0.4.15929 Beta
------------------------------------------------------------------------
r43 | kunda | 2012-08-01 19:18:03 +0000 (Wed, 01 Aug 2012) | 10 lines
Changed paths:
   M /trunk/DrainSouler-localization-deDE.lua
   M /trunk/DrainSouler-localization-enUS.lua
   M /trunk/DrainSouler-localization-frFR.lua
   M /trunk/DrainSouler-localization-koKR.lua
   M /trunk/DrainSouler-localization-zhCN.lua
   M /trunk/DrainSouler-localization-zhTW.lua
   D /trunk/DrainSouler-sound25p-alarm1.ogg
   D /trunk/DrainSouler-sound25p-alarm2.ogg
   D /trunk/DrainSouler-sound25p-alarm3.ogg
   D /trunk/DrainSouler-sound25p-bmmmmmm.ogg
   D /trunk/DrainSouler-sound25p-dingding.ogg
   D /trunk/DrainSouler-sound25p-electro.ogg
   D /trunk/DrainSouler-sound25p-horn.ogg
   D /trunk/DrainSouler-sound25p-radarping.ogg
   A /trunk/DrainSouler-soundwarn-alarm1.ogg
   A /trunk/DrainSouler-soundwarn-alarm2.ogg
   A /trunk/DrainSouler-soundwarn-alarm3.ogg
   A /trunk/DrainSouler-soundwarn-bmmmmmm.ogg
   A /trunk/DrainSouler-soundwarn-dingding.ogg
   A /trunk/DrainSouler-soundwarn-electro.ogg
   A /trunk/DrainSouler-soundwarn-horn.ogg
   A /trunk/DrainSouler-soundwarn-radarping.ogg
   M /trunk/DrainSouler.lua

This is for Mist of Pandaria only.

!!! DrainSouler is now a 'channeling spell'-tracking addon for affliction warlocks.
!!! (You can use it with any warlock spec, but it's most useful for the affliction spec.)

- update for 5.0.4.15913 Beta

- added Drain Life, Harvest Life and Malefic Grasp
  (Drain Life and Harvest Life seems to work a bit strange compared to Drain Soul and Malefic Grasp, this spells gets currently no benefit from haste ... intended?, todo? or bug? ... let's wait for next beta release)
- added slash commands ('/ds' or '/drainsouler') to open/close configuration
------------------------------------------------------------------------
r42 | kunda | 2012-07-11 22:15:39 +0000 (Wed, 11 Jul 2012) | 6 lines
Changed paths:
   M /trunk/DrainSouler-localization-deDE.lua
   M /trunk/DrainSouler-localization-enUS.lua
   M /trunk/DrainSouler-localization-frFR.lua
   M /trunk/DrainSouler-localization-koKR.lua
   M /trunk/DrainSouler-localization-zhCN.lua
   M /trunk/DrainSouler-localization-zhTW.lua
   M /trunk/DrainSouler.lua

- fixed detailed information if haste or spellpower is <= 0
- option interface update
- use RegisterUnitEvent for UNIT_HEALTH
- throttle OnUpdate TickTimer and DrainSoulTimer to 0.04 seconds (needs check [where is the overhead breakpoint?], maybe 0.1 is enough)

Note: Drain Soul is now a very powerful spell, even if the target is above 20% health.
------------------------------------------------------------------------