Jump to content

iJodix

Trade With Caution
  • Posts

    1025
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by iJodix

  1. Ok so, any ideas why this doesn't want to move the camera ? NPC npc = getNpcs().closest(npcFitler); CameraEntityEvent ce = new CameraEntityEvent(npc); execute(ce);
  2. The code @Flamezzz posted is .. so wrong ..
  3. if (!dialogues.inDialogue()) { if (npc != null) { if (npc.isVisible()) { if (npc.interact("Talk-to")) { new ConditionalSleep(random(1000, 2000)) { public boolean condition() throws InterruptedException { return dialogues.inDialogue(); } }.sleep(); } } else { getCamera().toEntity(npc); } } } else { if (dialogues.isPendingOption()) { dialogues.completeDialogue("plebs4free", "plebs4free", "plebs4free","plebs4free"); sleep(random(400, 900)); } if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); sleep(random(400, 900)); } }
  4. Dialogue API; http://osbot.org/api/org/osbot/rs07/api/Dialogues.html
  5. Oh man, ASMR's are sometimes really relaxing.
  6. Stealth == Mirror Just bot smart.
  7. Pretty sure you need a powerful CPU to handle all those bots. I would say you need around 20gb of ram or so, that is a rough estimate though. Where did i get the number 20 ? Well, one of my bots take around 400-500mb, no fucking ideas why, used to be lower..
  8. Will the walker also support more advanced objects like the Canoe at edgeville/lumbridge ?
  9. I want Your body @Tom
  10. I legit recommend not playing this game.
  11. This gets me even more ..
  12. I don't like talking to anyone about my problems, i'd rather experience depression 24/7 then talk about it with someone tbh lol
  13. Does not work for me
  14. iJodix

    legend

    @Hermitrage
  15. Woah, another quality script
  16. pmed
  17. Dialogue api; http://osbot.org/api/org/osbot/rs07/api/Dialogues.html Interacting; http://osbot.org/api/org/osbot/rs07/api/model/Character.html#interact-java.lang.String...-
  18. I'm not saying it's a virus, but why do you have so much crap inside the .jar file ? No wonder it's 4.3mbs ..
  19. http://www.amazon.com/Journeys-Out-Body-Robert-Monroe/dp/0385008619 11/10 will change your life.
  20. Legendary
  21. They confirmed that on livestream i think ?
×
×
  • Create New...