Monday, April 13, 2009

Novice - Thief Using Macro

#Novice to Thief Macro byMasahiro

automacro thief{
inventory "Orange Gooey Mushroom" <>= 1
inventory "Orange Net Mushroom" >= 8
call done
run-once 1
}

automacro gathered2 {
inventory "Orange Gooey Mushroom" >= 4
inventory "Orange Net Mushroom" >= 7
call done
run-once 1
}

automacro gathered3 {
inventory "Orange Gooey Mushroom" >= 7
inventory "Orange Net Mushroom" >= 6
call done
run-once 1
}

automacro gathered4 {
inventory "Orange Gooey Mushroom" >= 10
inventory "Orange Net Mushroom" >= 5
call done
run-once 1
}

automacro gathered5 {
inventory "Orange Gooey Mushroom" >= 13
inventory "Orange Net Mushroom" >= 4
call done
run-once 1
}

automacro gathered6 {
inventory "Orange Gooey Mushroom" >= 16
inventory "Orange Net Mushroom" >= 3
call done
run-once 1
}

automacro gathered7 {
inventory "Orange Gooey Mushroom" >= 19
inventory "Orange Net Mushroom" >= 2
call done
run-once 1
}

automacro gathered8 {
inventory "Orange Gooey Mushroom" >= 22
inventory "Orange Net Mushroom" >= 1
call done
run-once 1
}

automacro gathered9 {
inventory "Orange Gooey Mushroom" >= 25
call done
run-once 1
}

automacro gathered10 {
inventory "Orange Net Mushroom" >= 9
call done
run-once 1
}

macro done {
do is @inventory (Butterfly Wing)
pause 3
do conf attackAuto 0
do conf route_randomWalk 0
do conf autoTalkCont 1
do move 41 125 moc_prydb1
pause 1
do talk @npc (42 133)
pause 3
}

automacro died {
map morocc
call ban
run-once 1
}

macro ban {
do move 135 130 moc_ruins
do talk @npc (141 125)
pause 3
do conf attackAuto 2
do conf route_randomWalk 1
do conf itemsTakeAuto 2
do conf itemsGatherAuto 2
release all
}


Note : i'm not tried it , so idk if its worked well or not...

1 comment: