BETA 2:
- As a workaround for the Taint/focus issue, I've moved the RecipeBook sharing options. It's a little less intuitive, but I'm actively seeking feedback on what you think.
Right-click on the RecipeBook minimap button to get the share menu. It will use your current target if that target is a friendly player; otherwise it will prompt you for a name.
- Those who don't believe in minimap buttons, please continue to use "/rbk send altname to target" to share.
- I've added in "/rbk update from <player>" as well, to request an update from a player.
3.0.8:
FIXED:
- Turning off "banked" tracking for bags will now actually prevent items from being added to your banked list when you pick them up.
- RecipeBook data should now update more accurately when you are actively skilling up.
- No longer requires a relog to update the difficulty of known recipes if it changes while you are logged in.
- Fixed a line 234 error that occurred when mousing over a recipe that had a rep requirement AND a character could learn it in the future.
- Fixed a typo in RECIPEBOOK_ERR_TRADESKILLNOTSCANNED; now possessive is correctly used.
- Now using Blizzard's EasyMenu for some RecipeBook dropdown menus instead of tediously copying Blizzard code; this should improve functionality
- When a character is deleted from the Browse tab their name should no longer appear in the character selection dropdown.
- Fixed line 633 and 652 errors (apparently, that variable is no longer explicitly global)
- Auctioneer's Appraiser tab now includes RecipeBook data for its tooltips.
STILL A BUG:
- I am aware that if you have a lot of Shared data, RecipeBook throws a taint error on trying to Set Focus through the player frame right-click menu. Currently, my options are: 1) Take away the right-click menu for RecipeBook 2) Live with it. I'm trying to find option (3).
PREVIOUS FIXES FROM LAST RELEASE (alpha 6)
ALPHA 7:
- API change: Call RecipeBook_DoHookedFunction(self, tooltip) to pull RB data into a tooltip.
- Some more conversions to match the new Blizzard API in tooltip processing.
- ALPHA ADDITION: There is now a RecipeBook option to auto-save Linked tradeskills as shared tradeskills.
Basically, when you click on a [Tradeskill] link, the opened skill will save just as if that player had shared that skill.
The option is found on your Sharing tab.
ALPHA 8:
- NEW: RecipeBook now defaults its merchant and AH color-coding to only your personal data.
You may change this option on the Options Tab, under Auction and Merchant Options.
- Small adjustment to spacing on Options tab to stop overlap of some options labels.
- Added check to make sure you don't wind up storing yourself as shared data when clicking on links.
- Linked tradeskills default to not being stored. Go to the Sharing tab to enable this option.
- Fixed a rather interesting bug involving deleting characters from the Browse tab. This means they should now delete instead of pretending. :)
- When characters are deleted from the Browse tab, the tab should now return to your current character.
- Zoning appears to give RecipeBook problems on updating known data. Working on this.