1.8.4_release

Details

  • Filename
    DrDamage-1.8.4_release.zip
  • Uploaded by
  • Uploaded
    Jan 22, 2011
  • Size
    364.89 KB
  • Downloads
    89,069
  • MD5
    fa70762f4f04d376c7fe46a346d2d006

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r1588 | gagorian | 2011-01-22 22:12:39 +0000 (Sat, 22 Jan 2011) | 1 line
Changed paths:
   A /tags/1.8.4_release (from /trunk:1587)

Tagging as 1.8.4_release
------------------------------------------------------------------------
r1587 | gagorian | 2011-01-11 01:40:20 +0000 (Tue, 11 Jan 2011) | 1 line
Changed paths:
   M /trunk/DrDamage.lua

- Fixed error on line 2276 DrDamage.lua
------------------------------------------------------------------------
r1586 | gagorian | 2011-01-10 18:19:21 +0000 (Mon, 10 Jan 2011) | 1 line
Changed paths:
   M /trunk/Data/Paladin.lua

- Word of Glory seems to actually have an AP coefficient (at around 19.8%) in addition to the SP coefficient. This should fix incorrect calculations.
------------------------------------------------------------------------
r1585 | gagorian | 2011-01-10 17:08:49 +0000 (Mon, 10 Jan 2011) | 2 lines
Changed paths:
   M /trunk/DrDamage.lua

- Make sure cast sequence macro timer doesn't cancel an expired and recycled handle of any other timer
- Remove all silent AceTimer-3.0 CancelTimer switches as they aren't needed
------------------------------------------------------------------------
r1584 | gagorian | 2011-01-07 05:36:52 +0000 (Fri, 07 Jan 2011) | 1 line
Changed paths:
   M /trunk/DrDamage.lua

- Merged two functions, saving one function call per updated button and reorganized actionbar update code a bit
------------------------------------------------------------------------
r1583 | gagorian | 2011-01-07 04:18:44 +0000 (Fri, 07 Jan 2011) | 3 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Use ACTIVE_TALENT_GROUP_CHANGED instead of PLAYER_TALENT_UPDATE cause it triggers for example on zoning
- No longer listens to LEARNED_SPELL_IN_TAB, it's occasionally spammy and I don't think it's needed in many situations
- Schedule update on glyph changes
------------------------------------------------------------------------
r1582 | gagorian | 2011-01-07 03:13:25 +0000 (Fri, 07 Jan 2011) | 2 lines
Changed paths:
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/DrDamage.lua

- Added Aimed Shot!, Pyroblast!, Ravage! (so tooltips will work while the abilities are active)
- Manual stealth update delay minimum of 0.2 to prevent double updates
------------------------------------------------------------------------
r1581 | gagorian | 2011-01-07 01:40:20 +0000 (Fri, 07 Jan 2011) | 6 lines
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua

- Frost Fever, Blood Plague, Explosive trap and Improved Serpent Sting can crit
- Slightly adjusted some hotfixed ability coefficients based on datamined information from the new PTR build
- Explosive trap initial damage doesn't seem to have an AP coefficient unlike Blizzard tooltip suggests
- Adjusted Frost Bolt low level scaling coefficient to hotfixed value
- Adjusted Mind Spike coefficient to PTR value
- Adjusted Shield Slam low level scaling to PTR value
------------------------------------------------------------------------
r1580 | gagorian | 2011-01-06 03:28:49 +0000 (Thu, 06 Jan 2011) | 1 line
Changed paths:
   M /trunk/Debug.lua

- Updated debug function
------------------------------------------------------------------------
r1579 | gagorian | 2011-01-06 03:16:57 +0000 (Thu, 06 Jan 2011) | 7 lines
Changed paths:
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added option to disable numbers (and the events they update on) on default Blizzard pet, totem and aura bars
- Fixed mana changed trigger with the casts display type also updating actionbar damage numbers
- Fixed castsequence macro updating the text of more slots than strictly required
- Actionbar page change and combo point change are now instant updates by default
- Bucket PLAYER_EQUIPMENT_CHANGED instead of using a timer to throttle updates
- Allow target change update to be configured as instant
- Manually set actionbar text update timers now behave better; a long delay won't cause other shorter triggers to get ignored
------------------------------------------------------------------------
r1578 | gagorian | 2011-01-03 16:30:17 +0000 (Mon, 03 Jan 2011) | 1 line
Changed paths:
   M /trunk/Data/DeathKnight.lua

- Added missing localization key
------------------------------------------------------------------------
r1577 | gagorian | 2011-01-02 08:58:28 +0000 (Sun, 02 Jan 2011) | 1 line
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Debug.lua

