Download
(196Kb)
Download
Updated: 03-14-10 11:28 AM
Pictures
File Info
Updated:03-14-10 11:28 AM
Created:unknown
Downloads:119,902
Favorites:742
MD5:

Recipe Book  Popular! (More than 5000 hits)

Version: 3.3.2 BETA 2
by: ayradyss [More]

RecipeBook is a mod that allows you to browse tradeskill recipes with one alt and see whether your other alts know it.


************ PLEASE NOTE ******************

I apologize to everyone who's been with me for the last three and a half years (wow!) but I'm putting the addon on Inactive status. We are expecting our second baby Any Day Now and the lifestyle and financial changes that brings have forced me out - I don't have the time to maintain it and I'm barely logging into WoW as it is, so it doesn't make sense for me to try and spend what interest I can muster in the game into coding.

If someone wants to pick things up I will be happy to cede the addon over to someone else but I just can't do it.


Also: Your data WILL NOT carry over from old (prior to 3.0.2) versions.
****************************************


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 aucthouse to buy patterns.
* Previously, I 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.

RecipeBook is most easlily managed using the minimap button and integrated menus. However, there are some slash commands for those who prefer them:

Usage: /recipebook or /rbk or /rbook <options>
* General:
- /rbk help : Displays a help message
- /rbk on|off : Turns RecipeBook's data display on or off. It will continue to update alts' tradeskills when the tradeskill frames are opened, so you have the best list possible.
- /rbk config : Opens the graphical config window.
- /rbk skill: Open the skill browse window, which allows you to browse known recipes by character and tradeskill.

* Sharing:
- /rbk 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.
- /rbk update from <player> : Requests an update of RecipeBook data from another player.


* Banking:
-/rbk bank : Displays your banked items and banking options

* Finding Recipes:
- /rbk search <item> : Searches for items containing the given string.
- /rbk searchmats <item> : Searches for items using materials which match the given string.

* Auction House Options (only available via /rbk config):
- Color Recipes based on status: This will shade the icons for recipes you see in the Auction House based on whether other alts can learn them.
- Default color scheme is as follows (in order of precedence):
- Normal : Current alt can learn the recipe
- Green : Another alt can currently learn the recipe
- Orange : Current alt is the only character who will be able to learn the recipe (requires /rbk self on)
- Cyan : Some alt or alts will be able to learn the recipe (may include current character)
- Red : No alt/alts will be able to learn the recipe, based on current data
- Dark Red : All available alts already know the recipe
- Blackout Banked Recipes: This will shade the icons for recipes that you have banked black in the Auction House so that you can tell you already have a copy.

* Debugging functions
- /rbk debug : Turns on debug mode
- /rbk verbose : Turns on verbose send mode.

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.

Housekeeping:
* Hopes for next phase: Updating your recipe list when you learn items (in progress).

Compatibilities:
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 link is the item link itself. That will add RecipeBook's data lines.

Special thanks to:
Curse Gaming's Pentarion and Ghandi, for some hard work helping me debug the German client version. Particularly to Pentarion for ongoing translation work.


PLEASE NOTE: If you learn a new recipe, you will have to open your appropriate tradeskill window to update RecipeBook's database. Hopefully this will change soon.

3.3.2:
- THIS VERSION WILL WIPE YOUR DATA. RecipeBook will clear its database on first loading - this means that EVERYTHING will need to be reloaded: character skills, cached items, everything. I'm having trouble with old (uncached) data again.
- THIS VERSION WILL RESET MOST OPTIONS. I made some changes for the color-coding customization.
FIXED:
- Guild Bank items should now tooltip correctly once again.
- Several small changes in the code should now clarify whether the "RecipeBook data not yet loaded" error stems from a blank DB or a lag concern, and help eliminate it recurring.
!NEW!
+ Color customization added: Check the "colors" tab in the RecipeBook UI for an option to change the colors of items and text.
+ If RecipeBook cannot quickly load all of your recipe/reagent data, it will now give you a popup message to that effect. Clicking "Accept" will attempt to force-load all of the tradeskill data.
- This replaces the "Some items were not scanned for this tradeskill" and "Some reagents for this tradeskill's items were not yet in local cache" messages that were previously in your chat frame.
- This scan may lag the UI intermittently; do not do it when you are doing things that are control-intensive.
- You have the option of clicking "Cancel" which will wait for the next time RecipeBook updates to check again.
- Doing this scan in Dalaran or other high-lag areas may require a little time. You will be updated periodically on the status of the deep scan.
BETA 2:
- THIS VERSION WILL RESET DEFAULT OPTIONS. Whoops, I didn't check my set defaults closely enough.
- TRANSLATIONS NEEDED: I have hacked a few lines and changed some others so that the non-English clients should stop erroring on popup.
- Tidied up the help messages to stop suggesting /rb when it doesn't work any longer :)
- When someone new shares data with you it should now show up without requiring a reload of the UI.
- Using the minimap icon to select a RecipeBook tab while the RecipeBook window is open now correctly loads that tab.
Optional Files (0)


