Witam,
poszukuje skryptu na patrzenie piętro niżej oraz gdy dany potwor na ekranie to alarm. Z góry dzięki.
local monsterName = "Midnight Panther"
local alertDelay = 5 --seconds to wait between alert
while true do
for i = CREATURES_LOW, CREATURES_HIGH do
local c = Creature.GetFromIndex(i)
if c:isVisible() and abs(c:Position().z - Self.Position().z) <= 1 and c:Name() == monsterName then
alert()
wait((alertDelay-200) * 1000)
end
end
sleep(200)
end
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki