working on search modes for buy and sliders for quantity in sell

This commit is contained in:
Manuel Simon Hirsig
2015-10-19 02:25:56 +02:00
parent 2a16fb7073
commit 51dc12e428
20 changed files with 1568 additions and 444 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ function inventory()
end
end
end
local i = 0
local n = getn(inventory)
return function()
@@ -143,8 +143,8 @@ function process()
end
function max_stack(slot)
local _, _, _, _, _, _, item_stack_count = GetItemInfo(item_id(slot))
return item_stack_count
local _, _, _, _, _, _, max_stack = GetItemInfo(item_id(slot))
return max_stack
end
function Aux.stack.stop(k)