Jump to content

REQUEST script for l2walker


Recommended Posts

I can help you but not whit walker

 

Download Clockmans TOWERBOT en  put this script in.

Change at the lines  (YOUR CHAR NAAME ) your own naame

you can add or remove Raid bosses to

You only have to ad the ID nr or the naame (i done here both)

enjoy  ;)

 

raidbosses = { "zaken", 25325, "Krokian Padisha Sobekk", 25202, "Ember", 25319, "Ocean Flame Ashakiel", 25205, "Death Lord Ipos", 25276, "Shaman King Selu", 25155, "Storm Winged Naga", 25229, "Last Lesser Giant Olkuth", 25244, "Last Lesser Giant Glaki", 25245, "Ketra's Chief Brakki", 25305, "Flame of Splendor Barakiel", 25325, "Varka's Holy Altar", 31560, "Ketra's Holy Altar", 31558, "Ketra's Hero Hekaton", 25299, "Varka's Hero Shadith", 25309, "Bloody Empress Decarbia", 25266, "Death Lord Shax", 25282, "Hestia, Guardian Deity of the Hot Springs", 25293, "Yeti's Table", 31542, "Fire of Wrath Shuriel", 25143, "Kernon", 25054, "Longhorn Golkonda", 25126, "Varka's Chief Horus", 25315, "Queen Shyeed", 25514, "Plague Golem", 25523, "Queen Ant", 29001, "Valakas", 29028, "Antharas", 29019, "Doom Blade Tanatos", 25248, "Vanor Chief Kandra", 25235, "Water Dragon Seer Sheshark", 25199, "Antharas Priest Cloe", 25109, "Triol's Leader  Benom", 29054, "Palatanos of Horrific Power", 25249, "Flamestone Giant", 25524, "Daimon's Altar", 31541, "Cherub Galaxia", 25450, "Lilith", 25283, "Ketra's Commander Tayr", 25302, "Uruka", 25527, "Varka's Commander Mos", 25312, "Beleth", 29119, "Baium", 29020, "Typhoon", 25539, "Core", 29006, "Orfen", 29014 }
players = { "YOUR CHAR NAAME 2", "YOUR CHAR NAAME2" }

spawned = false

function alert(name)
    ShowToClient("RBCheck", "Raidboss "..name.." was spawned so go kill him!")
    for k, playerName in pairs(players) do
        SendPM(playerName, "Raidboss "..name.." was spawned!")
        Sleep(1053)
    end    
    spawned = true
end

ShowToClient("RBCheck", "Raidboss checker v0.1 was loaded and waiting for spawn rb")

repeat
npc_list = GetMonsterList();

for npc in npc_list.list do
    for k, v in pairs(raidbosses) do

            if type(v) == "string" and string.upper(npc:GetName()) == string.upper(v) then
                alert(npc:GetName())                
            elseif type(v) == "number" and npc:GetNpcId() == v then
                alert(npc:GetName())                
            end

    end
end

Sleep(500);
until spawned == true

ShowToClient("RBCheck", "Script end...")

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock