๐ถโโ๏ธ Follow Gems
job follow bisa digunakan untuk collect gems selagi ada bot yang nge farming, setup dengan script ini memerlukan 25 bot farming dan 25 bot tidak farming.
bot yang nge collect gemsnya akan mulai menjalankan buy store kalau bot yang di follow disconnect atau farming nya ke pause.
# OnTick - setupโ
- add 50 bot ke job
- add script ke job nya lewat job list (klik kanan)
- copas script dibawah, karena OnTick pastikan namanya 30_seconds
- start job
condition [{bot.farming.state}="FARMING",{bot.world.name}!="EXIT",{bot.bot.follow}="null"] continue[] terminate[]
execute as "{script.bots.0}" job schedule [name="follow",player="{script.bots.25}",collect="Gems"]
execute as "{script.bots.1}" job schedule [name="follow",player="{script.bots.26}",collect="Gems"]
execute as "{script.bots.2}" job schedule [name="follow",player="{script.bots.27}",collect="Gems"]
execute as "{script.bots.3}" job schedule [name="follow",player="{script.bots.28}",collect="Gems"]
execute as "{script.bots.4}" job schedule [name="follow",player="{script.bots.29}",collect="Gems"]
execute as "{script.bots.5}" job schedule [name="follow",player="{script.bots.30}",collect="Gems"]
execute as "{script.bots.6}" job schedule [name="follow",player="{script.bots.31}",collect="Gems"]
execute as "{script.bots.7}" job schedule [name="follow",player="{script.bots.32}",collect="Gems"]
execute as "{script.bots.8}" job schedule [name="follow",player="{script.bots.33}",collect="Gems"]
execute as "{script.bots.9}" job schedule [name="follow",player="{script.bots.34}",collect="Gems"]
execute as "{script.bots.10}" job schedule [name="follow",player="{script.bots.35}",collect="Gems"]
execute as "{script.bots.11}" job schedule [name="follow",player="{script.bots.36}",collect="Gems"]
execute as "{script.bots.12}" job schedule [name="follow",player="{script.bots.37}",collect="Gems"]
execute as "{script.bots.13}" job schedule [name="follow",player="{script.bots.38}",collect="Gems"]
execute as "{script.bots.14}" job schedule [name="follow",player="{script.bots.39}",collect="Gems"]
execute as "{script.bots.15}" job schedule [name="follow",player="{script.bots.40}",collect="Gems"]
execute as "{script.bots.16}" job schedule [name="follow",player="{script.bots.41}",collect="Gems"]
execute as "{script.bots.17}" job schedule [name="follow",player="{script.bots.41}",collect="Gems"]
execute as "{script.bots.18}" job schedule [name="follow",player="{script.bots.42}",collect="Gems"]
execute as "{script.bots.18}" job schedule [name="follow",player="{script.bots.43}",collect="Gems"]
execute as "{script.bots.19}" job schedule [name="follow",player="{script.bots.44}",collect="Gems"]
execute as "{script.bots.20}" job schedule [name="follow",player="{script.bots.45}",collect="Gems"]
execute as "{script.bots.21}" job schedule [name="follow",player="{script.bots.46}",collect="Gems"]
execute as "{script.bots.22}" job schedule [name="follow",player="{script.bots.47}",collect="Gems"]
execute as "{script.bots.23}" job schedule [name="follow",player="{script.bots.48}",collect="Gems"]
execute as "{script.bots.24}" job schedule [name="follow",player="{script.bots.49}",collect="Gems"]
execute if-true [{bot.job.follow}="null"] terminate
farming pause false
job wait "follow"
execute if-true [{var.returnValue.cancelReason}~"disconnected"] terminate
execute if-true [{var.returnValue.cancelReason}~"offline",{bot.inventory.gems}>="harga gems di store"] job schedule [name="buy_store",item_id="surg_value_pack",amount="0",storage_option="DEF;1;0;Grass",start_world="WORLDSTORAGE|ID"]
execute if-true [{var.returnValue.cancelReason}~"offline",{bot.inventory.gems}>="harga gems di store"] job wait "buy_store"
goto 1