IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası
  vaybe sohbet

>
+
Etiketlenen Kullanıcılar

15Beğeni(ler)

Yeni Konu aç Cevapla
 
LinkBack Seçenekler Arama Stil
Alt 18 Ağustos 2015, 16:13   #1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ses addonu




merhaba...

How can we modify this script?

I want to triger an action...

When 3 or 4 Z:Lines are added in 3 seconds (because it means there is an attack) i want to automatically activate the "Srjn bot" in a channel for 5 minutes (or more) by saying in the channel !proxy on and then after 5 min saying !proxy off

for example

on ^*:snotice:*: {
if ($2 == Z:line) && ($3 == added) {
splay zline.mp3 | /say #test1 !proxy on | /timer 1 300 /say #test1 proxy off | halt
}
}

but for 3-4 ZLines (or Akill) in 3 seconds

 
Alıntı ile Cevapla

Alt 21 Ağustos 2015, 00:13   #2
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ses addonu




elhale Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
merhaba...

How can we modify this script?

I want to triger an action...

When 3 or 4 Z:Lines are added in 3 seconds (because it means there is an attack) i want to automatically activate the "Srjn bot" in a channel for 5 minutes (or more) by saying in the channel !proxy on and then after 5 min saying !proxy off

for example

on ^*:snotice:*: {
if ($2 == Z:line) && ($3 == added) {
splay zline.mp3 | /say #test1 !proxy on | /timer 1 300 /say #test1 proxy off | halt
}
}

but for 3-4 ZLines (or Akill) in 3 seconds


Merhaba @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

for your issue you can use the event code from @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] . (Second message on this topic)

And combine it with a flood protection, that use the same method.

If somebody is flooding your channel, you must also set time limit and message limit for your flood protection.

Now here is the code, which hopefully helps you.

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
on $*:snotice:/(Permanent\s((G|K)(lobal\sz|:)Line|Shun)\sadded|added\san\sAKILL\sfor)/i: { if %attack == $null { set -u3 %attack 1 return } else { inc %attack } if %attack > 3 && %stop == $null) { set -u300 %stop 1 msg #channel !proxy on timer 1 300 msg #channel !proxy off } }

The blue one is the time (3 seconds), and the red one is your message limit (I mean the limit of youre action notices Zline, Akill, Gline, ...)


Have a nice day.

 
Alıntı ile Cevapla

Alt 21 Ağustos 2015, 04:17   #3
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ses addonu




Ku|L| Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

Now here is the code, which hopefully helps you.

merhaba @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Now the bot is not working...
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
I tried to understand what was going on and saw that it was taken offline and the SrjN topic edited.

If I understood correctly, now @¿ will make it with registration and api key for it to work... :S so I guess I have to wait to see the above code work together with the bot. However, thank you very much that you took the time to help.

I have to say tho, the times I tested the bot while we had attacks it worked flawlessly, it blocked every attack.
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
It just worked.

 
Alıntı ile Cevapla

Alt 21 Ağustos 2015, 13:39   #4
Çevrimiçi
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ses addonu




elhale Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
merhaba @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Now the bot is not working...
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
I tried to understand what was going on and saw that it was taken offline and the SrjN topic edited.

If I understood correctly, now @¿ will make it with registration and api key for it to work... :S so I guess I have to wait to see the above code work together with the bot. However, thank you very much that you took the time to help.

I have to say tho, the times I tested the bot while we had attacks it worked flawlessly, it blocked every attack.
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
It just worked.


Yok koalisyon olmadi erken seçim olacak 1 ekimde. Muhtardan seçmen kağidini almayi unutma

 
Alıntı ile Cevapla

Alt 21 Ağustos 2015, 15:59   #5
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: ses addonu




uFuK Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
Yok koalisyon olmadi erken seçim olacak 1 ekimde. Muhtardan seçmen kağidini almayi unutma

No no. Don't worry, im not about elections or coalitions, I just hadn't yet showed my appreciation because I didn't have time when I got the password.

I remember I just entered the server, he gave me the password and I quit.


Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
That is the motive of my above answer.

 
Alıntı ile Cevapla

Cevapla

Etiketler
addonu, ses


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler Arama
Stil

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Away Addonu NeLix mIRC Scripting Sorunları 8 15 Nisan 2017 12:55
Away Addonu... Silencer mIRC Scripting Hazır Kodlar 3 06 Kasım 2010 04:24
elinde baloncuk addonu ve baglantı menusu addonu olan varmı? Leo mIRC Scripting Sorunları 12 26 Şubat 2010 10:19
Away Addonu TrancEnergy mIRC Scripting Hazır Kodlar 1 20 Nisan 2006 15:01
Away Addonu MaeLStrOm mIRC Scripting Hazır Kodlar 4 04 Ağustos 2005 16:20