Jump to content

Chris

Scripter II
  • Posts

    8364
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. 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.
  2. appreciate the feedback. I dont do refunds because i dont handle refunds, a simple search shows where you can find it.
  3. Fixed.
  4. Chris

    Impostor!

    inb4 its jamez himself
  5. pm me in the chatbox
  6. add my skype osbotsinatra1 @@LargeLoads It might just be an issue on your behalf since no1 else is posting the same report.
  7. the one with the most scripts is obv better !
  8. 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
  9. SpiderMan
  10. Need a price check no bans
  11. Stats no wealth 2 day ban & I am the Original owner
  12. Stats Wealth or items: Has pet golem (mining pet) 2 day ban & im not OO email comes with the account.
  13. whats your page 1 gui settings and what does your game screen look like
  14. i gave you a trial. just refresh your script selector in the client
  15. @LargeLoads @munkebo6 authed
  16. Chris

    tutorials?

    ye y u need it 4. lego join me discord and i tech u
  17. #1 Bug report Template: - What is the issue? Attempting to open the bank while the 'collect bars interface' is open. - What is the script status? (See script paint) "Withdrawing more coins" - What is your setup? (What bars, extra tasks, coal bag, potion support, smithing level) Steel, cool ores with bucket, coal bag support, no, Level 45 - Printscreen with the Osbot console enabled and script paint when getting stuck. N/A Had to pause and reenable when I caught it out. #2 Bug report Template: - What is the issue? Spam clicks when filling the bucket with water AND when using bucket to cool ores - What is the script status? (See script paint) "Cooling bars" || "Interacting Sink" - What is your setup? (What bars, extra tasks, coal bag, potion support, smithing level) Steel, cool ores with bucket, coal bag support, no, Level 45 - Printscreen with the Osbot console enabled and script paint when getting stuck. N/A Everything else is working fine. Just testing out smithing on a level 3 EDIT: Got a GIF (14 secs duriation)
  18. Thanks for the quick updates Alek!
  19. I don't guarantee full anti-pk but I have implemented the best I could. Any feedback is appreciated. Submit a bug report form. I don't do refunds
  20. refresh your script selector and it should show up If it is nopt then the payment is not completed yet
  21. 40M
  22. check v7.245
  23. bought this account
  24. going to be pushing this along with deathwalking update
×
×
  • Create New...