Post A Reply Comment Options
Unread 08-07-07, 12:43 AM  
Tirili
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Hi and thanks, ayradyss...
i just tried out the new localisation but it seems not to work; BugSack throws out the following errors when ever my cursor targets the same first aid books (tried with "Erste Hilfe für Meister - Hilfe, der Doktor kommt!..."):

1)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBookAuction.lua:90: in function <Interface\AddOns\RecipeBook\RecipeBookAuction.lua:63>
<in C code>: in function `AuctionFrameBrowse_Update'
Blizzard_AuctionUI\Blizzard_AuctionUI.lua:217: in function `AuctionFrameBrowse_OnEvent'
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

2)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:361>
<in C code>: in function `AuctionFrameItem_OnEnter'
<string>:"*:OnEnter":1: in function <[string "*:OnEnter"]:1>

3)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:361>
<in C code>: in function `AuctionFrameItem_OnEnter'
<string>:"*:OnUpdate":2: in function <[string "*:OnUpdate"]:1>

the last one in an infinite loop so BugSack will shut down for the known minute not to crash ^^

With best regards,
me
__________________
Last edited by Tirili : 08-07-07 at 12:54 AM.
Report comment to moderator  
Reply With Quote
Unread 08-07-07, 04:49 AM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
I'll investigate, thanks!
Report comment to moderator  
Reply With Quote
Unread 08-13-07, 01:41 AM  
Tirili
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
@ ayradyss:

Got some new errors with some of the tailoring-recipes (german "Eisschattenzwirnschultern / -stiefel / -robe):

1)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function `RecipeBook_DefaultHook'
RecipeBook-2.1.0d\RecipeBook.lua:373: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:366>
<in C code>: in function `ContainerFrameItemButton_OnEnter'
<string>:"*:OnEnter":1: in function <[string "*:OnEnter"]:1>

2) (infinite loop if cursor over recipe @ vendor)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function `RecipeBook_DefaultHook'
RecipeBook-2.1.0d\RecipeBook.lua:373: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:366>
<in C code>: in function `ContainerFrameItemButton_OnEnter'
Interface\FrameXML\ContainerFrame.lua:664: in function <Interface\FrameXML\ContainerFrame.lua:655>:
<in C code>: in function `ContainerFrameItemButton_OnUpdate'
<string>:"*:OnUpdate":1: in function <[string "*:OnUpdate"]:1>

3)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBookAuction.lua:44: in function <Interface\AddOns\RecipeBook\RecipeBookAuction.lua:31>
<in C code>: in function `MerchantFrame_UpdateMerchantInfo'
Interface\FrameXML\MerchantFrame.lua:60: in function `MerchantFrame_Update':
Interface\FrameXML\MerchantFrame.lua:49: in function `MerchantFrame_OnShow':
<string>:"*:OnShow":1: in function <[string "*:OnShow"]:1>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1077: in function `SetUIPanel':
Interface\FrameXML\UIParent.lua:876: in function `ShowUIPanel':
Interface\FrameXML\MerchantFrame.lua:24: in function `MerchantFrame_OnEvent':
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

4)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBookAuction.lua:44: in function <Interface\AddOns\RecipeBook\RecipeBookAuction.lua:31>
<in C code>: in function `MerchantFrame_UpdateMerchantInfo'
Interface\FrameXML\MerchantFrame.lua:60: in function `MerchantFrame_Update':
Interface\FrameXML\MerchantFrame.lua:31: in function `MerchantFrame_OnEvent':
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

