May 29, 201510 yr 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 May 29, 201510 yr by ruinedmylife
May 29, 201510 yr 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.
May 29, 201510 yr Author 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. Thank you :P
April 17, 20169 yr 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 April 17, 20169 yr by Nora
April 22, 20169 yr 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. What about when you leave cc and public chat on, but click the game tab to only view game messages?
April 22, 20169 yr What about when you leave cc and public chat on, but click the game tab to only view game messages? I am not sure, cant test it now. But if public chat is on, error freezes the bot client only if someone talks for a while
Create an account or sign in to comment