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.

wafihsn

Members
  • Joined

  • Last visited

  1. thanx guys . its already been working thanx alot for ur replays
  2. last qustion for today , what methoed used to place a counter on client screen ? lets say counter for how many bones the script already collected or feathers or what ever i want ?
  3. great i understand the way u used it , but there is one problem , if the player get back on the same path where he connot deploy logs and fire them , how can i tell the player to change direction if there is any problem firing them ?
  4. my qustion is this : how do i get object state ? i will explain , lets say i wanna chope down a tree , but if its already beeing choped or there is a player choping it i want the scrept to select another tree or wait , same this with logs , when i fire logs i want the script wait until the log is fired and then fire the next log , thank , i know im kind of "alot of qustion" guy but i issuer u when i get us for the work with this api ill be much more help then "need help" , waiting for replay thanx ..
  5. thanx man .. im on the right way now
  6. Hey there , im new on runescape os and im making my own script . i am having issu with 2 things , i need to check if my player is in "attack mode" then wait until he is finish . second problem is i can intract with entitys , i want my player to collect bones but nothing happens , ill paste my code and plz tell me what i did wrong.. if(getInventory().isFull()) getInventory().interact("Bury", "Bones"); else{ Entity bones = getObjects().closest("Bones"); NPC chiken = getNpcs().closest("Chicken"); NPC cow = getNpcs().closest("Cow"); NPC cowcalf = getNpcs().closest("Cow Calf"); if (chiken != null) //attack chicken if (!myPlayer().isAnimating()) chiken.interact("Attack"); if (cow != null) //attack cow if (!myPlayer().isAnimating()) cow.interact("Attack"); if (cowcalf != null) //attack cow calf if (!myPlayer().isAnimating()) cowcalf.interact("Attack"); if (bones != null) //take Bones if (!myPlayer().isAnimating()) bones.interact("Take"); }

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.