5)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:361>
<in C code>: in function `SetMerchantItem'
<string>:"*:OnEnter":3: in function <[string "*:OnEnter"]:1>

6)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBookAuction.lua:44: in function <Interface\AddOns\RecipeBook\RecipeBookAuction.lua:31>
<in C code>: in function `MerchantFrame_UpdateMerchantInfo'
Interface\FrameXML\MerchantFrame.lua:60: in function `MerchantFrame_Update':
Interface\FrameXML\MerchantFrame.lua:19: in function `MerchantFrame_OnEvent':
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

7)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function `RecipeBook_DefaultHook'
RecipeBook-2.1.0d\RecipeBook.lua:373: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:366>
<in C code>: in function `ContainerFrameItemButton_OnEnter'
<string>:"*:OnEvent":2: in function <[string "*:OnEvent"]:1>
<in C code>: in function `ShowContainerSellCursor'
Interface\FrameXML\ContainerFrame.lua:647: in function <Interface\FrameXML\ContainerFrame.lua:609>:
<in C code>: in function `ContainerFrameItemButton_OnEnter'
<string>:"*:OnEnter":1: in function <[string "*:OnEnter"]:1>

8)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function `RecipeBook_DefaultHook'
RecipeBook-2.1.0d\RecipeBook.lua:373: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:366>
<in C code>: in function `ContainerFrameItemButton_OnEnter'
<string>:"*:OnEvent":2: in function <[string "*:OnEvent"]:1>
<in C code>: in function `PickupContainerItem'
Interface\FrameXML\ContainerFrame.lua:568: in function <Interface\FrameXML\ContainerFrame.lua:561>:
<in C code>: in function `ContainerFrameItemButton_OnClick'
<string>:"*:OnClick":2: in function <[string "*:OnClick"]:1>

9)
RecipeBook-2.1.0d\RecipeBook.lua:492: invalid capture index
RecipeBook-2.1.0d\RecipeBook.lua:492: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0d\RecipeBook.lua:422: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0d\RecipeBook.lua:362: in function `RecipeBook_DefaultHook'
RecipeBook-2.1.0d\RecipeBook.lua:373: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:366>
<in C code>: in function `ContainerFrameItemButton_OnEnter'
<string>:"*:OnEvent":2: in function <[string "*:OnEvent"]:1>
<in C code>: in function `UseContainerItem'
Interface\FrameXML\ContainerFrame.lua:585: in function <Interface\FrameXML\ContainerFrame.lua:561>:
<in C code>: in function `ContainerFrameItemButton_OnClick'
<string>:"*:OnClick":2: in function <[string "*:OnClick"]:1>

In some cases, some of the errors will occur when picking up faction rewards from the syndicate, Sha'tar or every other faction (enchanting and tailoring in my case ^^)
__________________
Report comment to moderator  
Reply With Quote
Unread 08-14-07, 08:15 PM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
Tirilli - Try the "e" version (going up now)...
Report comment to moderator  
Reply With Quote
Unread 08-15-07, 04:02 AM  
Tirili
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
@ ayradyss

Tried out the "e" with a fresh install (deleted WTF-.lua etc.) and for now, BugSack throws out only one error:

RecipeBook-2.1.0e\localization.de.lua:96: attempt to call a string value


But i have another issue for now:
The data-collecting works fine for all my alt-toons - but NOT for my main (tailoring, enchanting, cooking, first aid).
The message that data was collected appears as it should be when logging in with my alts after a fresh install of the "e" version and opening the tradeskill-windows for the first time.
But logging in my main and opening the windows will show up no message; no data is collected (opened the RecipeBook.lua found into my WTF-folder to find out whether data was collected or not after logout).
I deleted all the files again and tried logging in my main first, but also no message nor data-collecting nor another errors in BugSack.
Need some more coffee, so... any ideas?


Edit:

Been glad too early:
Issues with first aid books still present:

