Exchange Tokens
#49
Exchanges tokens when 1000 found in open backpacks.
--[[
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