r396
Details
-
FilenameRaidBuffStatus-r396.zip
-
Uploaded by
-
UploadedOct 17, 2010
-
Size301.16 KB
-
Downloads63
-
MD53622b8d4fcd500c16c608d76280d5bee
Supported WoW Retail Versions
- 4.0.1
Changelog
------------------------------------------------------------------------
r396 | danielbarron | 2010-10-17 21:23:35 +0000 (Sun, 17 Oct 2010) | 6 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Config.lua
M /trunk/Core.lua
M /trunk/ReadMe.txt
RaidBuffStatus:
- Removed more things no longer needed such as Sanctuary, PallyPower support, Warlock shards and Warlock weapon buffs.
- Scrolls are now incorporated in the slacking elixirs.
- Fixed error on Buff Options window.
- Temporarily removed support for Paladin blessings. This will be added back soon.
- Fixed a little bit of the talent window.
------------------------------------------------------------------------
r395 | oscarucb | 2010-10-14 21:41:08 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/Buffs.lua
fix mage armor
------------------------------------------------------------------------
r394 | oscarucb | 2010-10-14 21:31:06 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/Buffs.lua
fix healthstone name/icon
------------------------------------------------------------------------
r393 | oscarucb | 2010-10-14 16:15:36 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/Core.lua
fix CD for lock soulstone (30 min CD, 15 min duration)
------------------------------------------------------------------------
r391 | oscarucb | 2010-10-11 05:43:07 +0000 (Mon, 11 Oct 2010) | 15 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
M /trunk/RaidBuffStatus.toc
Initial 4.0 version - basic functionality working on the PTR with no known lua errors
Change Summary:
***************
Remove checks for many "improved X" talents that no longer exist
Remove greater/reagent versions of buffs that no longer exist
Remove buffs that no longer exist: spirit, amp magic, wisdom, sanctuary, drums of wild, ammo
Update many spellIDs for removal of ranks
Updated/removed pally auras, pally seals, pally blessings, hunter aspects, shaman shield
Updated feral and DK tank talent detection
Added Cata consumables
Update mouse handlers for 4.0 handler changes
Update TOC
------------------------------------------------------------------------
r389 | oscarucb | 2010-10-08 02:11:20 +0000 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
M /trunk/Core.lua
minor fix to last - make version check more robust
------------------------------------------------------------------------
r388 | oscarucb | 2010-10-08 00:08:29 +0000 (Fri, 08 Oct 2010) | 3 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Config.lua
M /trunk/Core.lua
M /trunk/MiniMap.lua
M /trunk/RaidBuffStatus.toc
M /trunk/ToolScanner.lua
M /trunk/oRAEvent.lua
add more inteeligent and automatic project versioning
so the version stamp is always correct, even on an svn dev copy
------------------------------------------------------------------------
r387 | oscarucb | 2010-10-05 20:39:37 +0000 (Tue, 05 Oct 2010) | 2 lines
Changed paths:
M /trunk/RaidBuffStatus.toc
M /trunk/ReadMe.txt
update readme and toc
------------------------------------------------------------------------
r386 | oscarucb | 2010-10-05 08:10:18 +0000 (Tue, 05 Oct 2010) | 2 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
Add right-click self buffing for missing temporary weapon enchants (shaman, warlock, rogue)
------------------------------------------------------------------------
r385 | danielbarron | 2010-10-04 14:33:17 +0000 (Mon, 04 Oct 2010) | 2 lines
Changed paths:
M /trunk/RaidBuffStatus.toc
M /trunk/ReadMe.txt
RaidBuffStatus:
- Updated toc and ReadMe.txt
------------------------------------------------------------------------
r383 | oscarucb | 2010-09-19 00:29:03 +0000 (Sun, 19 Sep 2010) | 6 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
Add detection of missing pets for hunters, warlocks, and appropriately-specced DKs and mages
This check is mainly complicated by the fact that pets don't exist while a unit is mounted, so
the check conservatively assumes the pet is present if the unit is mounted and we can't tell for sure.
Right-click summons the missing pet
------------------------------------------------------------------------