minebot icon indicating copy to clipboard operation
minebot copied to clipboard

Not using swords (XpFarm)

Open Pedro9700 opened this issue 5 years ago • 1 comments

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?

Pedro9700 avatar Jul 03 '19 17:07 Pedro9700

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.

xpr0legendx avatar Aug 31 '19 09:08 xpr0legendx