minebot
minebot copied to clipboard
Not using swords (XpFarm)
I am currently using this script:
# Mine and bring the resulting ores home. Then mine again.
repeat:
# Just in case we died
/minebot respawn
# Store the stuff
/mobcoins withdraw 20
/home a
/minebot pause 7
/minebot store
/minebot pause 15
/is go
/minebot pause 7
stack:
/minebot stop after 300
/minebot stop on death
/minebot xpfarm 10000
stack end
And its working well, exept the fact that the bot is not switching swords, even when he has swords in his hotbar, we wont use them Any solution for this?
Check which slot has the sword in it, if it's on the hotbar, select that slot. You can either do it in js or Java, your choice.