Jump to content

Tom

Scripter III
  • Posts

    5330
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Everyone can have their opinions, but if someone is denying something that makes a trade safer for both the seller and the buyer for potentially no added cost, its suspicious as shit and should be flagged for the rest of the communities safety
  2. Tom

    osMiner

    Trial added To buy with rsgp, you would have to go through another service to buy an OSBot voucher Once you have the voucher, you can purchase the script on the store. https://osbot.org/forum/store/product/662-osminer/
  3. Tom

    osMiner

    I've just updated and added a small work around to add basic banking support, however I wouldn't recommend using the 3 iron rocks closest to the bank as it doesn't walk back to the right spot. Could take up to 24 hours before the update is live.
  4. Tom

    osFisher

    Added a bit of anti pattern to the custom drop methods You should also see a new option called 'human error' to enable this. What it does - If you arent shift dropping, it will occasionally missclick 'use' or 'examine'. - If you are shift dropping, it will occasionally skip an item It will go back at the end, and drop all items it missed or 'failed'
  5. Tom

    osMiner

    Yes, however banking is currently not working in the new mining guild. Power mining will work great though.
  6. Tom

    osFisher

    Thanks, if possible could you leave a review here: https://osbot.org/forum/store/product/512-osfisher/ All the other fishing scripts have ones but I have never had one
  7. mouse.move(random(random(0, 250), random(250, 500)), random(random(0,250), random(250,500))) random random random random You need about 10 randoms to avoid getting banned, dont listen to @Juggles
  8. Tom

    osFisher

    Massive thanks to @blemlyfe for allowing me to add the fishing guild expansion. The update should be out within 24 hours, as well as a bunch of new cool changes. Note for minnows: Start on the west (left) side of the platform.
  9. Time to format those paint numbers @ProjectPact
  10. Only mods need to fill their autism quota
  11. You arent a mod stop acting like one you dog
  12. Tom

    osFisher

    I'm just about to put at a massive update that changes the scripts appearance / functionality drastically. Would you like to wait for that (up to 24 hours), or have your trial now?
  13. My first impression is that this is pretty messy I'm about to head off to bed, but one of the first things I see is related to efficiency / poor design Area squire_spot = new Area(2980, 3339, 2975, 3344); Area thurgo_spot = new Area(3001, 3143, 2995, 3146); Area reldo_spot = new Area(3213, 3490, 3207, 3497); You are creating a new Area every time the method is called, you should initialise them in the onStart or in a constructor, and then just call them by their variable name. This increases the variables scope, and is better design for what you are doing in my opinion. http://www.javawithus.com/tutorial/scope-and-lifetime-of-variables Area squires_spot; @Override public void onStart(){ squire_spot = new Area(2980, 3339, 2975, 3344); } Thats just a quick example, I'll drop back by tomorrow but I'm sure @Explv will have sorted you out by then. As for any new scripter, feel free to add me on skype 'tommyhoogstra' I'll offer you my free advice and opinions, but you need to be able to take constructive criticism well.
  14. 'IAmAFuckingRetard'
  15. Since when was good code formatting a thing on these forums
  16. Tom

    Scripting

    Learn java first, but not on codecademy Once you have general knowledge, you can start learning to script through open source examples as they should be easy to understand. Rest is up to you, gl hf
  17. Tom

    osMiner

    It does, however banking at the moment is not working as OSBot does not officially support the area.
×
×
  • Create New...