Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
local msgs = getnewmessages("Local Chat")
if (msgs.count > 0)
then
local qtd = msgs.count-1
if (serverType == ("PVP"))
then
for i=1,2
do
if msgs[qtd].text:find("exura gran mas res")
then
flashclient()
wait(500, 800)
screenshot("Someone tried to heal monsters near your char "..name.." at coords "..posx.." "..posy.." "..posz)
wait(1000, 1500)
playsound("alert.wav")
wait(1500)
playsound("alert.wav")
wait(1500)
playsound("alert.wav")
wait(1500)
end
end
end
end
-- Anti UH
local msgs2 = getnewmessages("Server Log")
if (msgs2.count > 0)
then
local qtd2 = msgs2.count-1
if (serverType == ("PVP"))
then
for i=1,2
do
if msgs2[qtd2].text:find(".+ was healed by .+ for .+ hitpoints.")
then
flashclient()
wait(500, 800)
screenshot("Someone tried to heal monsters near your char "..name.." at coords "..posx.." "..posy.." "..posz)
wait(1000, 1500)
playsound("alert.wav")
wait(1500)
playsound("alert.wav")
wait(1500)
playsound("alert.wav")
wait(1500)
end
end
end
end
nie zapomnij dac enabled
Zakładki