1)
RecipeBook-2.1.0e\RecipeBook.lua:495: invalid capture index
RecipeBook-2.1.0e\RecipeBook.lua:495: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0e\RecipeBookAuction.lua:90: in function <Interface\AddOns\RecipeBook\RecipeBookAuction.lua:63>
<in C code>: in function `updateFunction'
Interface\FrameXML\UIPanelTemplates.lua:237: in function `FauxScrollFrame_OnVerticalScroll':
<string>:"*:OnVerticalScroll":1: in function <[string "*:OnVerticalScroll"]:1>
<in C code>: in function `SetVerticalScroll'
<string>:"*:OnValueChanged":1: in function <[string "*:OnValueChanged"]:1>
<in C code>: in function `SetValue'
Interface\FrameXML\UIPanelTemplates.lua:174: in function `FauxScrollFrame_Update':
Blizzard_AuctionUI\Blizzard_AuctionUI.lua:666: in function `AuctionFrameBrowse_Update'
Fence-1.0.46401\modules\Fence_Browse.lua:142: in function <Interface\AddOns\Fence\modules\Fence_Browse.lua:141>
(tail call): ?:
<in C code>: in function `AuctionFrameBrowse_Update'
Blizzard_AuctionUI\Blizzard_AuctionUI.lua:217: in function `AuctionFrameBrowse_OnEvent'
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

2)
RecipeBook-2.1.0e\RecipeBook.lua:495: invalid capture index
RecipeBook-2.1.0e\RecipeBook.lua:495: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0e\RecipeBookAuction.lua:90: in function <Interface\AddOns\RecipeBook\RecipeBookAuction.lua:63>
<in C code>: in function `AuctionFrameBrowse_Update'
Blizzard_AuctionUI\Blizzard_AuctionUI.lua:217: in function `AuctionFrameBrowse_OnEvent'
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

3)
RecipeBook-2.1.0e\RecipeBook.lua:495: invalid capture index
RecipeBook-2.1.0e\RecipeBook.lua:495: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0e\RecipeBook.lua:425: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0e\RecipeBook.lua:364: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:363>
<in C code>: in function `AuctionFrameItem_OnEnter'
<string>:"*:OnEnter":1: in function <[string "*:OnEnter"]:1>

4)
RecipeBook-2.1.0e\RecipeBook.lua:495: invalid capture index
RecipeBook-2.1.0e\RecipeBook.lua:495: in function `RecipeBook_GetSkillInfo'
RecipeBook-2.1.0e\RecipeBook.lua:425: in function `RecipeBook_DoHookedFunction'
RecipeBook-2.1.0e\RecipeBook.lua:364: in function <Interface\AddOns\RecipeBook\RecipeBook.lua:363>
<in C code>: in function `AuctionFrameItem_OnEnter'
<string>:"*:OnUpdate":2: in function <[string "*:OnUpdate"]:1>

shit... need more dot's... erm... coffee... a lot of coffee... ^^
__________________
Last edited by Tirili : 08-15-07 at 05:10 AM.
Report comment to moderator  
Reply With Quote
Unread 08-16-07, 11:15 AM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
Tirilli -
I'll keep working on the DE fix.

I have a tailor/enchanter main as well; I'll try to see if I can replicate the bug.
Report comment to moderator  
Reply With Quote
Unread 08-16-07, 11:41 AM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
Does the F version still do it?
Report comment to moderator  
Reply With Quote
Unread 08-16-07, 10:43 PM  
Kaomie
A Scalebane Royal Guard
 
Kaomie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 438
File comments: 14
Uploads: 2
Hiya,

