Example just put this in global events!
local t = {
-- words,helmet,armor,legs,boots,effect --
{"Leather", 2482, 2484, 2468, 2526, 29},
{"Chain", 2457, 2463, 2647, 2521, 30},
}
function onThink(interval)
for _, cid in ipairs(getPlayersOnline()) do
for i = 1, #t do
if...