- Fixed error with Glyph of Death's Embrace
------------------------------------------------------------------------
r1576 | gagorian | 2011-01-01 19:24:16 +0000 (Sat, 01 Jan 2011) | 2 lines
Changed paths:
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added Rocket Barrage (Goblin Racial)
- Some improvements to Gift of the Naaru
------------------------------------------------------------------------
r1575 | gagorian | 2011-01-01 18:24:46 +0000 (Sat, 01 Jan 2011) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added Beast Slaying (Troll Racial)
------------------------------------------------------------------------
r1573 | gagorian | 2010-12-27 20:33:28 +0000 (Mon, 27 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua

- Added option to shorten the actionbar text of abilities with large numbers (10.0k - 100k)
- Check if button.GetSpellId exists for Bartender4 to make sure it doesn't error with old versions of BT4 (*cough* SpartanUI *cough*)
------------------------------------------------------------------------
r1572 | gagorian | 2010-12-27 05:24:31 +0000 (Mon, 27 Dec 2010) | 1 line
Changed paths:
   M /trunk/Data/Paladin.lua

- Seal of Truth procs Seals of Command twice
------------------------------------------------------------------------
r1570 | gagorian | 2010-12-27 05:07:08 +0000 (Mon, 27 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warrior.lua
   M /trunk/Melee.lua

- Lightning Shield can crit
- Removed summed crit display from multiple hit abilites in the melee module (this was already implemented in the caster module)
------------------------------------------------------------------------
r1569 | gagorian | 2010-12-27 04:38:17 +0000 (Mon, 27 Dec 2010) | 8 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Melee.lua
   M /trunk/docs/SpellStruct.txt

- Seal of Truth dot or Seal of Justice initial hit does not benefit from Two-Handed Weapon Mastery. Seal of Righteousness seems to get around 9.35% instead of 20%
- Seals of Truth dot can crit, also the weapon damage part seems to be 15% instead of 9% as the Blizzard tooltip suggests
- Improved Glyph of Exorcism calculation
- Improved Seals of Command display on SoR and SoJ
- Fixed Holy Wrath calculation
- Consecration can crit
- Seal of Justice crits for 150%
- Fixed Garrote calculation. Also Garrote can crit
------------------------------------------------------------------------
r1568 | gagorian | 2010-12-27 00:57:08 +0000 (Mon, 27 Dec 2010) | 7 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Mage.lua

- Improved Lifebloom stacks display
- Razor Claws doesn't seem to apply to Shred
- Show Faerie Fire (Feral) as 0 outside of bear form
- Fixed Rip damage calculation, crits are also now calculated
- Fixed Pounce AP coefficient, crits are also now calculated
- Slightly adjusted Swipe and Maul coefficients
- Fixed Maim base and combo point coefficients
------------------------------------------------------------------------
r1567 | gagorian | 2010-12-25 21:08:32 +0000 (Sat, 25 Dec 2010) | 3 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Shaman.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Disable updates in combat now also disables updates based on modifier keys and target change
- You can now adjust the update actionbar update timers based on invidivual triggers in the actionbar options
- Talents that convert agi/str/ap to SP now properly enable comparisons of above stats in spell tooltips (shaman, paladin)
------------------------------------------------------------------------
r1566 | gagorian | 2010-12-25 17:49:36 +0000 (Sat, 25 Dec 2010) | 1 line
Changed paths:
   M /trunk/Data/Mage.lua

- Fixed Cone of Cold coefficient
------------------------------------------------------------------------
r1565 | gagorian | 2010-12-24 13:40:56 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Melee.lua

- More tuning to how custom SP and AP is calculated
------------------------------------------------------------------------
r1564 | gagorian | 2010-12-24 10:50:11 +0000 (Fri, 24 Dec 2010) | 1 line
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Melee.lua

- Fixed issues with custom AP and SP modifiers
------------------------------------------------------------------------
r1563 | gagorian | 2010-12-23 22:04:46 +0000 (Thu, 23 Dec 2010) | 3 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/Debug.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Fixed manually added Blessing of Kings stats getting double bonuses from stat modifier talents/abilities/buffs
- Fixed Subtlety spec bonuses for Hemorrhage and Backstab
- Trim trailing space
------------------------------------------------------------------------
r1562 | gagorian | 2010-12-23 21:20:39 +0000 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Stat bonuses seem to stack multiplicatively
- Cleaned up manual buffs/debuffs list
------------------------------------------------------------------------
r1561 | gagorian | 2010-12-23 06:53:03 +0000 (Thu, 23 Dec 2010) | 5 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/Debug.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added agi, str, int, spirit and mastery rating to manually modifiable stats, and their comparisons to the tooltips. Added needed class based talents/buffs and armor specializations (assumes it's always active) for these.
- Added Blessing of Kings (and similar), added Mana Tide, added Mana Spring Totem (and similar), added Horn of Winter (and similar), Added Agi/Str/Int/Spirit flasks and food to manually modifiable buffs
- Added several common damage modifier buffs/debuffs
- Fixed a few minor calculation issues related to rounding and increased stat calculations for dots

------------------------------------------------------------------------
r1560 | gagorian | 2010-12-20 18:40:38 +0000 (Mon, 20 Dec 2010) | 1 line
Changed paths:
   M /trunk/Data/Paladin.lua

- Corrected Divinity
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
163.93 KB Jan 22, 2011 4.0.3a 386