Results: 161Comments by: lilsparky
File: LilSparky's Workshop11-06-07
Originally posted by Quiveringfinge...
Posted By: lilsparky
Originally posted by Quiveringfinger I get this bug message everytime I open my first trade skill window. No Idea what the problem is :( any Ideas ? which version of auctioneer and enchantrix are you using? that's a problem with the enchantrix de pricing system.
File: LilSparky's Workshop11-05-07
Originally posted by Fin Note tha...
Posted By: lilsparky
Originally posted by Fin Note that some recipes also produce more than one item (eg, many of the cooking recipes). recipes that produce more than one item are accounted for in the value -- or at least, they should be. there's a built-in api call to determine the number of items created. unfortunately, some items (like tailor...
File: LilSparky's Workshop11-01-07
Originally posted by Lorelei I fo...
Posted By: lilsparky
Originally posted by Lorelei I found the problem. It has to do with vendor items that are sold in multiples. Alchemy is particularly bad because the profit margin is such that the relatively expensive vials throw everything off if miscalculated. For example: Elixir of Major Mageblood: Lil Sparky Cost to make: 4.54g. AucAdv...
File: LilSparky's Workshop10-30-07
Originally posted by Lorelei I ca...
Posted By: lilsparky
Originally posted by Lorelei I can't exactly pinpoint the exact issue, but the prices seem to be off when using auctioneer advanced and certain recipes with multiple numbers of the same item. I've noticed it with alchemy most prominently -- the prices shown as the costs are way higher than what I'd get by manually adding the cost...
File: LilSparky's Workshop10-24-07
Re: Re: Re: AucAdvanced support without Auctioneer
Posted By: lilsparky
Originally posted by Wingforce Confirmed, thanks for the quick response and great mod. Is there a better place to be posting bugs/issues or is this the right place? i'm using wowace as my development site. there's a thread in the forum there. because i'm keeping up to date with skillet features, i don't want to make an offic...
File: LilSparky's Workshop10-23-07
Re: AucAdvanced support without Auctioneer
Posted By: lilsparky
Originally posted by Wingforce First off I did not do extensive testing, only limited. I am working on phasing out the traditional Auctioneer 4.0.5 in favor of Auctioneer Advanced. When I have both addons loaded LSW works as expected (combining the two prices). However when I disable auctioneer and leave only aucAdvanced enabled...
File: LilSparky's Workshop10-13-07
Re: Error
Posted By: lilsparky
Originally posted by Wowgamer233 I'm getting this quite frequently : LilSparkysWorkshop\lilsparkysworkshop.lua:710: attempt to concatenate field 'currentTrade' (a nil value) that seems to be an error with the frame title and skillet support. i'll look into why this is occuring...
File: LilSparky's Workshop10-13-07
Originally posted by Manaman I tr...
Posted By: lilsparky
Originally posted by Manaman I tried to figure it out myself, but is a way to configure this at all. I see in your screenshots it shows auction, vendor and DE pricing. On mine, there is no DE or vendor prices showing. I have things that say 0 copper for auction even though those same items would have a vendor price or DEable pri...
File: LilSparky's Workshop10-11-07
v0.2b should be good to go. todo...
Posted By: lilsparky
v0.2b should be good to go. todo: skillet support optional price sanity checking in tooltip (tooltip over reagent cost would give the price of each reagent so you can verify accuracy)
File: LilSparky's Workshop10-11-07
just discovered a bug. the item va...
Posted By: lilsparky
just discovered a bug. the item values are all 50% too high. it's a missing parenthesis issue with calculating the stack size "min + max/2" vs "(min+max)/2". will be fixed shortly.
File: LilSparky's Workshop10-11-07
Originally posted by Xinh Nice id...
Posted By: lilsparky
Originally posted by Xinh Nice idea!. Any possibility of this supporting Skillet? that's on my list of todo's. right now i'm removing making it work with or without atsw. it's not overly complicated to do that because atsw follows the blizzard tradeskill code pretty closely. skillet seems like a total rewrite, so it's a qu...