Jump to content

chatbox getmessages error


Recommended Posts

Posted (edited)

I want to get the messages from players in the chatbox and it works only when one message from one player was sent, but as soon as another player talks, i get this error:

 

[ERROR][bot #1][05/28 10:59:29 PM]: Error in script executor!
java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.osbot.rs07.api.Chatbox.getMessages(ae:106)
at testtalk.main.onLoop(main.java:61)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(um:22)
at java.lang.Thread.run(Unknown Source)
 
this is the code I use: chatbox.getMessages(MessageType.PLAYER)
 
I tried to insert them in a list with addall() but it doesn't work I got same error
 
Or is there any other ways to get the messages
Edited by ruinedmylife
  • 10 months later...
Posted (edited)
 

 

I haven't looked at the Chatbox API in a while, there's a good chance there was a game update the broke it. I'll take a look at it.

 

 

I am having the same error when checking (MessageType.GAME). In my case if i turn off public chat and cc, the problem doesnt appear.

Edited by Nora

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