r701

Details

  • Filename
    DrDamage-wrath-clone-r701.zip
  • Uploaded by
  • Uploaded
    Oct 19, 2008
  • Size
    217.09 KB
  • Downloads
    45
  • MD5
    c131102475439f0190d266af687b3e5d

Supported WoW Retail Versions

  • 3.0.2

Changelog

------------------------------------------------------------------------
r701 | dally1991 | 2008-10-19 23:32:15 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Data/Hunter.lua

DrDamage:
-Survival tree finished, except for Explosive shot which will require special code to be written later.
-Hunters done
------------------------------------------------------------------------
r700 | dally1991 | 2008-10-19 20:50:35 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Data/Rogue.lua
   M /trunk/DrDamage.lua

DrDamage:
-Added rogue changes provided by Eggi
-Added Macaroon support provided by Eggi
------------------------------------------------------------------------
r699 | dally1991 | 2008-10-19 19:34:09 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Data/Hunter.lua

DrDamage:
-Removed some temporary debug code
-Implemented Chimera Shot damage increase with Serpent Sting
------------------------------------------------------------------------
r698 | Zironic | 2008-10-19 13:44:38 +0000 (Sun, 19 Oct 2008) | 1 line
Changed paths:
   M /trunk/Data/Paladin.lua

It now has proper data for all paladin normal spells but doesn't work for anything that isn't a proper spell.
------------------------------------------------------------------------
r697 | Dally1991 | 2008-10-19 13:41:46 +0000 (Sun, 19 Oct 2008) | 4 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Melee.lua

DrDamage:
-Fixes for Melee.lua functions
-Hunter spells and talents (2 out of 3 trees) implemented
-Reverted Eggi's changes (I really appreciate the help, but for now, upload your proposed changes to the DrDamage thread on the wowace forums. It makes my job a bit easier if updates are added through as few channels as possible to ensure nothing gets broken. =D )
------------------------------------------------------------------------
r696 | Eggi | 2008-10-19 13:17:13 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/Rogue.lua

DrDamage:
- Added Savage Combat
- Updated Rogue module
------------------------------------------------------------------------
r695 | Dally1991 | 2008-10-19 09:24:59 +0000 (Sun, 19 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Melee.lua

DrDamage:
-Fixed 2 minor bugs with the isMelee calculation.
------------------------------------------------------------------------
r694 | jokeyrhyme | 2008-10-19 06:53:35 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Warlock.lua

DrDamage:
- DeathKnight: inserted spellcrit damage modifier
- Warlock: inserted a few more spell ranks
------------------------------------------------------------------------
r693 | jokeyrhyme | 2008-10-19 05:58:36 +0000 (Sun, 19 Oct 2008) | 2 lines
Changed paths:
   M /trunk/DrDamage.toc
   M /trunk/embeds.xml

DrDamage:
- added tags for "no-lib" versions to .toc and embeds.xml
------------------------------------------------------------------------
r692 | jokeyrhyme | 2008-10-19 05:38:40 +0000 (Sun, 19 Oct 2008) | 4 lines
Changed paths:
   M /trunk
   A /trunk/Data/DeathKnight.lua
   M /trunk/Data/Warlock.lua
   M /trunk/DrDamage.toc

DrDamage:
- .toc updated for new WoW version
- .toc now loads DeathKnight.lua
- Warlock: initial updates
------------------------------------------------------------------------
r691 | Dally1991 | 2008-10-19 05:08:18 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

DrDamage:
-Merged jokeyrhymes changes into the wrath-main branch.
-Sorted the Aura.lua file following jokeyrhyme's example.
------------------------------------------------------------------------
r690 | Dally1991 | 2008-10-19 01:25:37 +0000 (Sun, 19 Oct 2008) | 1 line
Changed paths:
   M /trunk/libs

------------------------------------------------------------------------
r689 | Dally1991 | 2008-10-19 00:41:06 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua

DrDamage:
- Finished the last of the druid talents. DrDamage is showing numbers with about a 5-10% error, but this is acceptable for now.
- Caster.lua - IMPORTANT CHANGE, healing co-efficients are increased by 188% in WoW 3.0, but rather than waste time implementing this as a co-efficient change, for now I've just made +healing = spellpower * 1.88. I will revisit this later to do it properly, but for now it has an identical effect on the final numbers.
------------------------------------------------------------------------
r688 | Dally1991 | 2008-10-18 23:54:23 +0000 (Sat, 18 Oct 2008) | 7 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/Druid.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

DrDamage:
-Fixed PLAYER_COMBO_POINT to the new UNIT_COMBO_POINT
-Fixed 2 non-extant spellids in Aura.lua
-Fix for GetComboPoints() change
-Fix for the new mount/non-combat pet summon buttons
-Fixed GetPlayerBuff to the new UnitBuff/UnitDebuff
-Druid Talent and Spell changes
------------------------------------------------------------------------
r687 | Dally1991 | 2008-10-18 23:34:12 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/libs

Updated library locations for FuBarPlugin-2.0, LibBabble-Inventory-3.0, LibGratuity-3.0 and Dewdrop.
------------------------------------------------------------------------
r686 | Dally1991 | 2008-10-18 23:12:51 +0000 (Sat, 18 Oct 2008) | 2 lines
Changed paths:
   M /trunk/.pkgmeta

DrDamage:
- Dewdrop library location update
------------------------------------------------------------------------
r685 | root | 2008-09-30 15:48:36 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Hopefully fix .pkgmeta
------------------------------------------------------------------------
r684 | root | 2008-09-29 21:57:40 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   M /trunk/libs

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r682 | root | 2008-09-29 20:57:50 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   D /tmp/trunk/DrDamage
   A /trunk (from /tmp/trunk/DrDamage:681)

Importing old repo data under /trunk
------------------------------------------------------------------------
r681 | gagorian | 2008-09-16 11:57:38 +0000 (Tue, 16 Sep 2008) | 2 lines
Changed paths:
   M /tmp/trunk/DrDamage/Caster.lua

DrDamage:
- Schhh..
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
98.10 KB Oct 19, 2008 3.0.2 17