Page 1 of 1
camp on specific tell
Posted: Mon Aug 09, 2004 10:02 am
by Just_Another
was wondering if anyone could make a simpel macro that camp on specific tell?
Kinda like the one here:
http://macroquest2.com/phpBB2/viewtopic.php?t=3100
just one that works

Posted: Mon Aug 09, 2004 11:11 am
by blueninja
There used to be a plugin for this, look around the plugin forum for it.
Posted: Mon Aug 09, 2004 2:32 pm
by dman
Code: Select all
#event Camp "#1# tells #*#camp now#*#"
#event Camp "#1# told #*#camp now#*#"
Sub Main
:loop
/doevents
/goto :loop
Sub Event_Camp(string line, string sender)
/declare senderlist string local Bob Joe Rob Dok Moe
/if (${senderlist.Find[${sender}]}) {
/if (!${Me.Sitting}) /sit
/camp
/endmacro
}
/return
Posted: Mon Aug 09, 2004 2:49 pm
by Just_Another
thanks
Posted: Wed Aug 11, 2004 1:07 am
by Chill
add this before the sit check:
Posted: Sat Aug 14, 2004 4:40 pm
by Space-Boy