Search found 3 matches

by johnblack100
Sat Dec 13, 2003 7:12 am
Forum: Macro Help (MQ1)
Topic: Running macros command incorrectly
Replies: 5
Views: 939

Here is the routines.mac I am using. - routines.mac - | Generic routines that may be used a lot. | ---------------------------- | Original Version by: Plazmic | Improved by: L124RD Sub BuyItems /sendkey down shift /for l1 1 to $p0 /click left merchant buy /varset l2 $char(cash) :BuyItems_Wait /delay...
by johnblack100
Fri Dec 12, 2003 7:15 pm
Forum: Macro Help (MQ1)
Topic: Running macros command incorrectly
Replies: 5
Views: 939

I am sorry here is the macro code trying to run ;) | - BatWingPie.mac - | #include routines.mac Sub Main /call FindCombiner baking /if $return==99 /return /cleanup /click right inv $return :MakeBatWingPie /sendkey down ctrl /finditem "Bear Meat" /if $find()==FALSE /goto :Done /click left p...
by johnblack100
Thu Dec 11, 2003 5:09 am
Forum: Macro Help (MQ1)
Topic: Running macros command incorrectly
Replies: 5
Views: 939

Running macros command incorrectly

Hi need some assistance, either a link or tell me what I am doing wrong. When I try to run a macro I get the following message Ending macro: Usage /for <variable> <start> <to>downto> <end> [step x} routines.mac@125 )findcombiner): /for p1:7 dpwmto 0 pattymelt.mac @ (Main): /call FIndCombiner backing...