Are you playing OT ?
Belden's Free Scripts
Belden's Quest Scripts
Bought Lifetime Subscription from Fractal
Bought TeamSpeak 3 Service from Sikkness
Bought Leveling Service from Y2Quakepc2
@Elizabeth
I fked up, try this one
Code:local items = {"royal helmet", "shard"} LootMessageProxy.OnReceive("", function(proxy, message)) for i = 1, #items do if (string.find(string.lower(message), string.lower(items[i]))) then alert() end end end)