LilSparky's Workshop
LilSparky's Workshop adds auction-derived pricing information for trade skills right into the trade skill recipe frame. Each skill is evaluated for material costs and potential value of the item created. These two numbers are listed next to each skill in an easy-to-read format.
Supported Auction Scanners:
- Auctioneer
- AuctionLite
- AuctionMaster
- Auctionator
Optionally Requires:
- Informant (for vendor availability)
LibPeriodicTable (for vendor availability)
Trade Skill Interfaces Supported:
- GnomeWorks
- AdvancedTradeSkillWindow
- Skillet
- Blizzard's Standard UI
- Doublewide Tradeskills
- Tradeskill HD
Auction pricing models can be selected by right-clicking either the value column or the cost column (each can have a different pricing method attached).
The Value column can be left clicked to cycle through the different valuation methods for the resultant item: Auction Value (a), Vendor Value (v), Disenchant Value (d) or the greatest of the three different values (the default). Any instance of an item Value being greater than the Cost to create it will have a highlighted Value entry. Optionally, the Value column can be displayed as a percentage of the Cost column.
The Cost column simply sums up the costs for each reagent and reports the total.
Both columns can be combined into a single "Profit" column which simply reflects the Value minus the Cost.
Tooltips for each column give more details about the price breakdowns LSW is considering.
A note regarding vendor availability:
LSW utilizes supplied item databases to determine when an item is readily available from a vendor. Occasionally this may not be accurate, usually because the item is a trade in for another item and not buyable with gold. I have provided a simple way to over-ride the vendor database:
/script LSWConfig.vendorOverride[item#] = (true/false/nil)
The item# is the item ID for the specific item. It is a single number. For example, 2589 is Linen Cloth.
Setting the value to "true" means the item is available at the vendor.
Setting the value to "false" means the item is not available at the vendor.
Setting the value to "nil" means to use the provided databse.
There is now also a right-click option to override the vendor availability and also to hand enter specific prices for items.
A note about frame/auction support:
LSW utilizes a plug in scheme to handle support to handle pricing and frame support. I am unlikely to add additional plugins directly into LSW. The goal of the plugin system is to provide basic templates that other addon authors could employ to provide LSW support on their end while at the same time providing functionality for a base set of common mods. Addon authors are free to contact me regarding the plugin system if issues arise or the system doens't make sense.
r69 should fix the RegisterToggle error in the auctionMaster_support file
strolchi - what trade skill frame are you using?
since r63 i have this problem and i see only 0 in the list r63 works but higher versions not [C]: RegisterToggle() ...kysWorkshop\pricingSupport\auctionMaster_support.lua:117: Init() ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1853: ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1849 ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1867: ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1859 ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1904: ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1901 [C]: LoadAddOn() ..\FrameXML\UIParent.lua:229: UIParentLoadAddOn() ..\FrameXML\UIParent.lua:283: TradeSkillFrame_LoadUI() ..\FrameXML\UIParent.lua:968: ..\FrameXML\UIParent.lua:469 [C]: CastSpell() ..\FrameXML\SpellBookFrame.lua:350: SpellButton_OnClick() [string "*:OnClick"]:4: [string "*:OnClick"]:1
[2009/05/21 14:06:27-3668-x1]: ...kysWorkshop\pricingSupport\auctionMaster_support.lua:117: attempt to call method 'RegisterToggle' (a nil value):
LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:1853: in function <...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1849>
LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:1867: in function <...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1859>
LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:1904: in function <...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1901>
<in C code>: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn':
Interface\FrameXML\UIParent.lua:283: in function `TradeSkillFrame_LoadUI':
Interface\FrameXML\UIParent.lua:968: in function <Interface\FrameXML\UIParent.lua:469>:
<in C code>: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:258: in function `handler':
Interface\FrameXML\SecureTemplates.lua:460: in function <Interface\FrameXML\SecureTemplates.lua:417>:
---
[2009/05/21 14:06:27-3668-x1]: LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:743: attempt to call field 'getDisenchantResults' (a nil value)
LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:851: in function <...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:807>
LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:1216: in function `triggerFunction'
LilSparkysWorkshop-1.00\lilsparkysworkshop.lua:1926: in function <...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1918>
---
lemme know that getDisenchantResults problem persists.
then i suspect it didn't install properly. the atsw_skilllisting variable is no longer being used. maybe your extract went to the wrong directory? (like next to addons, or inside the LSW folder)
That change to atsw took care of it. Just FYI, I did download the version r66 from here prior to the error I posted.
yes. try the alpha (download it from here)
or
edit atsw.lua, go to line 40 and remove the "local" from "local atsw_skilllisting = {}"
I'm still getting errors when trying to use LilSparky's Workshop with ATSW:
Date: 2009-05-18 19:36:51 ID: 1 Error occured in: Global Count: 1 Message: ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua line 860: attempt to index global 'atsw_skilllisting' (a nil value) Debug: [C]: ? ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:860: ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:796 [C]: Show() AdvancedTradeSkillWindow\atsw.lua:739: ATSWFrame_Update() AdvancedTradeSkillWindow\atsw.lua:483: ATSWFrame_OnEvent() [string "*:OnEvent"]:1: [string "*:OnEvent"]:1 [C]: ExpandTradeSkillSubClass() AdvancedTradeSkillWindow\atsw.lua:132: ATSW_ShowWindow_ORIGINAL() ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1271: ATSW_ShowWindow() AdvancedTradeSkillWindow\atsw.lua:374: ATSWFrame_OnEvent() [string "*:OnEvent"]:1: [string "*:OnEvent"]:1 [C]: ? [C]: UseAction() ..\FrameXML\SecureTemplates.lua:258: handler() ..\FrameXML\SecureTemplates.lua:460: ..\FrameXML\SecureTemplates.lua:417
Any suggestions?
yeah, that's odd. i've seen that as well and figured it was lippt not recognizing those items as vendor items (it's been a while since i updated my libpt) but that should only be used to ensure vendor pricing over auction pricing...
well, it's alpha for a reason!
shouldn't be hard to figure out what's going on i hope.
Just updated to the latest version, that's fixed it!
Many thanks for that.
Edit:
Now for the next problem...
When I mouse over the reagent cost column, vendor sold mats are still displaying as "0?" eg; Resilient Parchment.
are you getting any error messages? it looks like there was a problem if you didn't have libperiodic table installed, it would error out and leave "0?" for all prices.
i'm committing a fix for that right now.
Yeah, I get the right click menu just fine and there's a tick next to AuctionLite (the only option).
i'll try that combo and see what's up. can you right-click on a column and see if it gives you some options for the auction pricing?
Im playing on a german client.
When i turn off ATSW it works just fine.
Date: 2009-05-14 14:32:41
ID: 1
Error occured in: Global
Count: 1
Message: ...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua line 990:
attempt to index global 'atsw_skilllisting' (a nil value)
Debug:
(tail call): ?
[C]: ?
...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:990:
...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:926
[C]: Show()
AdvancedTradeSkillWindow\atsw.lua:739:
AdvancedTradeSkillWindow\atsw.lua:648
[C]: ATSWFrame_Update()
AdvancedTradeSkillWindow\atsw.lua:483: ATSWFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
[C]: ExpandTradeSkillSubClass()
AdvancedTradeSkillWindow\atsw.lua:132:
AdvancedTradeSkillWindow\atsw.lua:117
...ace\AddOns\LilSparkysWorkshop\lilsparkysworkshop.lua:1446: ATSW_ShowWindow()
AdvancedTradeSkillWindow\atsw.lua:374: ATSWFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
[C]: CastSpell()
..\FrameXML\SpellBookFrame.lua:350: SpellButton_OnClick()
[string "*:OnClick"]:4:
[string "*:OnClick"]:1
line 40 => deleting the "local" from the strings.
Works fine.
But the second column is now under the scroll bar, the scroll bar itself is transparent. so its just of some cosmetic nature.
I'd like to add that Gomntep is speaking about line 40 in file "Interface\AddOns\AdvancedTradeSkillWindow\atsw.lua" (which relates to addon "Advanced Trade Skill Window"), and not in this addon.
Got a slight problem;
I have been using an older version, r52, and thought I should probably upgrade to the latest version. However, I no longer get any prices displayed. Everything comes up with 0 values.
I'm using AuctionLite & SellFish for my price data, both of which appear to be working fine, along with the default UI for the trade skill windows.
Any ideas?
yeah, i saw you had posted before i had uploaded.