Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    Howdy Yall

    Do you know if a lot of the problems have been fixed yet? I know when it first came out people could hardly run any scripts for an hour
  2. Your method wont work that well, because you are never closing the bank. Conditional sleeps work good with this ive noticed. public void deposit() throws InterruptedException { if(!bank.isOpen(){ bank.open() new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return bank.isOpen(); } }.sleep(); } bank.depositAllExcept("Coins"); sleep(random(150,300)); bank.close(); } } Also, your class name is a bit weird 1main.java? Rename is to main.java, youl have to rename the class inside the code as well from public 1main to public main near the top. I think this is just a convention, but you should still do it.
  3. Tom

    osFisher

    Will have to take a look at this, thanks mate. Check back here soon for a fix Edit: Posted a fix.
  4. Tom

    osFisher

    Everytime, or just a one off?
  5. Because he asked what console to buy
  6. Im going to give you my opinion. I would usually say PS4, but since with the upcoming windows 10, Xbox One users and Windows 10 users will be able to play cross platform, thats right, you will be able to play halo, cod, etc from your pc, with your friends on xbox. So I will be going to xbox, that is for sure.
  7. You can bot those things, but botting for more than 12 hours a day is risky business.
  8. Nice script
  9. I think the location is precise, but I might be wrong.
  10. The conflict is real
  11. Digitalocean or volume drive are good providers.
  12. Tom

    osFisher

    The fishing guild works relatively well, i have a 14 hours proggy there myself. Im uploading a latest change that should help a bit with banking!
  13. Yeah, will have to do that. Dont know why I didn't just look at this from the start
  14. I was looking for a more convenient method of getting all types of banks, like npcs as well. Unless OSBot doesnt interact with npc banks, in that case I am retarded.
  15. Though it has to get the actual bank booth object / npc from somewhere right? I'm just looking for a way to access this so I can get its position when it finds one
  16. Wanting to do something like camera.toPosition(getBank().getPosition()); I don't think there is anything in built for this, that I have seen atleast. Any help appreciated
  17. I dunno, and I wanna know because I'm banned. Cheers.
  18. Cyborg R.A.T 7 Actually very comfortable despite its looks, and customizable.
  19. Package/Quests needed to complete: Monkey Madness Package (All of it) Did you add my skype? (Famoos.Polo): yes Do you agree to my ToS?: yes Only got 1 ranged, can level it if needed.
  20. Tom

    osFisher

    Lovely! Thanks so much for testing SinsFisher xD What you think of the new logo: http://puu.sh/h0UC5/4ad3d6bcb9.png Made by a fan.
  21. Tom

    osFisher

    Just shows how fixing one thing can break another I guess.
  22. Tom

    osFisher

    Thanks guys, I will look into it Edit: just pushed a small update, I think it might be the problem with depositing. Version should be 2.02 if you are checking Does anyone know how well draynor is working?
  23. Tom

    osFisher

    Yes, but do you know what boat specifically? Ill fix the bannana issue now and post a fix. Note: osFisher will be on the SDN soon also, so keep a lookout Edit: just posted a fix, should drop, or bank accidentally picked up bananas Altered the boat code, so it 'should' work now.
  24. Tom

    osFisher

    Strange, not sure why it picked up a banana, but I will add it to the bank list so incase it does pick up one, it can properly remove it from the inventory. Clearly I didn't fix the boat issue as well as I thought, You could help me out by saying the location of the boat, was it in karamja or port sarim?
  25. Tom

    osFisher

    New highest proggy of my own, fishing swordfish / tuna at fishing guild
×
×
  • Create New...