My bot is not working and I can't figure out why. I'm running on the same settings as I was the last couple times I've ran the script. The following is the code. It seems the bot executor is doing something wrong. Do you know a fix?
[INFO][09/20 05:26:57 PM]: Started bot #1
[INFO][Bot #1][09/20 05:26:57 PM]: Loaded 4 built-in random solvers!
[INFO][Bot #1][09/20 05:27:00 PM]: Started random solver : Auto Login
[INFO][Bot #1][09/20 05:27:05 PM]: Successfully logged in, waiting for welcome screen.
[INFO][Bot #1][09/20 05:27:05 PM]: Random solver exited : Auto Login
[INFO][Bot #1][09/20 05:27:09 PM]: Started random solver : Welcome Screen
[INFO][Bot #1][09/20 05:27:12 PM]: Random solver exited : Welcome Screen
[INFO][Bot #1][09/20 05:27:16 PM]: [InventorySetup] Adding: Absorption
[INFO][Bot #1][09/20 05:27:16 PM]: [InventorySetup] Adding: Super combat potion(4)
[INFO][Bot #1][09/20 05:27:16 PM]: [DreamExecutor] Setting Special Weapon: Abyssal whip
[INFO][Bot #1][09/20 05:27:16 PM]: [InventorySetup] Adding: Dwarven rock cake
[INFO][Bot #1][09/20 05:27:16 PM]: Set next rock cake hp: 2 [ERROR][Bot #1][09/20 05:27:18 PM]: Error in bot executor!
java.lang.AbstractMethodError: client.getSpellSelected()Z
at org.osbot.rs07.api.Magic.isSpellSelected(uh:229)
at org.osbot.rs07.api.Menu.iiIIIiiIIIII(oo:157)
at org.osbot.rs07.api.Menu.getMenuIndex(oo:166)
at org.osbot.rs07.event.InteractionEvent$1.condition(gp:13)
at org.osbot.rs07.utility.ConditionalSleep.sleep(wj:278)
at org.osbot.rs07.event.InteractionEvent.iiIIIiiIIIII(gp:245)
at org.osbot.rs07.event.InteractionEvent.execute(gp:400)
at org.osbot.rs07.event.EventExecutor$2.run(uo:117)
at org.osbot.rs07.event.EventExecutor.execute(uo:204)
at org.osbot.rs07.api.model.InteractableObject.interact(ze:183)
at com.fruityscripts.a.c.a.nuL.c(v:913)
at com.fruityscripts.a.c.a.nuL.f(v:71)
at com.fruityscripts.FruityNMZ.onLoop(qd:275)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(we:242)
at java.lang.Thread.run(Unknown Source)
Thanks!