i just tried out skillet (instead of ATSW) and get:
[2008/11/21 20:11:17-491-x1]: LilSparkysWorkshop-0.71\lilsparkysworkshop.lua:932: attempt to index field 'skill' (a nil value)
LilSparkysWorkshop-0.71\lilsparkysworkshop.lua:1481: in function `?'
Skillet-1.13-153\UI\MainFrame.lua:396: in function <Interface\AddOns\Skillet\UI\MainFrame.lua:386>
Skillet-1.13-153\UI\MainFrame.lua:622: in function <Interface\AddOns\Skillet\UI\MainFrame.lua:431>
(tail call): ?:
LilSparkysWorkshop-0.71\lilsparkysworkshop.lua:1518: in function `UpdateTradeSkillWindow'
Skillet-1.13-153\Skillet.lua:831: in function `UpdateFilter'
<string>:"*:OnTextChanged":1: in function <[string "*:OnTextChanged"]:1>
Why are most of the prices shown as "--?" When I first open the Skillet window, every item has a value of "--?" but then I mouse over an item, close and reopen the Skillet window, and then it shows sensible prices (1.48a, 1.00v, etc) for about a pageful of recipes and "--?" for the rest.
I have the latest Auctioneer Advanced Suite installed (5.1.3897) and have run a fair number of complete scans and partial scans; when I mouse over the items created, the Auc tooltip shows a fair amount of data to base pricing estimates upon. I have installed your fork of Skillet r156 and LSW v0.80b.
My first thought was that maybe the items that stay stuck at "--?" are those that have less scan data, but if that's the case it apparently isn't based on some threshold value of how many times the item has been seen in scans.
is this the first number (value) or the 2nd (cost)? what profession?
enchanting shows a ton of --? because i'm working on a system to match scrolls up with their source enchant (scroll of enchant boots blah, blah, blah). but there's no easy way to match them, so i need to create a database or something which i haven't done. right now it does a text search on your current auctioneer database which tends to not catch many.
if it's more widespread than that, it might be related to how your auctioneer loads (load always or whatever the option is).
i need to make sure it's working with trunk skillet, then tag it as beta for it to make it to curse. curse client doesn't acknowledge alpha releases.
Curse doesn't acknowledge betas either. It only takes full releases afaik. This is a huge problem for the WoWAce conversion to Curse - since many developers don't mark their addons for release so very few end up on Curse. In fact, LilSparky's Workshop shows the latest update on Curse as January 12, 2008.
About to try the latest beta you have listed here to see if the error is gone. I'm using the trunk Skillet that is on Curse (Dec8,08 v 1.12.2).
I just noticed something. Someone is selling common vendor mats on the auction house at a very high price. LSWS is taking auctioneer's price over vendors price. I know some items are not common and are easier to buy on the AH but most things are just common. Can anything be done.
yes, something can be done! install LibPeriodicTable. anything identified as a vendor item in LibPeriodicTable will use vendor prices. occasionally, there will be items that aren't in the table, tho -- just keep an eye out for them.
I installed LibPeriodicTable-3.1 under the Addons directory. An inscription uses resilient parchment paper with itemid 39502 which is in LibPeriodicTable-3.1-TradeskillResultMats.lua but the cost to make is 92g :( When I hover the mouse over the paper, auctioneer says about 90g.
I installed LibPeriodicTable-3.1 under the Addons directory. An inscription uses resilient parchment paper with itemid 39502 which is in LibPeriodicTable-3.1-TradeskillResultMats.lua but the cost to make is 92g :( When I hover the mouse over the paper, auctioneer says about 90g.
Do I need to do something else?
it needs to be in:
Tradeskill.Mat.BySource.Vendor
also make sure it's got a vendor price (mouse over the item to see if it has a buy from vendor price). you may need to update your auctioneer suite if not.
Also I'm having problem with my Skillet/LSW combo (LSW v0.80b and Skillet v1.12.2 r160)
Things are working mostly fine but the first 10ish entries in the Skillet item list does not have the LSW info. The other items do. When I scroll down, still the first 10ish entries (which is now a different set of 10) doesn't have the LSW info. I get the same problem when I'm using filters and sorting, it's always the first 10ish entries of whatever currently displayed. It's as if Skillet/LSW is blanking out the first 10ish entries of the displayed list.
And, I haven't checked in detail, but I'm pretty sure that the profit sort is somewhat faulty, I saw a few items are in the wrong profit order. Will post more when I can recreate the issue.
funny. probably not really a big issue tho because i think that was just a way to try to avoid prices for things with small number of auctions which was a poor attempt to avoid people putting vendor items up at the ah and have them pollute the pricing. but i'll fix it anyway.
Also I'm having problem with my Skillet/LSW combo (LSW v0.80b and Skillet v1.12.2 r160)
Things are working mostly fine but the first 10ish entries in the Skillet item list does not have the LSW info. The other items do. When I scroll down, still the first 10ish entries (which is now a different set of 10) doesn't have the LSW info. I get the same problem when I'm using filters and sorting, it's always the first 10ish entries of whatever currently displayed. It's as if Skillet/LSW is blanking out the first 10ish entries of the displayed list.
And, I haven't checked in detail, but I'm pretty sure that the profit sort is somewhat faulty, I saw a few items are in the wrong profit order. Will post more when I can recreate the issue.
yeah, if there's a problem in the sorting code it could also be causing a failure which would show up in the symptoms you're describing. i could swear i disabled the sorting hooks for the branch skillet because i had changed something to work with my clone of skillet (which uses a different internal storage system) and so the sorting routines aren't compatible... i'll take a peek.
funny. probably not really a big issue tho because i think that was just a way to try to avoid prices for things with small number of auctions which was a poor attempt to avoid people putting vendor items up at the ah and have them pollute the pricing. but i'll fix it anyway.
yeah, if there's a problem in the sorting code it could also be causing a failure which would show up in the symptoms you're describing. i could swear i disabled the sorting hooks for the branch skillet because i had changed something to work with my clone of skillet (which uses a different internal storage system) and so the sorting routines aren't compatible... i'll take a peek.
Now that you mention it I also got another error, when I click on the 'buttons', i.e. the LSW numbers, I get an error (which I don't have with me ATM). Sorting related also?
I'm using the 'standard' Skillet branch, not yours. I use ArkInventory if that makes any diff.
Now that you mention it I also got another error, when I click on the 'buttons', i.e. the LSW numbers, I get an error (which I don't have with me ATM). Sorting related also?
I'm using the 'standard' Skillet branch, not yours. I use ArkInventory if that makes any diff.
yeah, i think if you right click you can force a resort which calls a function in skillet that i had renamed in my branch so it fails for trunk skillet. one of the many reasons i need to get around to my rewrite.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
[2008/11/21 20:11:17-491-x1]: LilSparkysWorkshop-0.71\lilsparkysworkshop.lua:932: attempt to index field 'skill' (a nil value)
LilSparkysWorkshop-0.71\lilsparkysworkshop.lua:1481: in function `?'
Skillet-1.13-153\UI\MainFrame.lua:396: in function <Interface\AddOns\Skillet\UI\MainFrame.lua:386>
Skillet-1.13-153\UI\MainFrame.lua:622: in function <Interface\AddOns\Skillet\UI\MainFrame.lua:431>
(tail call): ?:
LilSparkysWorkshop-0.71\lilsparkysworkshop.lua:1518: in function `UpdateTradeSkillWindow'
Skillet-1.13-153\Skillet.lua:831: in function `UpdateFilter'
<string>:"*:OnTextChanged":1: in function <[string "*:OnTextChanged"]:1>
---
you can try my skillet clone and you might have better luck.
updated 24.10.2008 - The curse client still lists an outdated release from 12.01.2008.
I have the latest Auctioneer Advanced Suite installed (5.1.3897) and have run a fair number of complete scans and partial scans; when I mouse over the items created, the Auc tooltip shows a fair amount of data to base pricing estimates upon. I have installed your fork of Skillet r156 and LSW v0.80b.
My first thought was that maybe the items that stay stuck at "--?" are those that have less scan data, but if that's the case it apparently isn't based on some threshold value of how many times the item has been seen in scans.
enchanting shows a ton of --? because i'm working on a system to match scrolls up with their source enchant (scroll of enchant boots blah, blah, blah). but there's no easy way to match them, so i need to create a database or something which i haven't done. right now it does a text search on your current auctioneer database which tends to not catch many.
if it's more widespread than that, it might be related to how your auctioneer loads (load always or whatever the option is).
Curse doesn't acknowledge betas either. It only takes full releases afaik. This is a huge problem for the WoWAce conversion to Curse - since many developers don't mark their addons for release so very few end up on Curse. In fact, LilSparky's Workshop shows the latest update on Curse as January 12, 2008.
About to try the latest beta you have listed here to see if the error is gone. I'm using the trunk Skillet that is on Curse (Dec8,08 v 1.12.2).
http://wow.curse.com/downloads/wow-addons/details/lil-sparkys-workshop.aspx
I installed LibPeriodicTable-3.1 under the Addons directory. An inscription uses resilient parchment paper with itemid 39502 which is in LibPeriodicTable-3.1-TradeskillResultMats.lua but the cost to make is 92g :( When I hover the mouse over the paper, auctioneer says about 90g.
Do I need to do something else?
it needs to be in:
Tradeskill.Mat.BySource.Vendor
also make sure it's got a vendor price (mouse over the item to see if it has a buy from vendor price). you may need to update your auctioneer suite if not.
oh never mind. i found the thread.
sell, data_missing = LSW_itemPrice(itemLink, LSW_MINIUMUM_ITEM_AUCTIONS);
should be
sell, data_missing = LSW_itemPrice(itemLink, LSW_MINIMUM_ITEM_AUCTIONS);
The error appears twice in the code.
Also I'm having problem with my Skillet/LSW combo (LSW v0.80b and Skillet v1.12.2 r160)
Things are working mostly fine but the first 10ish entries in the Skillet item list does not have the LSW info. The other items do. When I scroll down, still the first 10ish entries (which is now a different set of 10) doesn't have the LSW info. I get the same problem when I'm using filters and sorting, it's always the first 10ish entries of whatever currently displayed. It's as if Skillet/LSW is blanking out the first 10ish entries of the displayed list.
And, I haven't checked in detail, but I'm pretty sure that the profit sort is somewhat faulty, I saw a few items are in the wrong profit order. Will post more when I can recreate the issue.
(Fantastic mod btw)
funny. probably not really a big issue tho because i think that was just a way to try to avoid prices for things with small number of auctions which was a poor attempt to avoid people putting vendor items up at the ah and have them pollute the pricing. but i'll fix it anyway.
yeah, if there's a problem in the sorting code it could also be causing a failure which would show up in the symptoms you're describing. i could swear i disabled the sorting hooks for the branch skillet because i had changed something to work with my clone of skillet (which uses a different internal storage system) and so the sorting routines aren't compatible... i'll take a peek.
I've never seen any sort option in your skillet branch for the workshop data....that would be....awesome
yeah, it plugs into the skillet sorting options. the lsw ones are prefixed with "LSW". you can sort by cost, value or profit (value - cost).
Now that you mention it I also got another error, when I click on the 'buttons', i.e. the LSW numbers, I get an error (which I don't have with me ATM). Sorting related also?
I'm using the 'standard' Skillet branch, not yours. I use ArkInventory if that makes any diff.
yeah, i think if you right click you can force a resort which calls a function in skillet that i had renamed in my branch so it fails for trunk skillet. one of the many reasons i need to get around to my rewrite.