Jump to content

jca

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by jca

  1. jca

    Road to Max

    Good luck man, play it safe and mix it up.
  2. V1.2 added custom sleep timer that defaults at 5 seconds. Added banking / dropping option for all locations apart from Barbarian Outpost. http://www.mediafire.com/file/hm10nzsf6gd6m81/JFisher.jar/file
  3. Yeah that makes sense. I can defo add banking, thinking about cooking as well on the fire.
  4. Thanks for the feedback, yeah it is intentional - when a player is skilling AFK that’s the way they would play. I could make the delay a variable that you enter into the GUI?
  5. Updated to 1.1 - added Catherby support for Swordfish & Tuna, Lobster & Shark
  6. It's working fine for me... With nothing in the inventory, D Harp equipped, doing Sharks / Swordys and Tuna at the Fishing Guild. Are you sure you've download 1.03 and refreshed your scripts?
  7. The best thing is to understand core concepts of how Java is written and how the language works, then you can look at some of the tutorials here on OSBot and start practicing / tearing apart scripts. Then it really is practice makes perfect and asking for help when you're stuck.
  8. Thanks for reporting. Fixed in the latest release V1.03, you can now fish with D Harp.
  9. Good stuff! Thanks mate, if you have any suggestions just let me know.
  10. Good start! Hope it goes well with the others.
  11. jca

    Fletching

    Too used to grinding on an Iron Man
  12. jca

    Fletching

    Alch! Make the most of that XP.
  13. Okay, what I said should do the trick.
  14. I’m unclear what you are asking for, but from what I can gather is that you want to logout if a boss exists and you’re not under attack, wait, then login again? For login I would use a custom login handler to handle the event. There’s an example somewhere around here, just do a quick search. For the wait set a timer. You can store System.currentTimeMillis on logout. Then on the loop check for the required gap. If ( System.currentTimeMillis - storedTime > waitTime ) then login.
  15. All the best in the new position!
  16. Depends how opinionated you want the framework and what your use case is. To be honest they are all very similar and learning any of them will give you good experience. I use Backbone personally for the flexibility.
×
×
  • Create New...