06-29-2009, 02:06 PM
I know you know how to do it aptar but I'll humour you
When you want to do spam you can use one of the commands I mentioned earlier ( uo.say("") ) and then put .wop Kal Vas Flam or whatever the spell is in between the quotes. So it would look something like this...
Did I get your laugh right?
When you want to do spam you can use one of the commands I mentioned earlier ( uo.say("") ) and then put .wop Kal Vas Flam or whatever the spell is in between the quotes. So it would look something like this...
PHP Code:
sub AptarLeetSpamMacro1()
while 1
uo.say (".wop Kal Vas Flam")
wait (750)
uo.say (".wop An Vas Mani")
wait (900)
uo.say("aeiuhuaueihuaieuhaie") ;aptar's laugh ;)
wait (850)
wend
end sub
Did I get your laugh right?