Showing posts with label autobuy. Show all posts
Showing posts with label autobuy. Show all posts

Sunday, January 19, 2014

Macro Auto Beli HP Pill and SP pill

#catatan:
#1. tentunya keadaan id harus premium service dan ada zeny
#2. maksimal 1x pembelian hp dan sp pill maka harus buka storage terus menerus

automacro hpSpPill {

map payon

run-once 1

call b

}



macro b {

do autostorage

pause 1

do talknpc 178 110 c c r0 c r1 n

pause 1

do talknpc 178 110 c c r0 c r2 n

pause 1

release hpSpPill

}

Macro Auto Beli Arrow

macro beli {
$awal = $.pos
do move payon_in01 11 126
do talk 0
do store
do buy 0 30000
}



automacro BuatQuiver {
inventory "Arrow" > 500
call Quiver
run-once 1
}



macro Quiver {
do move 11 126 payon_in01
do talknpc 5 134 r0 r0 r0
release BuatQuiver
}