r170-nolib
Details
-
FilenameZOMGBuffs-r170-nolib.zip
-
Uploaded by
-
UploadedOct 26, 2010
-
Size528.22 KB
-
Downloads33
-
MD524df898f1697dd5fbd15a463b7ae4230
Supported WoW Retail Versions
- 4.0.1
Changelog
------------------------------------------------------------------------
r170 | Zeksie | 2010-10-26 16:53:17 +0000 (Tue, 26 Oct 2010) | 1 line
Changed paths:
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Hugely simplified Flask of the North handling now that type of buff is selected by a server script.
------------------------------------------------------------------------
r169 | Zeksie | 2010-10-26 15:41:51 +0000 (Tue, 26 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Fix issue with auto reagent buying. Had to make it aware of old items like Instant Poison kept in game for historical reasons. It'll count them now as part of the total before buying stuff.
Fix a saved vars issue with buffs that used to have a stack count, but don't any more (like Inner Fire).
------------------------------------------------------------------------
r168 | thelibrarian | 2010-10-25 18:21:28 +0000 (Mon, 25 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Add Arcane Powder reagents to SelfBuffs for mage (was previously in BuffTehRaid for Brilliance but was removed). Notify on Ritual of Refreshment.
------------------------------------------------------------------------
r167 | thelibrarian | 2010-10-23 16:48:22 +0000 (Sat, 23 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.toc
Force commit to pick up localization changes
------------------------------------------------------------------------
r166 | thelibrarian | 2010-10-20 21:49:21 +0000 (Wed, 20 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Fix stupid mistake in alias code
------------------------------------------------------------------------
r165 | thelibrarian | 2010-10-20 15:46:36 +0000 (Wed, 20 Oct 2010) | 10 lines
Changed paths:
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Add a generlized "aliases" mechanism to the SelfBuffs module as well. Should really think about consolidating this info across the modules somehow to avoid duplication.
Move the DK checks out of a special case skip() and into aliases.
Don't tell warriors they need to refresh Battle Shout if they already have Strength of Earth or Horn of Winter.
Ditto for Commanding Shout vs. Blood Pact and Power Word: Fort
Clean up some comments and remove obsolete check for Ice Armor for mages.
------------------------------------------------------------------------
r164 | thelibrarian | 2010-10-20 14:51:43 +0000 (Wed, 20 Oct 2010) | 10 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Add a table of group buffs that ZOMGBuffs doesn't normally track, but that conflict with ones that it does. Could also be done by adding it to the existing ids table for each individual buff, but I think doing it by category is cleaner.
Add Commanding Shout and Blood Pact for Stamina so that they show up instead of Power Word: Fortitude if present (BuffTehRaid is already avoiding buffing in that case, this just fixes the icons in the group list).
Move Dalaran Brilliance and Fel Intellegence to the new otherBuffs table, and remove special casing for them.
buffTypes is a superset of buffsLookup for all current uses of it, remove buffsLookup.
Don't remind DKs to buff Horn of Winter if they already have Battle Shout.
------------------------------------------------------------------------
r163 | thelibrarian | 2010-10-19 21:01:12 +0000 (Tue, 19 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Add Soul Harvest for Warlocks so my lock can be lazy :)
------------------------------------------------------------------------
r162 | thelibrarian | 2010-10-19 20:20:18 +0000 (Tue, 19 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGReagents.lua
Missed a file in r158 -- re-hook ZOMGReagents.lua back up to localizations
------------------------------------------------------------------------
r161 | thelibrarian | 2010-10-19 15:59:22 +0000 (Tue, 19 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.lua
Add Boots of the Bay to Portalz (ticket 103)
------------------------------------------------------------------------
r160 | thelibrarian | 2010-10-19 15:54:29 +0000 (Tue, 19 Oct 2010) | 2 lines
Changed paths:
M /trunk/Locales/localization.lua
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua
Remove "Wait for Group/Class option" and related checks as nothing actually used it anymore.
------------------------------------------------------------------------
r159 | thelibrarian | 2010-10-19 15:36:22 +0000 (Tue, 19 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
Don't buff while in shadowmeld (requested by ticket 132)
------------------------------------------------------------------------
r158 | thelibrarian | 2010-10-19 15:03:12 +0000 (Tue, 19 Oct 2010) | 6 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/Locales/localization.deDE.lua
M /trunk/Locales/localization.esES.lua
M /trunk/Locales/localization.esMX.lua
M /trunk/Locales/localization.frFR.lua
M /trunk/Locales/localization.koKR.lua
M /trunk/Locales/localization.ruRU.lua
M /trunk/Locales/localization.zhCN.lua
M /trunk/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs.toc
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.deDE.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esES.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esMX.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.frFR.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.koKR.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.ruRU.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhCN.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.toc
M /trunk/ZOMGBuffs_Portalz/Locales/localization.deDE.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.esES.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.esMX.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.frFR.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.koKR.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.ruRU.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhCN.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.toc
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.deDE.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esES.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esMX.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.frFR.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.koKR.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.ruRU.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhCN.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.toc
M /trunk/ZOMGModulePrototype.lua
M /trunk/ZOMGReagents.lua
M /trunk/modules.xml
Correct repo from merging in clone from packaged file.
[===[@debug -> @debug@
Locale files reverted back to using @localization@ instead of being expanded
Remove X-Curse-Packaged headers that leaked into TOC files
Copy over unpackaged files (.pkgmeta, modules.xml
------------------------------------------------------------------------
r157 | Zeksie | 2010-10-19 10:43:16 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
M /trunk/Locales/localization.deDE.lua
M /trunk/Locales/localization.esES.lua
M /trunk/Locales/localization.esMX.lua
M /trunk/Locales/localization.frFR.lua
M /trunk/Locales/localization.koKR.lua
M /trunk/Locales/localization.lua
M /trunk/Locales/localization.ruRU.lua
M /trunk/Locales/localization.zhCN.lua
M /trunk/Locales/localization.zhTW.lua
M /trunk/TODO.txt
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs.toc
D /trunk/ZOMGBuffs_Blessings
D /trunk/ZOMGBuffs_BlessingsManager
D /trunk/ZOMGBuffs_BlessingsPP
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.deDE.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esES.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.esMX.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.frFR.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.koKR.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.ruRU.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhCN.lua
M /trunk/ZOMGBuffs_BuffTehRaid/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.toc
D /trunk/ZOMGBuffs_Log
M /trunk/ZOMGBuffs_Portalz/Locales/localization.deDE.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.esES.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.esMX.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.frFR.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.koKR.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.ruRU.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhCN.lua
M /trunk/ZOMGBuffs_Portalz/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.lua
M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.toc
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.deDE.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esES.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.esMX.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.frFR.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.koKR.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.ruRU.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhCN.lua
M /trunk/ZOMGBuffs_SelfBuffs/Locales/localization.zhTW.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.toc
M /trunk/ZOMGModulePrototype.lua
M /trunk/ZOMGReagents.lua
D /trunk/changelog.txt
D /trunk/faq.txt
Merge thelibrarian's changes to mainline.
------------------------------------------------------------------------
r156 | onyxmaster | 2010-04-16 09:49:22 +0000 (Fri, 16 Apr 2010) | 1 line
Changed paths:
M /trunk/ZOMGBuffs_BlessingsManager/ZOMGBuffs_BlessingsManager.lua
proper "Auto Roles" and "Auto Assign" closing
------------------------------------------------------------------------