Moderator: MacroQuest Developers
Code: Select all
/varset a(50,0) 63,1723
/varset a(50,1) 80,1566
/varset a(50,2) 238,1571
/varset a(50,3) 239,1772
/varset a(50,4) 65,1770
/varset a(50,5) 63,1723
/call Walk 50 0 2
/Face 90
/call Walk 50 3 3
/Face 0
/call Walk 50 4 4
/Face 90
/call Walk 50 5 5
Code: Select all
/call Walk 50 3 3Code: Select all
/call Walk 50 3
ok, this didnt work for a couple reasons.. the call initiate granger, should be somthing like /call Initialize GrangerL124RD wrote:Code: Select all
| MacroKit-Cheese.mac | by L124RD #include MacroKit.inc sub main /call initiate granger :loop /varset a(2,10) "sell $count("Mature Cheese") Mature Cheese" /varset a(2,11) "buy 16 Bottle of Milk" /varset a(2,12) "buy 8 Rennet" /call UseMerchant Granger 10 /varset a(3,10) "2 Bottle of Milk" /varset a(3,11) "1 Rennet" /varset a(3,12) "1 Dairy Spoon" /call Combine Mixing 10 1 /call logstats /goto :loop /call terminate "We got outside the loop 0_o" /return
Code: Select all
/varset loggging_variable logging_default
^-- right there..
