Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Ironman **WORKING** fletcher bot

Joined
Sep 27, 2015
Messages
51
all the current ones either stop working halfway through because they right click nothing and the only thing available is cancel, or they left click every single bow for the fletcher interface

basically they suck

can we get a good one
 
Joined
Feb 27, 2015
Messages
577
I know for a fact Alpha fletcher works on DS. I'm sure the others do as well. I'm not sure what your issue is, but maybe explain it a bit more, it's not the bots fault :D
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,876
all the current ones either stop working halfway through because they right click nothing and the only thing available is cancel, or they left click every single bow for the fletcher interface

basically they suck

can we get a good one
Next time, post a bug report on the bot thread instead of making a separate thread to request a new bot. Also, the cancel menu should be handled by the client, not the bot, making it a client bug and should be in its own bug report thread in the client support section.

Now. As for the left clicking every bow, have you tried enabling the make x progress interface in your runescape settings? That's more than likely the reason for this.
 
Joined
Sep 30, 2015
Messages
86
Also, the cancel menu should be handled by the client, not the bot, making it a client bug and should be in its own bug report thread in the client support section

It doesn't, I've had to use

if(Menu.isOpen())
Menu.close();

To fix it. My divination script kept getting stuck in the menu until it auto-logged and logged back in. After using the code above before any interaction, it doesn't get stuck.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,876
It doesn't, I've had to use

if(Menu.isOpen())
Menu.close();

To fix it. My divination script kept getting stuck in the menu until it auto-logged and logged back in. After using the code above before any interaction, it doesn't get stuck.
... I'm saying that the client needs to handle it so report it as a client bug...
 
Top