Jump to content

Chris

Scripter II
  • Posts

    8358
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Chris

    APA Rune Sudoku

    @Apaec let me beta test plz
  2. he sounds artistic! so much sound! so much art!
  3. FTFY: "I took the risk on my account and now I am banned."
  4. 3hrs for a sponsor. 6hrs regular
  5. im off to bed but if u need help I can help you when i wake up xD (8hrs)
  6. use that tutorial. it works on debian 8 on that site. follow the tutorial and it will have osbot downloaded. and bot ready!
  7. nice artism! post has lots of art! nice picture! wow!
  8. good luck with your services!
  9. tithe minigame in Zeah farming minigame
  10. getInventory.getItem("Gold bar").interact("Use"); RS2Object obj = getObjects().closest("Furnace"); if obj != null obj.interact("Use");
  11. is the jar supposed to say .123 or just stay as .122? I'll test the jar i downlaoded though
  12. Use Works for me add your own spells to autocast.
  13. Update @Alek Compiled in .122 & script ran in .122 Interaction fails when it is a GroundItem using .interact("Take");. Issue: it will simply hover over the GroundItem Confirmed working in .121! Code: private Predicate<GroundItem> suitableLoot = g -> Constants.lootList.contains(g.getName()) && context.getMap().realDistance(g) <= 8; final Optional<GroundItem> lootable = context.getGroundItemStream().filter(suitableLoot).findAny(); if (lootable.isPresent()){ if (lootable.get().interact("Take")){ //stuff } }
  14. I can sell you a voucher 1.25M/1$ Osbot credit
  15. InteractionEvent Test captures #1 http://i.imgur.com/gbmWnFt.gif #2 http://i.imgur.com/1PBTzfI.gif Code: //if not in combat NPC dude = getNpcs().closest(npc -> npc != null && npc.hasAction("Attack")); InteractionEvent event = new InteractionEvent(dude, "Attack"); execute(event);
×
×
  • Create New...