This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
GnomeWorks TradeSkill Frame -
a complete replacement for the blizzard trade skill frame.
I tried again to fetch data from the guild bank attempting to queue 5 Banquet of the Brew (250 Green Cabbage, 250 Witchberries) . The chat text says collecting Green Cabbage x 100, GC x 100, GC x50, Witchberries x 100, WB x 100, WB x 50 but my inventory has 250 Cabbage and 100 Witchberries. I started with 32 empty inventory slots. The queue window says I still need 150 Witchberries from the guild bank. Clicking the guild bank in the queue window successfully fetches the missing 150 Witchberries.
There's something not right about the above and in my previous attempt, the ingredients were spread over two different tabs in the guild bank. This case was confined to ingredients from only one tab.
I'm assuming that not fetching the 5 100 year soy sauce from the vendor doesn't work because of the currency (Ironpaw tokens). It would be nice if this works, but its not high priority for me.
Now I'll go cook these up to recreate the coloring conditions...
regarding the recipe color for "way of" recipes... it's possible that the scanned data is not good (the scanner was fixed after the patch, so it might have old data that it doesn't realize is old). you can force it to rescan to see if it fixes things:
/script GnomeWorks:ForceLevelScan()
that should rescan all the level data to ensure it's up to date.
regarding the aggressive item collection... not sure what the issue is there. did it repeat the same problem if you just left the guild bank and returned? it sounds less like it was trying to get too much and more like it was confused about how much space was left in your bags.
In attempting to advance my cook to 600/600 in those "Way of the..." specialties where he wasn't 600/600, I queued about 21 banquets with most of the ingredients in the guild bank.
When attempting to fetch those ingredients from the guild bank, I think GnomeWorks was a bit too aggressive in its retrieval and I got "GnomeWorks: cannot collect some items due to lack of bag space" even though I still had room in my bags. I had to "/reload" multiple times to try and get GnomeWorks back in sync without success. I finally had to clear the queue and fetch and cook items manually.
There's a problem with cooking and the "Way of the..." specialties. My cook is 600/600 in only one of the specialties. The other specialties do not show any orange recipes. The Blizzard cooking frame does show the appropriate recipes as orange.
it's entirely possible that people are advertising broken links. it typically happens after an update that changes tradeskill links (and 5.3 changed all trade skill links). if they aren't generating the link on the fly with a macro and instead have hard-coded macros with the text of the tradeksill link built in, then the links will be invalid and not open. not saying this is what's happening in this case, but it's a possibility.
you can disable gw and see if you have better luck with links. if so, then it's gw's issue.
I'm guessing it's crashing because of pw, but it's when you click on the receipe list in the chat directly (the name of the profession), the list windows (that would be provided by gnomework (skillet disabled) would show the lists of the other player), it's not opening up, it crash directly, with each click in the chat, so it's not possible to even see if the 'add xx list in pw' is added in the plugin dropdown.
My guess is the interaction between pv and gw is not working. It's ok, I'll look into a replacement.
i'm actually working on getting gnomish yellow pages up and working again which should provide that functionality for you.
however, regarding professionvault, are you saying there's no "import" button or are you saying something is actually crashing? if professionvault has support for gw, you should look in the plugins dropdown in gw. rather than relying on people picking a good location on the frame for buttons to appear, i have all plugins add to a menu. that way, there's no fighting for room.
Could you check for compatibility with Profession Vault. More specifically, when you import a receipe list from the chat (pasted by a guildmate professionvault) which worked fine with Skillet but now that I switched to Gnomeworks (love it), something bad happen. With Skillet, once you open it, it should show the list of the friend, and you have a button in Skillet to include it in profession vault. I'm guessing that the button part where it's failing...
you should look at the gw plugin called "queue profitable" (plugins/QueueProfitable.lua). you could model ktq to integrate with gw in a similar fashion. the plugin system is designed to allow other mods to interface easily with gw so as long as gw is loaded, it should accept plugins from other mods. if you're interested, anyways...
I have taken over maintenance of KevTool Queue, an addon which allows you to automatically queue items up for crafting in GnomeWorks with a simple command. I have found the combination of GW, LilSparky's Workshop, and KTQ to be extremely powerful. It saves me an enormous amount of time on my daily crafting chores.
I've posted a new version of KTQ with some updates for WoW 5.3. If you'd like to check it out, please go to:
I have taken over maintenance of KevTool Queue, an addon which allows you to automatically queue items up for crafting in GnomeWorks with a simple command. I have found the combination of GW, LilSparky's Workshop, and KTQ to be extremely powerful. It saves me an enormous amount of time on my daily crafting chores.
I've posted a new version of KTQ with some updates for WoW 5.3. If you'd like to check it out, please go to:
GW is working quite well for me now. Thanks for fixing it! Being without it for a couple of weeks really made me realize how much I depend on it. Also, the new speedy scanning is fantastic.
if it fails with an error or something, then just reload and it should do a rescan automatically (since it will have deleted the old data as the first step in the forced scan).
latest rev has a much faster level scanner (used to do one level per frame, now does 30 per frame).
still working on getting cooking specialty recipes scanned. it seems to crash my ptr client when i try to spoof the level data in the specialties, tho. makes it difficult to work on with constant crashing.
just committed a new release. not completely tested, but should certainly work better than not-at-all. player trade links in your sv file will not work until you open with those toons since they're recorded in an old format.
i'm not 100% sure cooking is recording everything properly. also, i made real progress bars in the ui now for the cooking specialties. couldn't really test them since i'm running on the ptr and the specialties are maxed out for the template toons. they should work tho.
edit: looks like the skill level scanner isn't working right. not sure what's up. hopefully it's just an oversight on my part and not a change to the way the links work.
edit: i'm beginning to think that the new link handling doesn't allow for scanning levels anymore. poop. it seems like it uses the actual level of the trade skill on the toon you're linking rather than the level you feed it when coloring recipes. i'll try to confirm this...
@lilsparky
I tried again to fetch data from the guild bank attempting to queue 5 Banquet of the Brew (250 Green Cabbage, 250 Witchberries) . The chat text says collecting Green Cabbage x 100, GC x 100, GC x50, Witchberries x 100, WB x 100, WB x 50 but my inventory has 250 Cabbage and 100 Witchberries. I started with 32 empty inventory slots. The queue window says I still need 150 Witchberries from the guild bank. Clicking the guild bank in the queue window successfully fetches the missing 150 Witchberries.
There's something not right about the above and in my previous attempt, the ingredients were spread over two different tabs in the guild bank. This case was confined to ingredients from only one tab.
I'm assuming that not fetching the 5 100 year soy sauce from the vendor doesn't work because of the currency (Ironpaw tokens). It would be nice if this works, but its not high priority for me.
Now I'll go cook these up to recreate the coloring conditions...
@bsmorgan
regarding the recipe color for "way of" recipes... it's possible that the scanned data is not good (the scanner was fixed after the patch, so it might have old data that it doesn't realize is old). you can force it to rescan to see if it fixes things:
/script GnomeWorks:ForceLevelScan()
that should rescan all the level data to ensure it's up to date.
regarding the aggressive item collection... not sure what the issue is there. did it repeat the same problem if you just left the guild bank and returned? it sounds less like it was trying to get too much and more like it was confused about how much space was left in your bags.
In attempting to advance my cook to 600/600 in those "Way of the..." specialties where he wasn't 600/600, I queued about 21 banquets with most of the ingredients in the guild bank.
When attempting to fetch those ingredients from the guild bank, I think GnomeWorks was a bit too aggressive in its retrieval and I got "GnomeWorks: cannot collect some items due to lack of bag space" even though I still had room in my bags. I had to "/reload" multiple times to try and get GnomeWorks back in sync without success. I finally had to clear the queue and fetch and cook items manually.
There's a problem with cooking and the "Way of the..." specialties. My cook is 600/600 in only one of the specialties. The other specialties do not show any orange recipes. The Blizzard cooking frame does show the appropriate recipes as orange.
@Yoka99
it's entirely possible that people are advertising broken links. it typically happens after an update that changes tradeskill links (and 5.3 changed all trade skill links). if they aren't generating the link on the fly with a macro and instead have hard-coded macros with the text of the tradeksill link built in, then the links will be invalid and not open. not saying this is what's happening in this case, but it's a possibility.
you can disable gw and see if you have better luck with links. if so, then it's gw's issue.
@lilsparky
I'm guessing it's crashing because of pw, but it's when you click on the receipe list in the chat directly (the name of the profession), the list windows (that would be provided by gnomework (skillet disabled) would show the lists of the other player), it's not opening up, it crash directly, with each click in the chat, so it's not possible to even see if the 'add xx list in pw' is added in the plugin dropdown.
My guess is the interaction between pv and gw is not working. It's ok, I'll look into a replacement.
thanks!
@Yoka99
i'm actually working on getting gnomish yellow pages up and working again which should provide that functionality for you.
however, regarding professionvault, are you saying there's no "import" button or are you saying something is actually crashing? if professionvault has support for gw, you should look in the plugins dropdown in gw. rather than relying on people picking a good location on the frame for buttons to appear, i have all plugins add to a menu. that way, there's no fighting for room.
Could you check for compatibility with Profession Vault. More specifically, when you import a receipe list from the chat (pasted by a guildmate professionvault) which worked fine with Skillet but now that I switched to Gnomeworks (love it), something bad happen. With Skillet, once you open it, it should show the list of the friend, and you have a button in Skillet to include it in profession vault. I'm guessing that the button part where it's failing...
Thanks!
@alisonnic
you should look at the gw plugin called "queue profitable" (plugins/QueueProfitable.lua). you could model ktq to integrate with gw in a similar fashion. the plugin system is designed to allow other mods to interface easily with gw so as long as gw is loaded, it should accept plugins from other mods. if you're interested, anyways...
I have taken over maintenance of KevTool Queue, an addon which allows you to automatically queue items up for crafting in GnomeWorks with a simple command. I have found the combination of GW, LilSparky's Workshop, and KTQ to be extremely powerful. It saves me an enormous amount of time on my daily crafting chores.
I've posted a new version of KTQ with some updates for WoW 5.3. If you'd like to check it out, please go to:
http://wow.curseforge.com/addons/kevtool-queue/
Or search for KevTool Queue in the Curse client.
I have taken over maintenance of KevTool Queue, an addon which allows you to automatically queue items up for crafting in GnomeWorks with a simple command. I have found the combination of GW, LilSparky's Workshop, and KTQ to be extremely powerful. It saves me an enormous amount of time on my daily crafting chores.
I've posted a new version of KTQ with some updates for WoW 5.3. If you'd like to check it out, please go to:
http://wow.curseforge.com/addons/kevtool-queue/
Or search for KevTool Queue in the Curse client.
GW is working quite well for me now. Thanks for fixing it! Being without it for a couple of weeks really made me realize how much I depend on it. Also, the new speedy scanning is fantastic.
Thank you!
new rev should scan cooking specialty levels.
you can force a rescan using the command:
/script GnomeWorks.ForceLevelScan()
if it fails with an error or something, then just reload and it should do a rescan automatically (since it will have deleted the old data as the first step in the forced scan).
d'oh. totally forgot the toc.
hey. it's been a while, ya know? :)
Just a nit but the latest releases are still showing they are for 5.2.0 (LSW as well).
latest rev has a much faster level scanner (used to do one level per frame, now does 30 per frame).
still working on getting cooking specialty recipes scanned. it seems to crash my ptr client when i try to spoof the level data in the specialties, tho. makes it difficult to work on with constant crashing.
false alarm. looks like i broke some code... new rev should be better, but won't scan for cooking specialties (i don't think).
just committed a new release. not completely tested, but should certainly work better than not-at-all. player trade links in your sv file will not work until you open with those toons since they're recorded in an old format.
i'm not 100% sure cooking is recording everything properly. also, i made real progress bars in the ui now for the cooking specialties. couldn't really test them since i'm running on the ptr and the specialties are maxed out for the template toons. they should work tho.
edit: looks like the skill level scanner isn't working right. not sure what's up. hopefully it's just an oversight on my part and not a change to the way the links work.
edit: i'm beginning to think that the new link handling doesn't allow for scanning levels anymore. poop. it seems like it uses the actual level of the trade skill on the toon you're linking rather than the level you feed it when coloring recipes. i'll try to confirm this...
so i'm updating gw for the new trade link format. hopefully will have something later tonight or tomorrow.
a fix will be coming in the next couple days (or sooner). 5.3 changed the format of tradeskill links which are vital to how gw operates.