Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. do you have the webwalker files installed?
  2. @oo159oo authed
  3. flax bro
  4. Chris

    #PAIN4MOD

    powerful quote!
  5. No bans
  6. 22$ Paypal
  7. good to hear
  8. drift king
  9. update is live.
  10. Chris

    CalciumBot

    :doot:
  11. VIP+ Users
  12. start with learning basic java -> understand basics? yes -> look at osbot tutorials & local open sourced scripts + API | No -> study java
  13. randoms dont do anything
  14. Good bot aside from it spam clicking to repair the wheel I've gotten a pet on my 55 mining account also!
  15. Update v7.25 Adjusted how the bot waits for loot (reported by: @LargeLoads @erythaean2 ) Added the taverly main room for safe-spotters (BETA) Rewrote my health detection since it was causing issues for some users. Should now just check health percentage. Adjusted timers and removed my custom interactions since it was causing issues or looking bot like. Made some adjustments to taverly melee room. Reduced debugger console clutter As always thank you for supporting Osbot by purchasing this script! Have a good day / night everyone Future additions: Heroes quest location Respawn teleport + edgeville spawn support and anything else I have the acc + req for.
  16. appreciate the feedback. I dont do refunds because i dont handle refunds, a simple search shows where you can find it.
  17. Fixed.
  18. Chris

    Impostor!

    inb4 its jamez himself
  19. pm me in the chatbox
  20. add my skype osbotsinatra1 @@LargeLoads It might just be an issue on your behalf since no1 else is posting the same report.
  21. the one with the most scripts is obv better !
  22. private enum Bank { DRAYNOR(Banks.DRAYNOR), AL_KHARID(Banks.AL_KHARID), LUMBRIDGE(Banks.LUMBRIDGE_UPPER), FALADOR_EAST(Banks.FALADOR_EAST), FALADOR_WEST(Banks.FALADOR_WEST), VARROCK_EAST(Banks.FALADOR_EAST), VARROCK_WEST(Banks.VARROCK_WEST), SEERS(Banks.CAMELOT), CATHERBY(Banks.CATHERBY), EDGEVILLE(Banks.EDGEVILLE), YANILLE(Banks.YANILLE), GNOME_STRONGHOLD(Banks.GNOME_STRONGHOLD), ARDOUNGE_NORTH(Banks.ARDOUGNE_NORTH), ARDOUNE_SOUTH(Banks.ARDOUGNE_SOUTH), CASTLE_WARS(Banks.CASTLE_WARS), DUEL_ARENA(Banks.DUEL_ARENA), PEST_CONTROL(Banks.PEST_CONTROL), CANIFIS(Banks.CANIFIS), BLAST_FURNACE(new Area(1949, 4956, 1947, 4958)), TZHAAR(Banks.TZHAAR); private final Area area; Bank(Area area) { this.area = area; } } public static Area closestTo(Entity e) { HashMap<Bank, Integer> distMap = new HashMap<Bank, Integer>(); for (Bank b : Bank.values()) { distMap.put(b, e.getPosition().distance(b.area.getRandomPosition())); } HashMap<Integer, Bank> distMapSorted = sortByDistance(distMap); Area cBank = distMapSorted.values().toArray(new Bank[Bank.values().length])[0].area; return cBank; } private static <K, V extends Comparable<? super V>> HashMap<V, K> sortByDistance(Map<K, V> map) { HashMap<V, K> result = new LinkedHashMap<>(); Stream<Map.Entry<K, V>> st = map.entrySet().stream(); st.sorted(Map.Entry.comparingByValue()).forEachOrdered(e -> result.put(e.getValue(), e.getKey())); return result; } @LP
  23. SpiderMan
×
×
  • Create New...