First of all thank you for your interest in this site and asked us this question, the second thing I say "sure, it is possible.. and not only for the woe!"
Requirements:
- a bot account with a creator
- the fp skill
- 100k (or more) zeny
- 100+ str (to bring the Coating Bottles)
- 75~100 dex (no-cast is not necessary, but if you can, give it)
- a location where place the bot
- this script
# http://xilerobot.blogspot.com/
# ---- CONFIG -----
$bottleToBuy = 100
# ----- FULL PROTECTION -----
macro mfp{
do stand
$id = @inventory(Coating Bottle)
$qt = @invamount(Coating Bottle)
if ($qt > 0) goto action
do pm "$.lastpm" No more Coating Bottles, buying...
call mbuy
:action
do sp 479 "$.lastpm"
}
automacro afp{
#pm "|00fp", AllowedChar
pm "|00fp"
call { log messaggio }
call mfp
}
# ----- BUY -----
macro mbuy{
$price = 200
$total = @eval($bottleToBuy * $price)
if ($.zeny < $total) goto nomoney
$x = @arg("$.pos", 1)
$y = @arg("$.pos", 2)
$map = $.map
do c @warp ra_temsky 68 96
pause 2
#$np = @npc("Alchemist Items")
$np = @npc(68 92)
do talk $np
do store
do buy 14 $bottleToBuy
do c @warp $map $x $y
goto end
:nomoney
log No money? no Coating Bottles!
:end
}
automacro abuy{
inventory "Coating Bottle" < 1
call mbuy
timeout 30
}
nothing happen. :(
ReplyDeletewhat should i do? my bot just sitting there.
set the sitAuto_idle to 0
Delete