Jump to content

ProjectPact

Script Factory Developer
  • Posts

    6461
  • Joined

  • Last visited

  • Days Won

    41
  • Feedback

    100%

Everything posted by ProjectPact

  1. Join my discord server and we can talk
  2. I can make create something to do that, but the script currently does not support that
  3. It’s because there is a bug in mirror mode if it can’t see the items
  4. Organization is key More items coming soon
  5. 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
  6. Newest updates are live
  7. I updated my post again for a little more info that might help
  8. 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.
  9. 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);
  10. 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
  11. 10 more slots have just opened up!!!
  12. Woot woot!
  13. I've never had any of my accounts banned from this, and I've ran it on accounts with well over 300m on them.
  14. 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
  15. 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:
  16. 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.
  17. 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.
  18. Love seeing proggies!
  19. 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.
  20. Thanks for the release @Alek and thanks to everyone for the kind words! Glad y’all are enjoying it!
  21. Script is now live! Only 15 slots available! Link can be found on the first page of the thread
  22. I've still been doing more updates and optimizations for the script. So pumped!
  23. AIO Hunter 9.5 has been pushed! http://projectpactscripting.com/Updates.html
×
×
  • Create New...