3.0.19-16-g966327a-nolib
Details
-
FilenameAckisRecipeList-3.0.19-16-g966327a-nolib.zip
-
Uploaded by
-
UploadedJun 1, 2015
-
Size389.54 KB
-
Downloads70
-
MD5f5bd58504ba0cf3a94356bd2161a5935
Supported WoW Retail Versions
- 6.1.0
Changelog
James D. Callahan III:
- Added matching on "crafting reagent" so those recipes will be exempt from the "No role flag." warning.
- More output improvements.
- Stop using name matching for trainer scans; grab the actual recipe spell ID from the trainer's recipe tooltip. This guarantees correctness, and lets us go back to automagically setting skill levels based on what the trainer says they are.
- Scan the recipe's item ID _in addition to_ checking if it's flagged as trainer and has an item ID. Improved output formatting.
- Remove the recipe and is_vendor parameters from ScanTooltip(), and don't clear scan_data after scanning the recipe's tooltip. Miscellaneous cleanups.
- Add filters by their ID, not by name. This stops a beeg asplosion.
- Cleanups.
- Dead code removal.
- Only add trainers to a recipe if they share a profession (recipe name confusion...)
- Don't automatically "correct" recipe skill levels, since the trainer only reports the name which can be confused with an entirely different recipe.
- Greatly simplify things and improve accuracy by directly using the recipe object when scanning, instead of using convoluted name-to-ID lookups that can fail due to duplicate recipe names.
- Dead code removal.
- Kill needless file header.
- Added ACHIEVEMENT and MISC1 to the OBTAIN_FILTERS table - partially fixes ticket #1678
- FS => FilterStrings
Ressy:
- Update No Role Flags