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

Thread: Raid Warnings

  1. #1
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    20

    Raid Warnings

    Hey Forum,

    i just found on a script some raid Warnings for different Bosses so the credits of those persistents dont come from me , since i cannot find any raid warnings in the forum i wanna share those "Raid Alerts"

    Feel free to share more Raid Warnings, or for the experienced Scripters maybe u can edit it some and make like a advanced persistent with true/false which raid it want to play an Alarm.



    Ferumbras:
    auto(500)

    local message = "The seals on Ferumbras old cidatel are glowing. Prepare for HIS return mortals."

    foreach newmessage msgs "Server Log" do
    if msgs.text:find(message) or message.type == 16 or message.type == 18 then

    playsound("lowmana.wav")
    wait(500, 1000)
    focusclient()
    wait(500, 1000)
    flashclient()
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)

    end
    end


    Orshabaal:
    auto(500)

    local message = "Orshabaal's minions are working on his return to the World. LEAVE Edron at once, mortals."

    foreach newmessage msgs "Server Log" do
    if msgs.text:find(message) or message.type == 16 or message.type == 18 then

    playsound("lowmana.wav")
    wait(500, 1000)
    focusclient()
    wait(500, 1000)
    flashclient()
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)

    end
    end


    Zulazza:
    auto(500)

    local message = "More orc reinforcements have arrived at the gates of Zzaion! The gates are under heavy attack!"

    foreach newmessage msgs "Server Log" do
    if msgs.text:find(message) or message.type == 16 or message.type == 18 then

    playsound("lowmana.wav")
    wait(500, 1000)
    focusclient()
    wait(500, 1000)
    flashclient()
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)

    end
    end


    Morgaroth:
    auto(500)

    local message = "The ancient volcano on Goroma slowly becomes active once again."

    foreach newmessage msgs "Server Log" do
    if msgs.text:find(message) or message.type == 16 or message.type == 18 then

    playsound("lowmana.wav")
    wait(500, 1000)
    focusclient()
    wait(500, 1000)
    flashclient()
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)

    end
    end


    Ghazbaran:
    auto(500)

    local message = "An ancient evil is awakening in the mines beneath Hrodmir."

    foreach newmessage msgs "Server Log" do
    if msgs.text:find(message) or message.type == 16 or message.type == 18 then

    playsound("lowmana.wav")
    wait(500, 1000)
    focusclient()
    wait(500, 1000)
    flashclient()
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)
    playsound("lowmana.wav")
    wait(500, 1000)

    end
    end
    Last edited by Rihop; 06-25-2015 at 07:53 AM.

  2. #2
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    This gotta be one of the most retarded and broken scripts I've seen in a while.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  3. #3
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Raphael View Post
    This gotta be one of the most retarded and broken scripts I've seen in a while.
    Forum Rules

    • You must treat other users with respect.

    Applies to everyone, you should respect moderators and administrators and normal users, despite their rank title. This is basic for any human being.


    Hu3Hu3Hu3
    Helped you? REP+

  4. #4
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    20
    Well yea... hahah but it worked (atleast at the Zulazza raid) and i didnt made those scripts just found them some weeks ago, it was just an idea to share it with the Forum if som1 will need something like this, i know that there is more potential for scripts like this, but im not a scripter so if anyone will take a look over it, and make it better then do so.

  5. #5
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by borges View Post
    Forum Rules

    • You must treat other users with respect.

    Applies to everyone, you should respect moderators and administrators and normal users, despite their rank title. This is basic for any human being.


    Hu3Hu3Hu3
    I'm glad I wasn't disrespectful to any user then, only to a script. Do scripts have feelings?

    Quote Originally Posted by Rihop View Post
    Well yea... hahah but it worked (atleast at the Zulazza raid) and i didnt made those scripts just found them some weeks ago, it was just an idea to share it with the Forum if som1 will need something like this, i know that there is more potential for scripts like this, but im not a scripter so if anyone will take a look over it, and make it better then do so.
    I understand. I just had to say it.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  6. #6
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Raphael View Post
    I'm glad I wasn't disrespectful to any user then, only to a script. Do scripts have feelings?
    It's a joke... don't be angry
    Helped you? REP+

  7. #7
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by borges View Post
    It's a joke... don't be angry
    Oh, I'm not. Just playing along.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  8. #8
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    @Rihop, sorry but you even search badly: here's my old, shitty code: https://forums.tibiawindbot.com/show...ll=1#post57134

  9. #9
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    20
    ok thanks
    Last edited by Rihop; 06-25-2015 at 07:54 AM.

  10. #10
    Wind Powered wybocenooba's Avatar
    Join Date
    Jan 2014
    Posts
    409
    Reputation
    16
    Rep Power
    21
    Code:
    init start
    local raids = {
        libertybay = {'Orc activity near Thais reported', 'Pirates are launching a surprise attack on Liberty Bay'}, -- lb raids
        farmine = {'A massive orc force is gathering', 'Orc reinforcements', 'An orcish horde, ready for', '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', 'old cidatel are glowing', 'return is at hand.', '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', 'LEAVE Edron at once', 'is about to make his way into the mortal realm'} -- bosses raids
    }
    
    local beeptimes = 53 -- 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
    Last edited by wybocenooba; 06-24-2015 at 01:39 PM.

 

 

Posting Permissions

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