Welcome!

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

Sign up now!
  1. D

    Architect [Deleted]

    Shift dropping is currently not available. Also, it's worth noting that you really should put a small delay under "Is Player Animating" otherwise you'll be putting your CPU under unnecessary stress as it will continue to loop thousands or more times per second. It also guarantees that the bot...
  2. D

    Architect [Deleted]

    Looking at your last screen shot, you need a lot more conditionals. Currently you are making the bot run the same actions in a row no matter what. The fact that you have states doesn't help you because they don't break down the instructions, they just "break up" the actions visually. Before you...
  3. D

    Architect [Deleted]

    It would probably be built faster if you attempted building it and posted in here for help. I unfortunately will not have time until next weekend to start building more bots.
  4. D

    Architect [Deleted]

    I honestly haven't done much with Deposit boxes yet, but I will do some tests and talk with Klik about it. For now, using Is Interface Visible Text: "BANK" or "DEPOSIT" should be sufficient to detect if the window is open in place of "Is Bank Open" As for interacting with it differently than...
  5. D

    Architect [Deleted]

    Because you're forcing it to walk to that location no matter what. First check if the player is in the Area, if not then make the player Walk To. Look at the code I just optimized, it will only attempt the Walk-To command if the player is not already in the area. Without this check, your bot...
  6. D

    Architect [Deleted]

    Post your code so we can make sure the problem isn't in how you structured your code. I haven't had any issues with using Walk To. Okay, I will look into it. I have a house on one of my accounts, I think. Is this for OSRS or RS3? OSRS has an issue with rocks with distinguishing between "Has...
  7. D

    Architect [Deleted]

    I don't even know what you just said. You're going to have to drop the Runescape lingo and explain it more detailed though. I only started playing Runescape when I started playing with Runescape bots, so you mine as well be speaking French to me right now.
  8. D

    Architect [Deleted]

    It would help to see your code, this lets us see if it is a bug in your programming, a bug in Architect or if the attempted action just currently isn't possible.
  9. D

    Architect [Deleted]

    Post the code if you want help fixing it, there is likely a bug in your code somewhere if it continually fails to click "Remove" and can't respond to an error. As for a fail safe, there currently isn't anything like that possible.
  10. D

    Architect [Deleted]

    To interact with the fire. Interact With Object: Fire, Action: Use To click cook: Press Key: 1 Then interact with the interface as normal. Make sure you put those in proper conditionals though.
  11. D

    Architect [Deleted]

    In progress of updating, it broke with an update from Klik. I've updated all but one of my bots on the SVN so far, and then I'm going to update the ones off of the SVN. The main goal is to have every bot on the SVN working 100%, and until that happens I can't work on the bots that aren't on the...
  12. D

    Architect [Deleted]

    Custom Bots - Google Drive This is the same drive that you will find if you click the "Pre-made" button in Architect. Sorry for not clarifying that earlier. These are Klik approved bots.
  13. D

    Architect [Deleted]

    Patience, I have to go through and update a few bots before I can push more bots to the SVN. I stress test each bot for 2+ hours before I push it to the SVN.
  14. D

    Got banned 2 days

    I've gotten a few temp bans, but then other times it's just a straight perma-ban. Sometimes the account gets a permaban before it ever gets a temp ban.
  15. D

    Architect [Deleted]

    Definitely add a Regex string like *. :D Updated: Fishing - Draynor - Shrimp [Dark57] Chop and Bank - Draynor - Willow [Dark57] Added: Chop and Fletch - Draynor - Willows [Dark57]
  16. D

    Architect [Deleted]

    This exact bot is on my bot TODO list. I should make a Trello so people can see the list of bots I'm working on. Currently there is no wildcard feature to Drop All Items Containing The Word: "Rune" That is a great idea, and would simply picking up or dropping items as my Chicken Killer...
  17. D

    What do I need to know about botting Agility?

    If you're scared, go to church. Seriously though, Runemate itself is not detected. I'm convinced my bans are the result of players who have a vendetta against bots and just want to see the world burn. While I have botted on my main (1900+ skill), I never afk bot on that account. I've also...
  18. D

    What do I need to know about botting Agility?

    Botting is always hit or miss. Never bot on anything you are not willing to lose. Out of 48 botting accounts, 17 of them have been banned doing various tasks that their bot brethren have also been doing without a ban. I've tried suicide botting, botting with breaks, and botting for short...
  19. D

    I lul'd.

    I lul'd.
  20. D

    Architect [Deleted]

    I don't have those specifically, however when the updated code is pushed to the SVN you should be able to write your own bot based on my code. If you can't or don't want to do that, then you have to request it in this thread and whenever I get to it will it become available. My freetime has...
Top