Search found 3 matches

by mint_ol
Mon Apr 05, 2004 8:12 am
Forum: Macro Help (MQ1)
Topic: my code here, for guild to irc
Replies: 2
Views: 753

my code here, for guild to irc

#turbo 50

#chat tell

Sub Main
:Loop
/doevents
/goto :Loop
/return

Sub Event_Chat
/if "@Param0"~~"GUILD" {

/i say Tell from @Param1 said @Param2
}
/return


will this work?
by mint_ol
Mon Apr 05, 2004 5:26 am
Forum: Macro Help (MQ1)
Topic: scripts needed\preview\workable info needed
Replies: 0
Views: 529

scripts needed\preview\workable info needed

looking to see blips and blurbs of macros and maybe if poss brief explanation on what they for, I wanna huge amount but sorta just tell me what sorta commands it has. especially ones that have atctual ingame commands such as /tell , /sit, /say /guild (message) want to find a code that can listen to ...
by mint_ol
Sun Apr 04, 2004 6:52 pm
Forum: Macro Requests (MQ1)
Topic: mq2irc to mirc
Replies: 0
Views: 753

mq2irc to mirc

I am trying to figure a way to get it to send guildchat or any serverwide.channel to send to irc, or even relay back and forth, but just having it log to seperate channels like i join a channel and text from guild chat goes to that channel, and text from serverwide.channel goes to other channel, im ...