Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Expected a numerical value for Client.connectionState

Joined
Nov 5, 2014
Messages
505
I've been told that this has started occurring after the resizable update for OSRS.

@Cloud

Code:
java.lang.IllegalStateException: Expected a numerical value for Client.connectionState but instead we received null (OSRS: 6b44cb6)
at app.uN.true(ptb:29)
at app.uN.true(ptb:192)
at app.uN.true(ptb:20)
at app.DO.true(xgc:199)
at app.DO.break(xgc:239)
at com.runemate.game.api.hybrid.RuneScape.isLoggedIn(iic)
at scripts bots.MassFighter.Framework.Methods.readyToFight(Methods.java:64)
at scripts bots.MassFighter.Tasks.Attack.validate(Attack.java:50)
at com.runemate.game.api.script bot.framework.task.TaskScript.onLoop(wrb:63)
at com.runemate.game.api.script bot.framework.LoopingScript.run(dnb:22)
at com.runemate.game.api.script bot.framework.AbstractScript.start(owb:128)
at app.mm.run(wxb:49)
 
Joined
Jul 29, 2014
Messages
61
I'm getting the same thing on my bots aswell but except it's navigation
@Cloud

EDIT:
Code:
java.lang.IllegalStateException: Expected a numerical value for Client.destinationX but instead we received null (OSRS: 6b44cb6)
    at app.uN.true(ptb:29)
    at app.uN.true(ptb:192)
    at app.uN.true(ptb:20)
    at com.runemate.game.api.hybrid.location.navigation.Traversal.getDestination(sbc:34)
    at com.runemate.game.api.hybrid.location.navigation.Path.true(fac:151)
    at com.runemate.game.api.hybrid.location.navigation.Path.true(fac:37)
    at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.step(pdc:272)
    at com.runemate.game.api.hybrid.location.navigation.Path.step(fac)
    at com.runemate.game.api.hybrid.location.navigation.Path.step(fac:80)
    at com.mal.bots.Agility.Tasks.Obstacle1.execute(Obstacle1.java:37)
    at com.runemate.game.api.script.framework.task.TaskScript.onLoop(wrb:180)
    at com.runemate.game.api.script.framework.LoopingScript.run(dnb:22)
    at com.runemate.game.api.script.framework.AbstractScript.start(owb:128)
    at app.mm.run(wxb:49)
 
Last edited:
Top