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.
Anxiously awaiting this addon :)
Question, do you plan on incorporating the two filter buttons like in your Skillet modification? The ones by skill and my mats? I've grown to love the way you implemented that.
If I craft e.g. a few epic gems they are getting listed in the current inventory column but after closing and reopening GN they aren't listed anymore (and they are still in my inventory) :)
each file gets its own revision i guess, so while the main branch is rev 32, the file that reports the version number hasn't changed since 29... i think, that's who it works anyways... it's kinda confusing.
i'll see about straightening that out somehow.
yeah, the queue controls are all very much a work-in-progress till i sort some other stuff out.
I downloaded r32, which is the first time I've downloaded GW.
The title bar on the main window says r29.
I have a question. I can't seem to add making an item more than one at a time. To do so, I click the item, click "Add to Queue", close the Process box, click "Add to Queue", close the Process box, etc. Am I missing something?
Thanks for making a replacement to Skillet/ATSW. I appreciate it very much.
Looks awesome! The only thing that didn't work was the Queue, so I couldn't make anything :P
No Error or anything, just didn't put anything into the Queue pane when I asked it to, showed that the "Craftable" amount was going down though, so don't know what went on there.
Would love to see this addon finished! Keep up the great work Sparky.
not sure why that's failing, but i added a nil check to avoid that specific error.
could be a case of not having data in your local cache, perhaps. try the latest and see how it goes. if it fails, open a ticket and i'll see if i can sort out why it's failing. shouldn't relate to locale at all because i'm using ID's for all internal storage and references of api related items.
Message:Interface\AddOns\GnomeWorks\Inventory.lua:48:badargument#1to'pairs'(tableexpected,gotnil)Time:06/12/1009:31:11Count:1Stack:[C]:infunction`pairs'Interface\AddOns\GnomeWorks\Inventory.lua:48: in function <Interface\AddOns\GnomeWorks\Inventory.lua:45>Interface\AddOns\GnomeWorks\Inventory.lua:81: in function `InventoryReagentCraftability'Interface\AddOns\GnomeWorks\Inventory.lua:298:infunction`InventoryScan'Interface\AddOns\GnomeWorks\SkillList.lua:708: in function `ScanTrade'Interface\AddOns\GnomeWorks\MainWindow.lua:808:infunction<Interface\AddOns\GnomeWorks\MainWindow.lua:806>(tailcall):?[C]:?[string"safecall Dispatcher[2]"]:9:infunction<[string"safecall Dispatcher[2]"]:5>(tailcall):?...AddOns\GnomeWorks\Libs\AceTimer-3.0\AceTimer-3.0.lua:164:infunction<...AddOns\GnomeWorks\Libs\AceTimer-3.0\AceTimer-3.0.lua:138>Locals:(*temporary)=nil(*temporary)="table expected, got nil"=<function>defined=[C]:-1
I have the latest version and all other addons disabled.
new rev up. text filter should be smarter (searches the whole tooltip). control key now bypasses gw. shift-click trade button to link your entire trade skill.
it's english only just because i haven't localized yet. i don't think there's anything that will prevent gnomeworks from running in any locale, tho. you'll just have a bunch of english text in it.
This addon is marked for english clients only. Is this supposed to change? I'm using a german client and get an error just when I open any trade window.
Should I write a tricket or is this just 'as designed' - at least at the moment?
yeah, i'll do that. i'll also make it work for linking anybody else's trade link you happen to be viewing, so you can link your alt's tradeskills as well.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Anxiously awaiting this addon :) Question, do you plan on incorporating the two filter buttons like in your Skillet modification? The ones by skill and my mats? I've grown to love the way you implemented that.
goofy. i'll look into it.
r33:
If I craft e.g. a few epic gems they are getting listed in the current inventory column but after closing and reopening GN they aren't listed anymore (and they are still in my inventory) :)
each file gets its own revision i guess, so while the main branch is rev 32, the file that reports the version number hasn't changed since 29... i think, that's who it works anyways... it's kinda confusing.
i'll see about straightening that out somehow.
yeah, the queue controls are all very much a work-in-progress till i sort some other stuff out.
I downloaded r32, which is the first time I've downloaded GW.
The title bar on the main window says r29.
I have a question. I can't seem to add making an item more than one at a time. To do so, I click the item, click "Add to Queue", close the Process box, click "Add to Queue", close the Process box, etc. Am I missing something?
Thanks for making a replacement to Skillet/ATSW. I appreciate it very much.
new rev up. i think it should be a bit better about knowing what reagents you need.
This addon coming on nicely. Retrieving stuff from the bank appears to be working correctly now.
Problem appears to be on inventory checking for production
Now it starts without any errors, thanks
Looks awesome! The only thing that didn't work was the Queue, so I couldn't make anything :P
No Error or anything, just didn't put anything into the Queue pane when I asked it to, showed that the "Craftable" amount was going down though, so don't know what went on there.
Would love to see this addon finished! Keep up the great work Sparky.
Thanks for the tradeskill link and the tooltip search function :)
d'oh. should be fixed now.
Date: 2010-06-12 12:02:02
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\GnomeWorks\GnomeWorks.lua line 102:
attempt to index field '?' (a nil value)
Debug:
(tail call): ?
GnomeWorks\GnomeWorks.lua:102: ?()
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[2]"]:4:
[string "safecall Dispatcher[2]"]:4
[C]: ?
[string "safecall Dispatcher[2]"]:13: ?()
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:120:
...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119
not sure why that's failing, but i added a nil check to avoid that specific error.
could be a case of not having data in your local cache, perhaps. try the latest and see how it goes. if it fails, open a ticket and i'll see if i can sort out why it's failing. shouldn't relate to locale at all because i'm using ID's for all internal storage and references of api related items.
Here's the error message:
I have the latest version and all other addons disabled.
new rev up. text filter should be smarter (searches the whole tooltip). control key now bypasses gw. shift-click trade button to link your entire trade skill.
still working on reagent queue issues...
what error do you get?
it's english only just because i haven't localized yet. i don't think there's anything that will prevent gnomeworks from running in any locale, tho. you'll just have a bunch of english text in it.
This addon is marked for english clients only. Is this supposed to change? I'm using a german client and get an error just when I open any trade window. Should I write a tricket or is this just 'as designed' - at least at the moment?
yeah, the search is currently just a simple search based on the name of the recipe. i'll add tooltip searching soon.
Is it me or is the search still under development? Searches based on item stats does not seem to be working as in the default panels.
yeah, i'll do that. i'll also make it work for linking anybody else's trade link you happen to be viewing, so you can link your alt's tradeskills as well.