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. 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)); } }
  3. Dialogue API; http://osbot.org/api/org/osbot/rs07/api/Dialogues.html
  4. Oh man, ASMR's are sometimes really relaxing.
  5. Stealth == Mirror Just bot smart.
  6. 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..
  7. Will the walker also support more advanced objects like the Canoe at edgeville/lumbridge ?
  8. I legit recommend not playing this game.
  9. 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
  10. Woah, another quality script
  11. 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...-
  12. 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 ..
  13. http://www.amazon.com/Journeys-Out-Body-Robert-Monroe/dp/0385008619 11/10 will change your life.
  14. They confirmed that on livestream i think ?
×
×
  • Create New...