diff Core.lua @ 21:d7f02c84994c

Changed QA to be an option part of /ia queue. If QA is there, IA will queue enough of an item to be created to have 1.25x QA auctino count x QA stack size (rounded up) items. If it is not there, it will create 1 on every profitable item. This commit also adds support for Auctioneer.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Tue, 06 Jul 2010 23:48:54 -0700
parents ff9a698caebc
children 66b7c3f5937e
line wrap: on
line diff
--- a/Core.lua	Sun Jul 04 09:33:25 2010 -0700
+++ b/Core.lua	Tue Jul 06 23:48:54 2010 -0700
@@ -216,6 +216,7 @@
 		return {count = self.items[link].count, invested = self.items[link].invested}
 	end
 	self.items[link].count =  Altoholic:GetItemCount(self:GetIDFromLink(link))
+	self.items[link].invested = tonumber(self.items[link].invested)
 	return self.items[link]
 end