ReagentCost 10900.3
[ download ]
- Futher changes in an attempt to support either the current “Release” version of Auctioneer (3.2.0.0620) or current “Beta”/”Alpha”/”Unstable” versions (3.2.0.0741 tested).
- Fixed a problem where RC’s SavedVariables could grow to an extremely large size.
March 15th, 2006 at 11:40 am
just so you know, this still needs to be tweaked to support the new version of KC_Items (0.94)… [ I’ll be testing my changes tonight ]
March 24th, 2006 at 4:40 am
I think I have managed to fix ReagentCost.lua so that it works with the new KC_Items v0.94. I have run a Unix Diff on the changes and here are the results. A brief explanation on how the diff format goes…
The first line of a section is the line number(s) changed and then the line number(s) changed to (i.e. 139c139). The following line starting with ‘<‘ tells what to remove. The end of a remove section is signified by a ‘—‘. The beginning of the replace section starts with ‘>’. The end of a replace section ends with the beginning of the next change. I hope this is clear.
139c139 < elseif (KC_ItemsAuction ~= nil) then