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.4K
Suggestions
TargetBot Toggle | 04/10/24 | 2.7K
Broadcast Chat | 05/10/24 | 1.6K
Ping Monitor | 04/10/24 | 1.8K
AutoLoader- vBot extensions | 24/12/21 | 3.9K
Skills Hud | 04/10/24 | 3.5K
In-game timers | 04/10/24 | 3.9K
Simple Loot Channel #114

This displays loot in a separate tab.

420b | 12 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.
]]--
local useLoot = macro(100000, "Loot Channel", function() end)
local tabName = "Loot"
local console = modules.game_console

onTextMessage(function(mode, text)
  if mode ~= 29 then return end
  if useLoot.isOff() then return end
  if not text:find("Loot of") then return end

  local tab = console.getTab(tabName) or console.addTab(tabName, true)
  console.addText(text, { color = '#00EB00' }, tabName, "")
end)

17 Oct 2023
Ads