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.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
macro(1000, "Exchange tokens", function()
    local tokens = player:getItemsCount(6526)
    if tokens > 1000 then return g_game.use(findItem(6526)) end
end)

09 Jul 2021
Ads