Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Khaleesi

Developer
  • Joined

  • Last visited

Everything posted by Khaleesi

  1. hmm ... would require some extra methods
  2. have fun!
  3. Ya man, enjoy ^^
  4. have fun!
  5. have fun!
  6. Done!
  7. Have fun!
  8. Enjoy! Will take a look to this
  9. 69 would have been better
  10. I'll rewrite the script soon, it has a lot of issues that are fairly easy to fix. So stay tuned, thx for the reports! Khaleesi
  11. Khaleesi replied to Ehh's topic in Runescape
    nice man
  12. Khaleesi replied to Khaleesi's topic in Agility
    Fixed that for you, nice proggy No, I don't it woul add something usefull to the script, agility is already intensive enough. If I have to add alching it will slow down the agility part of the script So I don't it's worth doing ... Imagine someone training agility for 2 hours and alching all the time, which human does that? it's very intensive
  13. Khaleesi replied to Khaleesi's topic in Agility
    sure have fun Marks of grace are accurate for me when I start with some in my inventory, aslong as you don't bank any it should be fine I'll take a look at the jump down thingy, does it happen somewhere else too? khaleesi
  14. Terms of Service Spoiler You will provide everything needed for the service. I will add your Skype and confirm via my thread, after this you can PM me if needing further confirmation of your order the same goes with my workers we will never deny a PM. You will pay upfront for your work, or a middleman will be used at your expense. Both myself and my workers have the right to decline any orders. If I am unable to complete a service, you will be refunded for what is left. Any bans/mutes to the account(s) whilst doing services are not our responsibility. You will not log in whilst a service is being done, unless told you can. You will feedback upon completion of your order.
  15. Owkee, try to get me an image of what happends next time, Much easier to see what the issue is
  16. Looks very good to me for a first script Quick question,isn't the script opening the door everytime it closes, even though it not required to have it open to reach other goblins? You could change to logic to: (now only opens door when it has to attack a goblin which you can't reach) Npc gob = getGoblin(); if(gob != nullรง{ if(getmap().canReach(gob)){ //attack gob }else{ getDoorhandler().handleNextobstacle(gob); sleep(500,1000) } } Someother things you can improve (Your code works fine aswell): for(String actions: door.getDefinition().getActions()) { if(actions.contains("Open")) { } } Can be done by: door.hasAction("Open"); Also check if the interaction was succeeded, don't just simply sleep after it without checking^^ goblin.interact("Attack"); sleep(random(100, 250)); AfterAttack(); Check if was succeeded. if(goblin.interact("Attack")){ sleep(random(100, 250)); AfterAttack(); }else{ log("Failed attacking"); } Kind regards Khaleesi
  17. - Will take a look at this issue. - You'll need 100% to get the maximum efficiency out of it ... Even when your 98 or 99% and the exp is about to drop it will just drink a sip. Else you'll lose smal portions of exp, that's the whole reason keeping your energy at 100%. A sip cost liks 200 gp right? :p So 5% is 100 gp lost after every bank trip - It withdraws food based on your lost health so it's depends every time Khaleesi
  18. Using mirror?
  19. Hope you liked it

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.