Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
r13-release release | 63.95 KB | Jan 18, 2020 | 8.3.0 | 383 | Download |
r12-release release | 62.69 KB | Nov 12, 2019 | 8.2.5 | 270 | Download |
r11-release release | 62.37 KB | Sep 23, 2019 | 8.2.0 | 268 | Download |
r10-release release | 62.65 KB | Sep 1, 2019 | 8.2.0 | 220 | Download |
r9-release release | 62.63 KB | Jul 17, 2019 | 8.2.0 | 270 | Download |
r8-release release | 60.44 KB | Mar 24, 2019 | 8.1.5 | 397 | Download |
r7-release release | 56.50 KB | Jul 28, 2018 | 8.0.1 | 610 | Download |
r6-release release | 52.75 KB | Sep 2, 2017 | 7.3.0 | 582 | Download |
r5-release release | 52.15 KB | Jun 25, 2017 | 7.2.5 | 294 | Download |
r4-release release | 52.65 KB | Apr 2, 2017 | 7.2.0 | 303 | Download |
r3-release release | 52.03 KB | Jan 11, 2017 | 7.1.5 | 275 | Download |
r2-release release | 51.73 KB | Nov 24, 2016 | 7.1.0 | 221 | Download |
Description
LibRecipes organizes trade skill recipes, spells and items into sets. LibRecipes is a LibStub library for querying these sets. Its focus is efficiency and speed.
You can retrieve the spell taught by a recipe and the item it creates. Or you can find the recipe that teaches a spell. In WoW there is a big difference between each of them. For example:
Item 37337 (Formula: Enchant Bracer – Greater Stats)
teaches
spell 44616 (Greater Stats)
which creates
item 38987 (Enchant Bracer – Greater Stats).
Recipes, spells and items are all represented by numeric IDs. You can use WoW API methods GetSpellInfo(id) and GetItemInfo(id) to retrieve the details respectively of spell and recipe/item IDs.
You can read about how to use LibRecipes in your mod on the API page.
You can show your appreciation and support future development by donating!
Add a comment