Jump to content

ProjectPact

Script Factory Developer
  • Posts

    6465
  • Joined

  • Last visited

  • Days Won

    41
  • Feedback

    100%

Everything posted by ProjectPact

  1. What? Not sure what you were trying to say, but the script does work properly, as I did it to an account yesterday.
  2. I highly doubt you got banned from running a script for 5 minutes. Sorry about your loss, but I wouldn't point fingers at something at a script that stands at a bank for 5 minutes and organizes it.
  3. This isn’t really true
  4. In the middle of redirecting my site. Script might be down for a few minutes.
  5. Join my discord server and we can talk
  6. I can make create something to do that, but the script currently does not support that
  7. It’s because there is a bug in mirror mode if it can’t see the items
  8. Organization is key More items coming soon
  9. With the price of bonds being over 4m+, and for the fact that red chinchompa prices will continue to go up, I'd say 12-15m/acc
  10. Newest updates are live
  11. I updated my post again for a little more info that might help
  12. Exactly, searching for text is one reliable way to do it! You can get even more dynamic than that, but it digs a little deeper than just understanding the fundamentals. ? Edit: Also, after look at your code more, you have this: smithFace.interact("Make sets:"); You should do: if(smithFace.interact("Make sets:")){ // Code in here } The reason you should do this is because you ONLY want to move the mouse and do the conditional sleep, or anything else you can think of, ONLY if the action was successful. Since it is a boolean, it will return true or false.
  13. I would recommend not using static ID's. By using dynamic ID's instead, you are able to ensure that your script stays functional after a "non-crucial" update, because Jagex likes changing child ID's. RS2Widget smithFace = getWidgets().get(270, 14, 38);
  14. Version 0.2 has been pushed! ————————————————— Project RuneScape v0.2: ————————————————— Rewrote the walking system based on regions Made the GUI a fixed sized Added new banks
  15. 10 more slots have just opened up!!!
  16. Woot woot!
  17. I've never had any of my accounts banned from this, and I've ran it on accounts with well over 300m on them.
  18. Version 0.1 has been pushed! ————————————————— Project RuneScape v0.1: ————————————————— Progressive mode now only buys items it needs Fixed the bot trying to equip any manual selected tool Fixed a fishing problem that would sometimes hover spots Added Dwarven Mine bank Stopped the bot from dropping Unidentified minerals Sped up banking Wrote new banking handlers Added new fishing locations Added version number to paint
  19. OSBot Version: 2.5.10 (dev build) Problem: When webwalking from Catherby -> Port Sarim, the bot will go the Trader Crewmember and interact with him by using the "Charter" action. Once the Widget is open, the bot fails to interact with the map to choose "Port Sarim". How to replicate: Use webwalker and walk from Catherby to Port Sarim. (Make sure to have GP in your inventory) Image:
  20. I think you didn’t read my OP. It would help distinguish messages easier. I don’t know what else you want me to say.
  21. I never said it hasn’t any affect with chatting at all, so not sure where you read that. All I said was it would be easier to read your conversations with you and another person in a private message.
  22. Love seeing proggies!
  23. Yes, it is just going to support 3 skills. I do have more plans for the script as far as feature wise, but as far as adding more skills, I am simply not allowed.
×
×
  • Create New...