Not sure if you tried anything regarding patch 2.2 yet, but here is an error I get with RecipeBook 2.1.0f on PTR-2.2.0.7125:
RecipeBook-2.1.0f\RecipeBook.lua:275: hooksecurefunc(): ContainerFrameItemButton_OnUpdate is not a function
RecipeBook-2.1.0f\RecipeBook.lua:275: in function `RecipeBook_HookFunctions'
RecipeBook-2.1.0f\RecipeBook.lua:226: in function `RecipeBook_InitializeSetup'
RecipeBook-2.1.0f\RecipeBook.lua:322: in function `RecipeBook_OnEvent'
Now I have no clue if this is related, but you may want to have a look at:
http://svn.wowace.com/wowace/trunk/FixMe/FixMe.lua

Thanks,
__________________
Kaomie
"WE LOTS OF PEOPLE FROM STRONG SERVER GUILDS" - Trade Channel
Last edited by Kaomie : 08-16-07 at 10:46 PM.
Report comment to moderator  
Reply With Quote
Unread 08-17-07, 12:01 AM  
Tirili
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
YAY! Folks, this version rocks!

downloaded and installed the "f" version (fresh install) and for now everything seems to work fine
My main's professions were scanned and stored correctly also all the data for my alts are gathered and stored correctly.
Logged in my bank-toon and scanned the AH for recipes and everything seems to work as it should be, even with the first aid books... no more errors this time!
I am not sure what about faction reward - recipes but i'm on it.

edit: scanned a few faction-reward dealers too and... here we go... no errors till now

/hug @ ayradyss

You've done it!

with best regards,
me


Hey... what about the idea of a future conversion / implementation into ACE2?
__________________
Last edited by Tirili : 08-17-07 at 11:33 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-07, 05:26 AM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
ACE2 conversion is unlikely - I've toyed with the idea before and still don't feel like I'm willing to make the changes. Basically, I'm too darn independent-minded. :P

Kaomie - I have a test realm version with some changes that seems to be working, maybe I'll get that one posted...
Report comment to moderator  
Reply With Quote
Unread 08-25-07, 03:40 PM  
Kaomie
A Scalebane Royal Guard
 
Kaomie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 438
File comments: 14
Uploads: 2
Originally posted by ayradyss
Kaomie - I have a test realm version with some changes that seems to be working, maybe I'll get that one posted...
Thanks that would be really nice
__________________
Kaomie
"WE LOTS OF PEOPLE FROM STRONG SERVER GUILDS" - Trade Channel
Report comment to moderator  
Reply With Quote
Unread 08-25-07, 07:17 PM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
Test Realm Version

Report comment to moderator  
Reply With Quote
Unread 08-31-07, 01:52 AM  
thandrenn
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 42
Uploads: 3
Working great now, thanks!
Report comment to moderator  
Reply With Quote
Unread 09-03-07, 05:55 PM  
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar

Forum posts: 23
File comments: 93
Uploads: 0
Receiving the following 2 errors on version 2.1.0f when I open the Beast Training frame.

2.1.0f\RecipeBookTradeskills.lua:52: attempt to concatenate local 'skill' (a nil value)
RecipeBook-2.1.0f\RecipeBookTradeskills.lua:165: in function `RBTradeskill_SkillWindowUpdate'
RecipeBook-2.1.0f\RecipeBook.lua:336: in function `RecipeBook_OnEvent'
<string>:"*:OnEvent":10: in function <[string "*:OnEvent"]:1>
<in C code>: in function `CraftOnlyShowMakeable'
Blizzard_CraftUI\Blizzard_CraftUI.lua:493: in function `CraftFrameFilterDropDown_OnShow'
<string>:"*:OnShow":1: in function <[string "*:OnShow"]:1>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1077: in function `SetUIPanel':
Interface\FrameXML\UIParent.lua:876: in function `ShowUIPanel':
Blizzard_CraftUI\Blizzard_CraftUI.lua:27: in function `CraftFrame_Show'
Interface\FrameXML\UIParent.lua:739: in function `UIParent_OnEvent':
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>
<in C code>: ?
<in C code>: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:218: in function `SecureActionButton_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
(tail call): ?:
<in C code>: in function `securecall'
Interface\FrameXML\SecureStateHeader.lua:998: in function <Interface\FrameXML\SecureStateHeader.lua:979>:

---

[2007/09/03 18:51:22-822-x1]: RecipeBook-2.1.0f\RecipeBookTradeskills.lua:52: attempt to concatenate local 'skill' (a nil value)
RecipeBook-2.1.0f\RecipeBook.lua:334: in function `RecipeBook_OnEvent'
<string>:"*:OnEvent":10: in function <[string "*:OnEvent"]:1>
<in C code>: ?
<in C code>: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:218: in function `SecureActionButton_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
(tail call): ?:
<in C code>: in function `securecall'
Interface\FrameXML\SecureStateHeader.lua:998: in function <Interface\FrameXML\SecureStateHeader.lua:979>:

---
Last edited by SaberHawke : 09-03-07 at 05:56 PM.
Report comment to moderator  
Reply With Quote
Unread 09-09-07, 06:37 PM  
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 83
Uploads: 3
Got it. Found the bug.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: