2.4-40-g1f0c39f
Details
-
FilenameAckisRecipeList-2.4-40-g1f0c39f.zip
-
Uploaded by
-
UploadedSep 8, 2012
-
Size816.43 KB
-
Downloads1,269
-
MD5958da6c999aa8b1aa34b4a31fc66a627
Supported WoW Retail Versions
- 5.0.4
Changelog
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.