MrKinau / FishingBot

1.8 - 1.21 Fishing bot for Minecraft
GNU General Public License v3.0
322 stars 68 forks source link

Ingame Inventory menu #111

Closed hendrikbgr closed 1 year ago

hendrikbgr commented 3 years ago

The server I want to use this tool one requires the use to click an item in an inventory menu which pops up upon joining. Is that a way I can make the bot select a certain option? sadly the server had no command to join one of the worlds.

MrKinau commented 3 years ago

Currently it is not possible to make the bot click an item in an inventory, but I'll write it on the todo-list, so it can be a part of the start-actions to click on a certain slot in an opened inventory.

hendrikbgr commented 3 years ago

Thanks, that feature would be great. Also maybe add the option to make certain key strokes with certain delays

Cheers

On 4. Jan 2021, at 02:36, MrKinau notifications@github.com wrote:

 Currently it is not possible to make the bot click an item in an inventory, but I'll write it on the todo-list, so it can be a part of the start-actions to click on a certain slot in an opened inventory.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

MrKinau commented 3 years ago

This is already planned (at least partly). The bot does is not base on Minecraft, it's just an implementation of some parts of the Minecraft protocol so it does not know about keystrokes, but executing commands (or bot commands) in a timer is already planned.

hendrikbgr commented 3 years ago

Aah I see. I am going to keep an eye on future updates then

On 4. Jan 2021, at 04:51, MrKinau notifications@github.com wrote:

 This is already planned (at least partly). The bot does is not base on Minecraft, it's just an implementation of some parts of the Minecraft protocol so it does not know about keystrokes, but executing commands (or bot commands) in a timer is already planned.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

MrKinau commented 1 year ago

Dunno, why this issue isn't closed, all the features suggested here are already released. /clickinv and timers as well as /wait. Thx for your suggestions :)