r1184
Details
-
FilenameDrDamage-r1184.zip
-
Uploaded by
-
UploadedJan 13, 2010
-
Size289.09 KB
-
Downloads31
-
MD5a3aa0d67f74b7b4674cfcc680a025a64
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r1184 | gagorian | 2010-01-13 13:27:43 +0000 (Wed, 13 Jan 2010) | 1 line
Changed paths:
M /trunk/DrDamage.lua
- Added Lifeblood healing actionbar text. Currently no buffs or talents are taken into account.
------------------------------------------------------------------------
r1183 | gagorian | 2010-01-13 13:06:33 +0000 (Wed, 13 Jan 2010) | 1 line
Changed paths:
M /trunk/Data/Warlock.lua
- Curse of Doom now correctly receives bonus from school type talents like Shadow Mastery but not from Shadow Embrace, Haunt or Spellstones
------------------------------------------------------------------------
r1181 | gagorian | 2010-01-12 01:53:23 +0000 (Tue, 12 Jan 2010) | 1 line
Changed paths:
M /trunk/Data/Rogue.lua
- Rogue poison AP coefficients updated to 3.3 hotfix values
------------------------------------------------------------------------
r1180 | gagorian | 2010-01-12 01:32:33 +0000 (Tue, 12 Jan 2010) | 1 line
Changed paths:
M /trunk/DrDamage.lua
- Added remove all talents option to configuration screen
------------------------------------------------------------------------
r1179 | gagorian | 2010-01-12 01:05:37 +0000 (Tue, 12 Jan 2010) | 1 line
Changed paths:
M /trunk/Aura.lua
M /trunk/Data/Warlock.lua
- Capped Soul Siphon effects to 4 instead of 3. Thanks goes to SunTsu
------------------------------------------------------------------------
r1178 | gagorian | 2010-01-11 23:47:55 +0000 (Mon, 11 Jan 2010) | 2 lines
Changed paths:
M /trunk/Caster.lua
M /trunk/Data/DeathKnight.lua
M /trunk/Data/Mage.lua
M /trunk/Data/Priest.lua
M /trunk/Data/Warlock.lua
- Added Demonic Pact talent
- Altered haste calculation in core
------------------------------------------------------------------------
r1176 | gagorian | 2009-12-30 06:12:58 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
M /trunk/Data/Hunter.lua
- Fixed Ranged Weapon Specialization applying incorrectly to a few abilities
------------------------------------------------------------------------
r1175 | gagorian | 2009-12-30 05:30:52 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
M /trunk/Data/Paladin.lua
M /trunk/Melee.lua
- Corrected an error with Death Knight and possibly warrior Two-Handed Weapon Specialization as they seem to behave different than the pally one on some abilities
------------------------------------------------------------------------
r1174 | gagorian | 2009-12-30 00:37:38 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
M /trunk/Data/Druid.lua
- Rend and Tear now correctly applies crit chance instead of damage to Ferocious Bite
------------------------------------------------------------------------
r1173 | gagorian | 2009-12-26 19:15:29 +0000 (Sat, 26 Dec 2009) | 1 line
Changed paths:
M /trunk/Data/DeathKnight.lua
M /trunk/DrDamage.lua
- Bloody Strikes now correctly applies 15% per level to Heart Strike instead of 5%
------------------------------------------------------------------------
r1172 | gagorian | 2009-12-14 00:07:30 +0000 (Mon, 14 Dec 2009) | 1 line
Changed paths:
M /trunk/Caster.lua
M /trunk/Data/DeathKnight.lua
M /trunk/Data/Hunter.lua
M /trunk/Data/Mage.lua
M /trunk/DrDamage.lua
M /trunk/Melee.lua
- Merged some aura calculation logic into the core from the modules to simplify future additions
------------------------------------------------------------------------
r1171 | gagorian | 2009-12-13 23:47:05 +0000 (Sun, 13 Dec 2009) | 1 line
Changed paths:
M /trunk/DrDamage.lua
- The actionbar tooltip of auto attack doesn't need caching
------------------------------------------------------------------------
r1170 | gagorian | 2009-12-13 23:21:40 +0000 (Sun, 13 Dec 2009) | 1 line
Changed paths:
M /trunk/DrDamage.lua
- Now caches the tooltip of Auto Attack since Blizzard updates it way too often. This does not make me happy.
------------------------------------------------------------------------
r1169 | gagorian | 2009-12-13 22:06:52 +0000 (Sun, 13 Dec 2009) | 1 line
Changed paths:
M /trunk/Data/DeathKnight.lua
- Added Black Ice effects to Scourge Strike shadow portion
------------------------------------------------------------------------
r1168 | gagorian | 2009-12-13 15:35:12 +0000 (Sun, 13 Dec 2009) | 1 line
Changed paths:
M /trunk/Data/DeathKnight.lua
- Manually enabled Scourge Strike now counts as a disease
------------------------------------------------------------------------
r1167 | gagorian | 2009-12-13 14:45:53 +0000 (Sun, 13 Dec 2009) | 2 lines
Changed paths:
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
- Added DrDamage:GetModifier(school) to get school related damage and crit modifiers. This enables support of partial elemental damage in physical type abilities. For example now Flametongue, Frostbrand, Scourge Strike and Necrosis gets the correct school modifier for the magical part
- Fixed Ebon Plague not applying modifier for Death Knights
------------------------------------------------------------------------
r1166 | gagorian | 2009-12-12 15:26:55 +0000 (Sat, 12 Dec 2009) | 1 line
Changed paths:
M /trunk/Melee.lua
- Added additional check to see that GetInventoryItemLink is not nil (it seems that in some rare case GratuityLib:SetInventoryItem returned a non-nil value even when GetInventoryItemLink is nil)
------------------------------------------------------------------------