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.

1stTimeDev

Members
  • Joined

  • Last visited

  1. Okay, so the script will grab the initial movement for an NPC. You're right, it should return true if the npc is walking, but the problem is that the npc has two phases - Walks and stops. If the npc has stopped moving when the script is writing about it it will return false which is wrong. So, if the goblin is stationary when the script finds it it will return false, and if one goblin is active when the script finds it it will return true, whereas we know, all goblins move. Is there any way we could actually check if the npc has walked in a given time and if not, it would return false.
  2. Well, for example public boolean dump(NPC n) { log("Is npc moving" + "" + n.isMoving()); } Only one npc around me, so if the npc is moving it will return true, but when the npc stops it will return false. It works the same way when writing to pastebin. It isn't right.
  3. How would I grab if the Npc is walking? n.isMoving will return true or false depending when the script grabs the npc. So if a guard is walking when the script gets to it, it will return true or if its stationary, it will return false but as we all know all guards will walk. Hope this made sense and any help is appreciated.

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.