run-once 1
timeout 3600
call open_my_shop
}
anyone please help me, how to relog every 15 minutes? anythng wrong with this macro? please do help me.. thanks
and one more thing,
Example, i am vending, then someone uses Dimension Door and Man Hole on me, how can i relog or go again in vending mode, because my bot stops when someone uses those skills one me..
this is my macro
automacro vend {
delay 1
console /Other players are not allowed to view your Equipment./
cart "Skel-Bone" < 1
call open_shop
timeout 10
}
macro open_shop {
do move prt_fild08 170 363
pause 1
call open_shop_now
}
macro open_shop_now {
do move prt_fild08 170 363
pause 5
call open_my_shop
}
macro open_my_shop {
do move prt_fild08 170 363
pause 1
do openshop
stop
}
please do help me, its make me crazy, thanks!
