Welcome!

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

Sign up now!

Bug Strange question.

Joined
Oct 22, 2015
Messages
2
I've noticed that when i have a strange rock in my inventory an unexpected item handler destroys it. Why does this happen?
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,768
I've noticed that when i have a strange rock in my inventory an unexpected item handler destroys it. Why does this happen?

Because a number of bots rely on dropping items such as power choppers or power miners, as the rocks can only be destroyed (requires multiple clicks, thus more difficult for coders to implement) it would render the bot non-functional.. I think we have the freedom to disable the destroying, but in 99% of the bots it wouldn't make any sense to do it if it messes up bot functionalities.
 
Joined
Dec 10, 2014
Messages
3,332
Because a number of bots rely on dropping items such as power choppers or power miners, as the rocks can only be destroyed (requires multiple clicks, thus more difficult for coders to implement) it would render the bot non-functional.. I think we have the freedom to disable the destroying, but in 99% of the bots it wouldn't make any sense to do it if it messes up bot functionalities.
Pretty much, some bots aren't coded well enough to deal with them xD
 
Joined
Dec 10, 2014
Messages
3,332
Just simple stuff like not filtering spriteitems when dropping, it's legit just adding .actions("Drop") to the query xD
Or in the case of woodcutting/mining, you can create a pattern that works for all logs "^.+ logs$", or all ores "^.+ ore$"
 
Top