Search found 3 matches

by Josamen
28 May 2018, 20:57
Forum: Macro Plugin
Topic: non stop alert sound
Replies: 5
Views: 3788

Re: non stop alert sound

It's Elu/Ori carry condition right? But this case when bot recived some PM its a do with one MSG for one Alert time IDK how to do becuz can use do as loop control command dont like somethimg in inventory /cry /cry /cry
by Josamen
28 May 2018, 10:48
Forum: Macro Plugin
Topic: non stop alert sound
Replies: 5
Views: 3788

Re: non stop alert sound

Yess sir. I need to do with sound loop but this code one MSG with one sound play and not do as loop :? :? :?
by Josamen
28 May 2018, 01:04
Forum: Macro Plugin
Topic: non stop alert sound
Replies: 5
Views: 3788

non stop alert sound

Hello, I have problem with alert sound when bot got PM its play sound with only one time but i need to spam play. Can anyone help?
this my automacro
automacro PM {
pm /.*/i
timeout 2
call {
do eval Utils::Win32::playSound('D:\Alert.wav')
}

}