Jump to content

Use emote?


Recommended Posts

Posted (edited)

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
  • Like 1
Posted (edited)

 

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
Posted (edited)

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
  • Like 1
Posted

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!

Posted (edited)

-
 


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
  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...