As title Say Hello Lua Script I want to Raids Alarm
Like, Orc Thais, Pirates Liberty Bay, Draptor, Ferumbras, Morgaroth, Ghazbaran, Orshabaal, all Raids xD Someone got it? If someone post it here i'll be happy ^^
As title Say Hello Lua Script I want to Raids Alarm
Like, Orc Thais, Pirates Liberty Bay, Draptor, Ferumbras, Morgaroth, Ghazbaran, Orshabaal, all Raids xD Someone got it? If someone post it here i'll be happy ^^
init start
local raids = {
libertybay = {'Pirates are launching', 'The ships that approach', 'Unknown ships are sighted', 'Sails sighted northwest of Liberty Bay.', 'Pirates are attacking', 'Something is moving in the depths', 'Numerous Quara fins have been '}, -- lb raids
farmine = {'Lancer beetles troop', 'A pack of lancer beetles heads', 'The lancer beetles', 'A massive orc force is gathering', 'Orc reinforcements', 'An orcish horde, ready for', 'The great march', 'There seems to be a big gnarlhound', 'The dragons of the Dragonblaze'}, -- farmine raids
bosses = {'The ancient volcano on Goroma', 'There is an evil presence', 'Evil Cultists have called an ancient evil', 'The seals on Ferumbras old cidatel are glowing', 'Ferumbras return is at hand.', 'Ferumbras has returned to his citadel once', 'An ancient evil is awakening in the mines beneath Hrodmir.', 'Demonic entities are entering', 'The demonic master has revealed itself', 'The Pale Count has risen from his crypt deep under Drefia. Blood will flow'} -- bosses raids
}
local beeptimes = 3 -- how many times play alarm
-- Don't edit below :)
table.lower(raids)
init end
auto(100)
foreach newmessage m do
if m.type == MSG_RAID then
for _, v in pairs(raids) do
for k, vv in ipairs(v) do
if m.content:lower():find(vv:lower()) then
for i = 1, beeptimes do
beep() wait(450, 820)
end
end
end
end
end
end
Last edited by mistgun; 06-20-2014 at 10:41 AM.
Latest Scripts: Ultimate Dawnport FACC Spots Souleater Tunnels Useful Lua:
good job! message for palec count "The Pale Count has risen from his crypt deep under Drefia. Blood will flow"
Latest Scripts: Ultimate Dawnport FACC Spots Souleater Tunnels Useful Lua:
i will test this
around 17 days will be feru on my world so script can help much :P
You can make alarm to this message "With a great bang the dimensional portal in Zao collapsed and with it the connection to the other dimension shattered" ?
can i add gotolabel(0, "logout") ? :>
add feroxa to the list of raids