How do i make the bot click the last slot in the hotbar? #2285
Answered
by
MooshiMochi
MooshiMochi
asked this question in
Q&A
-
I've been looking at the docs, and the only thing that related to what i want is Is there a way for me to select the 9th (last) slot in my hotbar and do a right/left click (to use the item)? |
Beta Was this translation helpful? Give feedback.
Answered by
MooshiMochi
Oct 29, 2021
Replies: 1 comment
-
Got it bot.setQuickBarSlot(8) // select the last slot in my hotbar
bot.activateItem() // click on the item |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MooshiMochi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it