Exchange Tokens
#49
Exchanges tokens when 1000 found in open backpacks.
macro(1000, "Exchange tokens", function()
local tokens = player:getItemsCount(6526)
if tokens > 1000 then return g_game.use(findItem(6526)) end
end)
- remove | + add
09 Jul 2021