MinCap = 3000
Module.New('DropVials', function()
if Self.Cap() < MinCap then
pos = Self.Position()
Self.DropFlasks(pos.x, pos.y, pos.z)
end
end)
thanks
its dropping all flasks when it gets to the cap entered, is there a way to drop vials up to the cap selected and drop maybe 25 vials at a time so to save a little money?