Raudo Posted July 7, 2011 Posted July 7, 2011 i need a script who say when deterimated RB spawn or somethink like that, anyone can help me? EDIT. wrong section, anyone can move? Quote
roxy2000 Posted July 11, 2011 Posted July 11, 2011 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...") Quote
Raudo Posted July 11, 2011 Author Posted July 11, 2011 AAAAAAAH that's what i need! any link to donwload it for win 7? Quote
Raudo Posted July 24, 2011 Author Posted July 24, 2011 l2tower doesn't work on dragon-network, anyone can help? Quote
Recommended Posts
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.