2.4-64-gf5a4710
Details
-
FilenameAckisRecipeList-2.4-64-gf5a4710.zip
-
Uploaded by
-
UploadedSep 10, 2012
-
Size826.21 KB
-
Downloads3,282
-
MD5abcd4e297586452b861aeff6cb7f71a8
Supported WoW Retail Versions
- 5.0.4
Changelog
mike:
- Draela -> Draelan
- Stupid Inscription, Glyph of Barkskin from NIR now
- added "Draela" to the localization app
- Added a new mob to the Mob db: Bash'ir Arcanist and added the mob ID to the Enchant Weapon - Major Spellpower
James D. Callahan III:
- Comment out code (for possible later reuse) that removes the VENDOR flag from recipes where REPUTATION is set since there are edge-cases where this is valid.
mike:
- Datamined the Jewelcrafting Supplies vendor: Anuur
James D. Callahan III:
- Got rid of the "REMOVED_FROM_GAME" and F.RETIRED for 10 recipes which are sold by Tiffany Cartier in Dalaran.
- Cleanup private:AddListEntry()
Ressy:
- Fixing trainer adds
- Alliance - Darnassus + Teldrassil
- Northrend Alliance + Dalaran
James D. Callahan III:
- Removed a silly non-necessary iteration when all that was required was a simple lookup.
- Changed trainer scanning to only load recipes from that trainer's profession rather than loading _all_ professions so we're not loading things we don't need. Use the profession_recipe_list for the trainer's profession as well to remove a check on the recipe's profession.
- Fixed two calls to Debug which referred to recipe_prototype instead of add-on.
Ressy:
- Recipe removed from trainer
- Alchemist's Flask
- Stormwind/Elwynn Forest
mike:
- Added the IDs to a few <Guild Vendor>'s to the respected recipes that they sell
- Added a new trainer who trains in a few professions: Wembil Taskwidget
- Added a new Jewelcrafting Trainer to that database: Hanner Gembold
Ressy:
- Dun Morough
John Pasula:
- Update alchemy - Apothecary Bressa.
- Update blacksmith recipes.
mike:
- manually revert the recent changes to engineering db file
Ressy:
- Stormwind/Ironforge changes
mike:
- Updated the entries for the Engineering recipes: Accurate Scope and Fused Wiring
James D. Callahan III:
- Localization for new Vandor
Ressy:
- Jewelcrafting trainer update
- Updated Alchemy trainer
James D. Callahan III:
- Added lookup of zone info by name.
- Why the hell was this function so complicated?
- Whoops. Remove LibBabble-Zone-3.0 from .pkgmeta
- Most of the boss names are now pulled from the Encounter Journal rather than LibBabble-Boss-3.0 - those that remain either have not been added yet (Karazhan) or are not considered bosses by Blizzard.
- Added missing entry for Darkshore.
- Dump recipe World Drop locations as their label.
- Moved all (known) developer utility functions to Utilities.lua
- Added missing entry for Deepholm.
- LibBabble-Zone completely removed.
- Update for ChangeLog
- Changed method of zone name lookup, added support for continent names, and converted two more files away from LibBabble-Zone-3.0
mike:
- Removed 2 mobs from the Mob database that were not associated with any recipes in any professions
- Datamine Scan/Dump the Enchanting, Leatherworking, Cooking, and Alchemy databases
James D. Callahan III:
- Since custom entries don't always have an associated zone, account for that.
- Replaced usage of LibBabble-Zone with GetMapNameByID for custom string entries.
- More dataminer tweaks
- Another tweak to responsiveness for searching.
mike:
- Removed the Resistance Armor Kits in the Leatherworking database since they were removed, and removed the mobs that used to be associated with those recipes
- Added a bunch of recipes from various professions that have multiple ranks where it auto-updates it when you reach a certain skill level of that profession
James D. Callahan III:
- Added new patterns for the data miner. Fixes rage potions, Barbaric Belt, Blade Ward, and some cooking recipes.
- Logic fix.
- Typo fix.
- Removed SPELL_OVERWRITE_MAP - now check for recipe:PreviousRankID() instead.
- Recipe dumps will now include recipe:SetPreviousRankID() where appropriate.
- Updated Leatherworking and Tailoring recipes to use recipe:SetPreviousRankID()
- Added recipe_prototype methods SetPreviousRankID and PreviousRankID; this is much cleaner (as a one-to-one mapping) than maintaining a monolithic SPELL_OVERWRITE_MAP.
- Display tweak.
- Actually remove the textures…
- Removed the profession textures we were shipping with in favor of SetPortraitToTexture() and GetTradeSkillTexture()
- Use BOOKTYPE_PROFESSION rather than "profession".
- Made the search box inherit from SearchBoxTemplate.
- Made search-on-type more responsive.
- ChangeLog update.