Hi! In autosell.lua you have an outer loop to run 4 times, presumably to make selling grey items faster or in case of vendor lag. But then you are overcounting the total value of the items vendors.
Easy fix to modify line 40
if (i == 0) then copper = copper + ( price * count ); end
Hi! In autosell.lua you have an outer loop to run 4 times, presumably to make selling grey items faster or in case of vendor lag. But then you are overcounting the total value of the items vendors.
Easy fix to modify line 40
if (i == 0) then copper = copper + ( price * count ); end