1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug Strange question.

Discussion in 'Developer Support' started by BruceScript, Nov 30, 2015.

  1. BruceScript

    Joined:
    Oct 22, 2015
    Messages:
    2
    Likes Received:
    0
    I've noticed that when i have a strange rock in my inventory an unexpected item handler destroys it. Why does this happen?
     
  2. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    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.
     
  3. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    Pretty much, some bots aren't coded well enough to deal with them xD
     
  4. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    >:--(
     
  5. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    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$"
     

Share This Page

Loading...