Page 1 of 1

Easy One: /mqlog -> write chat event...

Posted: Fri Jul 23, 2004 7:42 am
by Pickled
How do I /mqlog the chat text on event #chat tell, I wrote a script ages ago for MQ1 that did it when you passed vars to the Event_x(a,b,c), but dosent seem to work any more in MQ2 :(

Any help greatly appreciated..

Posted: Fri Jul 23, 2004 8:55 am
by Fuergrissa
do you want to /mqlog any text that has been sent to your toon while you have been afk ?

Posted: Fri Jul 23, 2004 9:20 am
by Pickled
Yes please!

Posted: Sat Jul 24, 2004 6:27 am
by Fuergrissa
here is code i insert into the Bazaar Idle mac to log all text sent while im asleep

Code: Select all

#chat chat 
#chat group
#chat tell

Sub Main
:Loop
blah blah
/doevents
/delay 1 wagofadogstail
/goto :loop

Sub Event_Chat(string ChatType,string ChatSender,string ChatText) 
   /mqlog "${ChatSender} in ${ChatType} told me: ${ChatText}" 
   /return 

Excellent Product Blog

Posted: Fri Oct 06, 2023 9:49 am
by FrankJScott
Please try Google before asking about Top Product Guide 76_595d