Jump to content

ProjectPact

Script Factory Developer
  • Posts

    6430
  • Joined

  • Last visited

  • Days Won

    37
  • Feedback

    100%

Everything posted by ProjectPact

  1. 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
  2. I updated my post again for a little more info that might help
  3. 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.
  4. 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);
  5. 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
  6. I've never had any of my accounts banned from this, and I've ran it on accounts with well over 300m on them.
  7. 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
  8. 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:
  9. 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.
  10. 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.
  11. 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.
  12. Thanks for the release @Alek and thanks to everyone for the kind words! Glad y’all are enjoying it!
  13. Script is now live! Only 15 slots available! Link can be found on the first page of the thread
  14. I've still been doing more updates and optimizations for the script. So pumped!
  15. AIO Hunter 9.5 has been pushed! http://projectpactscripting.com/Updates.html
  16. Digital Ocean tried to pull the same thing on me. All I did was kindly email them stating what happened, showed I canceled my agreement on PAYPAL, and that I no longer have been using their service. They tried getting $100 out of me. That’s why I stopped using them, and will never use them again.
  17. A patch for Eagles Peak will be out soon. I need to see what they changed with it and rewrite those parts of the quest. Please be patient as I look into it! Thanks!
  18. I’ve made a comment about the in the scripter chat, and a lot of others were experiencing this as well. Hopefully the Devs will look at this. Also, you should remake this post in the Bug reports section
  19. What does the logger show? Try a different bank. Like go to the GE or Varrock bank (known locations to work)
×
×
  • Create New...