EventMonitorStart("Whispers", "CHAT_MSG_WHISPER");
registerTimer("beepwhispers", secondsToTimer(5), beepwhispers);
local function beepwhispers()
repeat
local time, moreToCome, name, msg = EventMonitorCheck("Whispers", "4,1")
if time ~= nil then
printf("\a\a\a");
end
until moreToCome == false
end
<onLoad><![CDATA[
startGMDetect()
EventMonitorStart("Whispers", "CHAT_MSG_WHISPER");
local function beepwhispers()
repeat
local time, moreToCome, name, msg = EventMonitorCheck("Whispers", "4,1")
if time ~= nil then
printf("\a\a\a");
end
until moreToCome == false
end
registerTimer("beepwhispers", secondsToTimer(5), beepwhispers);
]]></onLoad>
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
<onLoad><![CDATA[
startGMDetect()
EventMonitorStart("Whispers", "CHAT_MSG_WHISPER");
local function beepwhispers()
repeat
local time, moreToCome, name, msg = EventMonitorCheck("Whispers", "4,1")
if time ~= nil then
printf("\a\a\a");
end
until moreToCome == false
end
registerTimer("beepwhispers", secondsToTimer(5), beepwhispers);
]]></onLoad>
this script break bot...Bot dont stop waypoint just ride or go away..
lolita wrote:Maybe to post error message that MM print, someone will be able to help you
Thanks for answer but I don't understand what is MM print and how to do that I ll study front of the pc and I want to hear a sound when someone whisper me. I really need that :/