Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Alarm Raid's

  1. #1
    Free User fatima's Avatar
    Join Date
    Jun 2014
    Location
    Brasil - Rio De Janeiro
    Posts
    21
    Reputation
    10
    Rep Power
    0

    Post Alarm Raid's

    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 ^^

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29

    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.

  3. #3
    Free User fatima's Avatar
    Join Date
    Jun 2014
    Location
    Brasil - Rio De Janeiro
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    try this i didn't test but should work..


    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'} -- bosses raids
    }

    local beeptimes = 3 -- how many times play alarm

    table.lower(raids)
    init end

    auto(200)

    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
    I'll test soon thx ^^

  4. #4
    Free User fatima's Avatar
    Join Date
    Jun 2014
    Location
    Brasil - Rio De Janeiro
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    try this i didn't test but should work..


    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'} -- bosses raids
    }

    local beeptimes = 3 -- how many times play alarm

    table.lower(raids)
    init end

    auto(200)

    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

    Worked thx for awesome help

  5. #5
    Wind Powered wybocenooba's Avatar
    Join Date
    Jan 2014
    Posts
    409
    Reputation
    16
    Rep Power
    23
    good job! message for palec count "The Pale Count has risen from his crypt deep under Drefia. Blood will flow"

  6. #6
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by wybocenooba View Post
    good job! message for palec count "The Pale Count has risen from his crypt deep under Drefia. Blood will flow"
    Added! :P

  7. #7
    Free User PunktG's Avatar
    Join Date
    Dec 2013
    Posts
    2,202
    Reputation
    44
    Rep Power
    28
    i will test this
    around 17 days will be feru on my world so script can help much :P

  8. #8
    Free User
    Join Date
    Jan 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    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" ?

  9. #9
    Free User
    Join Date
    Dec 2013
    Posts
    79
    Reputation
    12
    Rep Power
    24
    can i add gotolabel(0, "logout") ? :>

  10. #10
    Free User
    Join Date
    Sep 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    add feroxa to the list of raids

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •