Jump to content

frozen8

Members
  • Posts

    225
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by frozen8

  1. I saw the problem. I was using another RS account
  2. The bot doesn't enter the PIN of the bank for some reason... It says Opening Bank in the log only
  3. How many chest per hours? (I do around 6-8)
  4. FOUND the issue. Can delete that.
  5. Logicly it should be the same thing. They did some change but it pretty much Windows 8 redesign.
  6. So people using rsbuddy or osbuddy don't remember what is called will be banned? :P
  7. I don't care I wasn't hiding anything and people were still complaining it was a virus lol. They could decompile recompile or what ever they want I would not even care lol
  8. How long have you guys been botting for lol?
  9. Have you used it? If yes, did you like it?
  10. Hey I'm trying to remove the jar from the jar I'm building when I compile the script but it seems like the OSBot.jar always stay inside. I'm using IntelliJ IDEA and I changed the Setting of the Project Structuve to Provided instead of Compile and it always stay with the jar file. Is there a special way to do it? Thanks for the help!
  11. I did some modifications now and it seems to be working fine. Also now another minor problem When I use that path: private final Position[] pathToHassan = { new Position(3275, 3169, 0), new Position(3279, 3177, 0), new Position(2388, 3180, 0), new Position(3291, 3172, 0), new Position(3292, 3167, 0) }; Sometime the bot click a couple time at the same position for some weird reason. I use this to go to a certain location: localWalker.walkPath(pathToHassan); Thanks a lot guys for helping me out so much!
  12. Thanks it's working! Also I'm having one last issue with the door. My current code to handle the door is this: if(!myPlayer().isMoving()) { RS2Object largeDoor = objects.closest(new Filter<RS2Object>() { @Override public boolean match(RS2Object rs2Object) { return rs2Object != null && rs2Object.getName().equals("Large door") && rs2Object.getPosition().equals(new Position(3293,3166,0)); } }); if(largeDoor != null){ getCamera().toEntity(largeDoor); if(largeDoor.isVisible()) try { largeDoor.interact("Open"); log("Opening the door"); return true; }catch(Exception e){ log("Door is already open"); return false; } } } The bot isn't Facing the camera on the door and doesn't interact with it. Thanks for helping me
  13. No they are not noted. I'm trying to get the number of Jug of water in my inventory.
  14. 70 Prayer and I use Barrow armor (Dharok, Torag or Guthan ;) )
  15. Is there a reason why this is always return 0 or 1 (0 of there's none and 1 if there's any) It's not boolean it's suppose to be integer. inventory.getItem("Jug of water").getAmount() Also is there a way to Face the camera to a NPC? Thanks for the help!
  16. I use 5 prayer pot and I usually do 6-8 trips
  17. Test it and if it doesn't I'll update it
  18. I use Trident but with Torag or Dharok.
  19. So you tell is pretty medicore but you don't know how to do them yet? Are you serious lol.... At least you're trying to make money lol
  20. I think people would rather sell ads in a signature of somebody that have 1k post + lol
  21. I only drink prayer pot at Dharok. I don't use Prayer pot anywhere else. OSBot client version: 2.3.90 Mirror mode (Yes/No): No Detailed bug description: So if you have prayer point left at the chest. The bot will deactivate it and reactivate it. So maybe if you can do a checkup before deactivating it and enabling it right after it would make the bot less bot like. Script Status & Current Task (As displayed in the paint): Opening Chest Screenshots (If available): N/A Relevant logs (If available): N/A First time being that lucky (2k chest +)
  22. ? I trained to 70 and I don't even know if it costed me 1M lol
×
×
  • Create New...