Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. reset when they updated IPB
  2. Tom

    osFisher

    How would you rate your internet connection? I can see this taking longer due to downloading the header from my host, however this could be on the hosts end. Let me know if the problem persists, and I'll move it to OSBots resources
  3. Tom

    osFisher

    Hi, sorry to hear you are having issues. If you could open the logger (top right of the client under settings), and post what it shows here when you try to run the script, I can help correct the issue. Thanks
  4. Tom

    What's up

    Keep in mind that a lot of the open source scripts in that section are put together by amateurs, and by no means reflect a good development practice for scripts.
  5. Tom

    osFisher

    Added
  6. Tom

    osFisher

    Supports minnows, it doesn't current support dark crabs. I'll look into them
  7. Tom

    osMiner

    Added trial
  8. nice one
  9. better not be divinity / extreme. inb4 swizzbeat
  10. Tom

    osFisher

    Added Added I went ahead and added two new locations, Tai Bwo Wannai (For fishing the bait with a small net), and South of Musa Point (for fishing Kawambwans). It is untested, and I'm not sure what the most optimal bank route is, so it could be absolute garbage. I also went ahead and enabled using teleports and stuff for travel across the script. Update may take up to 24 hours to be live.
  11. Tom

    osFisher

    Added
  12. Nah they just moved it to canvas
  13. Tom

    osFisher

    Nobody has ever suggested it ? Sharks / minnows for money
  14. Added
  15. You are fucked if you registered with your real email LMAO! Jagex gonna hit you with a massive law suit
  16. Perhaps you would be better off opening a JFrame with a login screen / create account screen, and store the login somewhere on the machine so they only have to login once. That way you could automatically link it to the current OSBot account when they create one on Hive
  17. Scripters host a PHP file on their webserver and submit data through that URL submit = new URL(http://yoururl.com/uploaddata.php?name=dog&expgained=1"); URLConnection con = submit.openConnection(); con.setDoInput(true); con.setDoOutput(true); con.setUseCaches(false); final BufferedReader rd = new BufferedReader( new InputStreamReader(con.getInputStream())); rd.close(); You would then take that data, connect to SQL or w.e and process it on the server side
  18. @Eliot If this gets approved, I'll happily integrate into all my SDN products. A question though, how are users authenticating so that they only see the bots they are running? Are you hoping for some OSBot login verification, or are people expected to make accounts?
  19. Tom

    osMiner

    I guess ill have to add a setting to turn this feature off. Unless you have another suggestion? I dont want people dying to scorpions and shit
  20. Tom

    osFisher

    Added
  21. Tom

    osMiner

    Hi, this is an old mechanic I had in place back when deadman mode was popular. I assume you got attacked by a scorpion, so it ran all the way back to bank ? Let me know Added
  22. Tom

    osFisher

    Thanks, there WILL be a fix out within the next 24 hours. Perhaps I can recommend training on trout / salmon in the mean time
  23. Tom

    osFighter

    link Thats not a bad idea, I chinned in that spot to 99 myself so I would understand how to get it to work. One issue might be knowing when to reset, since I imagine you dont want to waste chins on 3 or so monkeys. I'll add this to planned features and maybe look at it tonight Hasn't been released yet, maybe soon friend
  24. Tom

    osMinnows

    Added
×
×
  • Create New...