Jump to content

ProjectPact

Script Factory Developer
  • Posts

    6463
  • Joined

  • Last visited

  • Days Won

    41
  • Feedback

    100%

Everything posted by ProjectPact

  1. You haven’t done Eagles Peak
  2. @Patrick bug still exists
  3. v2.47: Added new checks to Bank detection system Minor fixes
  4. v2.47: Added new checks to Bank detection system Minor fixes
      • 2
      • Heart
  5. This post was made 2 years ago. Please check the OP's date prior to commenting to ensure we do not bring back dead topics.
  6. Every Wednesday or Thursday, when Jagex pushes and update to OSRS, OSBot’s client may need to be updated. It is not script related, but rather client related. A new update to OSBot should be out soon. Please be patient.
  7. Every Wednesday or Thursday, when Jagex pushes and update to OSRS, OSBot’s client may need to be updated. It is not script related, but rather client related. A new update to OSBot should be out soon. Please be patient.
  8. v2.46: Added new links to the Welcome GUI Fixed a bug with Map #getDistance Minor fixes
  9. v2.46: Added new links to the Welcome GUI Fixed a bug with Map #getDistance Minor fixes
      • 2
      • Heart
  10. API has been updated
  11. Images have been added to the OP
  12. There is something called "Method shifting", which increases all method numbers by +1 from below where you selected. If you have Pro Edition, you have full power because it will clean up and prettify your method numbers for you automatically.
  13. I’ll be updating the buy prices
  14. v2.45 Added the ability to export Variable List Debugger Added wildcard support to #getPosition in Player Fixed a bug where Script Selector could throw a NPE under certain scenarios Minor fixes
  15. Means you haven't completed Eagle's Peak.
  16. v2.45 Added the ability to export Variable List Debugger Added wildcard support to #getPosition in Player Fixed a bug where Script Selector could throw a NPE under certain scenarios Minor fixes
  17. I just lasted an entire bond with 0 bans. My account turned F2P now with 75 hunter, hunting every single day with breaks.
  18. Are you sure you are on the correct OSBot account and didn't purchase it under another?
  19. v2.44: Added new icons to the Script Selector to distinguish folders and scripts properly
  20. v2.44: Added new icons to the Script Selector to distinguish folders and scripts properly
      • 1
      • Heart
  21. v2.43: Fixed a bug that prevented the Script Selector to be loaded on some computers randomly and would require a reinstall of Java.
  22. v2.43: Fixed a bug that prevented the Script Selector to be loaded on some computers randomly and would require a reinstall of Java. The issue was a Java error, however I found a solution to work around the issue. Please keep me posted if anyone has any other issues with the Script Selector.
  23. Oh what the heck lol, I had two replies and I guess I clicked on this topic instead of the hunter and read your message and got confused. My apologies! hahaha Were you doing Rune Ore?
  24. I was just referring to your comment: The decision tree doesn't necessarily have to be processed in "onLoop". In fact, I think there's great potential by listening for game tick events. But still, a really cool concept and a different way to look at processing.
  25. Interesting concept! My only concerns are the following. 1. I don’t think reflection will work on the SDN. So this would only be useful for scripts not going on OSBots repository. (I experienced this issue when I made Script Factory). 2. Make sure to cache the entire JSON during runtime instead of calling the JSON in a loop. This will fix any bogging of the script if either your JSON file gets extremely large, or needing to loop your script faster.
×
×
  • Create New...