Search found 5 matches

by Doh!
Sun Dec 08, 2002 2:25 am
Forum: Outdated Macros::Macro Requests
Topic: Forage of a certain item [Request Fulfilled]
Replies: 12
Views: 3517

Ok...

sub main :loop /if $gm==TRUE /call Crap /delay 25 /call forage /goto :loop /return sub forage /if n $char(ability,"Forage")<=0 /return /doability Forage /delay 20 /call check /return sub check /if "$cursor(name)"=="Fruit" /click left destroy /if "$cursor(name)&quo...
by Doh!
Sun Dec 08, 2002 1:56 am
Forum: Outdated Macros::Macro Requests
Topic: Forage of a certain item [Request Fulfilled]
Replies: 12
Views: 3517

After a bit of experimentation....

I just added in the gm check and sub crap, so dunno how well that part works..... sub main :loop /if $gm==TRUE /call Crap /delay 25 /call forage /goto :loop /return sub forage /if n $char(ability,"Forage")<=0 /return /doability Forage /delay 20 /call check /return sub check /if "$curs...
by Doh!
Fri Nov 29, 2002 4:28 am
Forum: MQ2::General
Topic: Yay me!
Replies: 1
Views: 730

Hehe.... update..

sub main :loop /delay 20 /call forage /goto :loop /return sub forage /if n $char(ability,"Forage")<=0 /return /doability Forage /delay 20 /call check /return sub check /if "$cursor(name)"=="Branch of Planar Oak" /click left auto /if "$cursor(name)"=="Morn...
by Doh!
Fri Nov 29, 2002 12:18 am
Forum: MQ2::General
Topic: Yay me!
Replies: 1
Views: 730

Yay me!

Well, after rtfm and utfse and reading everything I could find, IT WORKS..... sub main :loop /delay 50 /call forage /goto :loop /return sub forage /if n $char(ability,"Forage")>0 /doability Forage /delay 20 /if "$cursor()"=="TRUE" /call check /return sub check /if "...
by Doh!
Thu Nov 28, 2002 11:15 pm
Forum: MacroQuest::Help (Outdated)
Topic: Telnet?
Replies: 0
Views: 716

Telnet?

What is the Telnet stuff for?

i r n00b..... :-)