Jump 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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. get used to it sucker
  2. Second!1!!
  3. I cannot seem to replicate your issue while debugging... I used your info to test and everything came back as working. im throwing 1 doses per trip and its restocking just fine and looting fine. i will throw an update for eternal glory but it will need to be tested by you since I dont have 24m gold to drop on the amulet but i assume it has the same teleports as a regular one. maybe an SDN build will refresh something but my local version is running fine. it will be v7.29
  4. if (getInventory().isFull()){ bankStuff(); } else { buykebab(); } private void buykebab(){ if (!AREA_KEBAB_SHOP.contains(myPosition())){ getWalking().walk(AREA_KEBAB_SHOP); return; } if (getDialogues().inDialogue()) { if (getDialogues().isPendingOption()){ getDialogues().selectOption(2); } else getDialogues().clickContinue(); } else { final NPC worker = getNPCS().closest("Karim"); if (worker != null) { worker.interact("Talk-to"); new FConditionalSleep(() -> getDialogues().inDialogue(), 7000).sleep(); } } } private void bankStuff() throws InterruptedException { if (!Banks.AL_KHARID.contains(myPosition())){ getWalking().walk(Banks.AL_KHARID); return; } if (!getBank().isOpen()){ getBank().open(); new FConditionalSleep(() -> getBank().isOpen(), random(2300, 10000)).sleep(); } else { if (getBank().depositAllExcept("Coins")){ new FConditionalSleep(() -> getInventory().isEmptyExcept("Coins"), random(2000, 8000)).sleep(); } } } np
  5. Chris replied to Chris's topic in Requests
    skype?
  6. working on replicating your issues.
  7. Chris replied to Chris's topic in Requests
    add my skype osbotsinatra1
  8. Chris replied to Chris's topic in Requests
    and with prayer?
  9. Chris replied to Chris's topic in Requests
    he is full
  10. Chris posted a topic in Requests
    The Giant Dwarf Watchtower Another Slice of H.A.M. Temple of Ikov (Need: 31-42 thieving too) Monkey Madness Prefer that you price each quest when you pm me (on discord, forums, or chatbox) Acc has 43 prayer 72 agility w/ graceful 38 hp 36 magic/ 42 range Conditions No defence experience gained unless it is gained by the quest(s) listed.Edit: no1 got back to me yet so ima head to bed ill bbl
  11. mald will promote me to mod before he gives nick a "ex staff" SSSSSSSSSSS
  12. Chris replied to Rebel's topic in Archive
    just use widgets
  13. I don't have code to make it stop looting if it doesnt have (potion, or games), so that is out of the question. I would need to know more details. If you could fill this out ** B U G R E P O R T F O R M **/ Logger output (pastebin this if it is greater than 15 lines): Status in the paint: Which mode you are doing(Dragon | Location): Gui settings(loot distance, loots, etc.): Gear setup w/ inventory layout: /** B U G R E P O R T F O R M **/' The only possible outcome of this is if the loot is offscreen. Or it ate food/ drank a potion just as the dragon died, causing it to lose track of the interacting npc. Which will not trigger the loot process. I will be doing some testing once I receive your information about your bug report. - Chris
  14. fixed
  15. u can hide threads with LS btw. top next to reply to thread click 'topic moderator options' and select 'hide'
  16. Done
  17. Do you agree to the Terms of Service?: Y What would you like accomplished?: Questing Service Skype Name?: osbotsinatra1
  18. just use a checkbox bro
  19. Done.
  20. khals
  21. Have you tried the new Prayer API update in .108? Make sure to also compile on the new version.
  22. I'll take a look on how I will implement burry bones option Edit1* I will also take a look at this but this would but I can't guarantee it will always be able to attack steels if it resets aggro etc. Edit2* I'll add this edit: do you also want it to alch it? Done

Account

Navigation

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.