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.

Use emote?

Featured Replies

Hi. For my tutorial island script, i need to perform an emote. I have been searching on the Osbot forums. But nothing seems to work..

 

Do you guys have any solutions? Also.. I really want to understand widgets. But i don't quite seem to get it.

 

Thanks in advance,

 

 

Sebastian.

Hi. For my tutorial island script, i need to perform an emote. I have been searching on the Osbot forums. But nothing seems to work..

 

Do you guys have any solutions? Also.. I really want to understand widgets. But i don't quite seem to get it.

 

Thanks in advance,

 

 

Sebastian.

 

I think its 216, 1, 0 -> some number

 

getWidgets().get(216, 1, 1).hover();
getMouse().click(false);

 

Edited by Explv

  • Author

 

I think its 216, 1, 0 -> some number

 

getWidgets().get(216, 1, 1).hover();
getMouse().click(false);

 

 

Haha, it was the "No" emote. Funny 78ZISi3.png .

 

But seriously tho, can you explain this code. I mean, i can just copy pasta it.. But don't really understand what this line of code did. For instance, what is does 216, 1,1 mean?

Edited by OSRS Sebastian

Haha, it was the "No" emote. Funny 78ZISi3.png .

 

But seriously tho, can you explain this code. I mean, i can just copy pasta it.. But don't really understand what this line of code did.

 

Try enabling widgets in settings, and hovering your mouse over different parts of the screen. The screen is separated into widgets. Each widget has an identifier that is either 2 or 3 values:

 

Parent, Child, Child of Child

 

or

 

Parent, Child

 

In this case we have the values

 

216, 1, 1

 

216 is the parent widget, 1 is the widget that contains all of the emotes, and finally 1 is the emote

 

So each of the emotes will have widget values 216, 1, ( 0 -> Some number)

Edited by Explv

  • Author

Try enabling widgets in settings, and hovering your mouse over different parts of the screen. The screen is separated into widgets. Each widget has an identifier that is either 2 or 3 values:

 

Parent, Child, Child of Child

 

or

 

Parent, Child

 

In this case we have the values

 

216, 1, 1

 

216 is the parent widget, 1 is the widget that contains all of the emotes, and finally 1 is the emote

 

So each of the emotes will have widget values 216, 1, ( 1 -> Some number)

 

Thanks bro! Understanding it now! Really appreciate it!

-
 


Thanks bro! Understanding it now! Really appreciate it!

 

Here is an example image where I have turned widgets on in settings:

 

040b32bc1eb690782b1a523b63e69701.png

 

As you can see, the emote widget is highlighted in green. It has the value (216, 1, 1)

Its parent can be seen highlighted in red, it is the widget containing all emotes, with the value (216, 1)

Edited by Explv

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.