- RecipeBook: Ayradyss's Addon
- Last Update: 27 May 2009
- Contact: recipebook (at) comcast.net
- Install: Unzip into the World of Warcraft/Interface/AddOns directory.
RecipeBook Version 3.1.0 beta 1
Note: interim builds are available at http://home.comcast.net/~recipebook - but be aware, these builds may be buggy and may or may not be compatible with formal release versions.
A RL Note: I work full-time plus and have a toddler. Real Life always comes first. Please do keep me up to date on bugs and requests, but there may be blocks of 4-6 weeks where I don't do anything but work and sleep, no time for code.
Brief description:
Adds information to recipes on which alts know or can learn them. Color codes recipes in the auction house. Allows sharing of recipe data between accounts.
For example:
I have character BetsyRoss, who is a tailor by nature. She knows Pattern: American Flag, but for some reason, I can never remember this when UncleScrooge goes to the auction house to buy patterns.
- Previously, would have to keep a written or mental list of BetsyRoss's known patterns so that UncleScrooge didn't buy her a second copy of Pattern: American Flag on accident.
- Now, with RecipeBook, UncleScrooge can mouse over Pattern: American Flag and see "Already known by: BetsyRoss" right there on the tooltip - or, if he chooses, in a special chat tab just for RecipeBook information.
It's fun! It's helpful! It's easy to use! It's also still in development, so there are a few known issues and some miscellaneous housework to be done.
Usage
/rb or /rbk or /recipebook will all work for slash commands. I am aware that RatingBuster uses /rb. That's what /rbk is for :)
General:
- - /rb help : Displays a help message
Sharing:
- - /rb send <alt> to <player> : Sends your RecipeBook data for a given alt to another player. Use 'all' as your alt to send all alts you know. Use 'me' to send just your character. Use 'guild' to send to your guild.
Banking:
- - /rb bank : Displays your banked items and options for banked items.
Skill Display
- - /rb skill : Use /rb skill to open a window which allows you to browse recipes known by alt and tradeskill. So, just in case UncleScrooge were curious, he could type "/rb skill", select BetsyRoss via the dopdown menu accessed by clicking on the "[click to change]" next to his name, and view all her Tailoring recipes.
Searching
- - /rb search : Opens the RecipeBook Search Window. (You can also bind this to a key)
- - /rb search <item> : Searches for items containing the given string.
- - /rb searchmats <item> : Searches for items using materials which match the given string.
Configuration:
- All configuration options can be accessed through the RecipeBook GUI: use /rb config to open this, use the minimap icon to open the configuration, or bind a key to it using the "keybindings" button in your main menu.
Known issues:
- RecipeBook only updates its recipe list when your tradeskill window is open. So, if BetsyRoss just learned Pattern: Giant American Flag, she'll have to open her Tailoring window before RecipeBook (or UncleScrooge) knows about it.
- I suspect Enchant Weapon: Unholy Weapon is still broken.
Compatibilities:
- === For mod authors: ===
- The easiest way to add RecipeBook compatibility to *your* mod is to call the following in your tooltip output:
RecipeBook_DoHookedFunction(tooltip, [link]);
- - Where tooltip is the tooltip (or tooltip name) you're using and (now optional) link is the item link itself. That will add RecipeBook's data lines.
- === Awaiting compatibility data from WotLK and 3.0 ===
Special thanks:
Curse Gaming's Pentarion and Ghandi, for some hard work helping me debug the German client version. Particularly to Pentarion for ongoing translation work.
- 2 comments
- 2 comments
Facts
- Date created
- 01 Jun 2007
- Category
- Last update
- 07 Nov 2009
- Development stage
- Release
- Language
- deDE
- enUS
- License
- Creative Commons
- Curse link
- Recipe Book
- Recent files
- R: RecipeBook 3.2.0 (interim 1) for 3.2.0 on 07 Nov 2009
- R: RecipeBook 3.1.0 (interim) for 3.1.0 on 29 May 2009
- B: 3.0.8b3 for 3.0.8 on 08 Feb 2009
- B: 3.0.8 BETA 2 for 3.0.8 on 03 Feb 2009
- R: 3.0.8 beta 1 for 3.0.8 on 02 Feb 2009
- #2
Jeania Fri, 12 Dec 2008 01:47:17is it possible to have a coloring config menu? :D Don't get me wrong lol, just I'd like to be able to fade out the color a bit :/ I love the idea of this addon, and reaallly want to try it out, this has been the only thing holding me back :(
Also, how do you know what your friends need/can learn?
- #1
Ayradyss Sat, 18 Oct 2008 15:10:06OK - alpha 5 fixes the linked tradeskill bug (I discovered it much to my own surprise) - and I'm investigating a prompt-to-save on those linked tradeskills ;)
Still working on the Unholy enchant. I'm not sure WHY the code isn't working as specified, so let me give it another run-through.
Reeb - I'll investigate that bug. I have NOT tested any Auction House code at all in 3.0.2 yet, so it may be simply Blizzard's new incompatibilities.
Celeglad - no problems with LW here. Let me know.
Expect Alpha 6 to be up today with some bug fixes. May not get to AH, depending on coding time.