Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1.2K
Exchange Tokens #49
Exchanges tokens when 1000 found in open backpacks.
159b | 4 lines.
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
Ads