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 error?

Joined
Apr 17, 2015
Messages
4
Hi I'm new to this bot, and was loving it so far till every bot I started trying came back with this error:

Removed an exception that was my error, here's the OSRS Exception:

Code:
java.lang.IllegalStateException: Expected a numerical value for Character.cycle but instead we received null (OSRS: 5dee12e5)
 at app.Cj.catch(ufb:234)
 at app.Cj.catch(ufb:21)
 at app.zn.isValid(msb:199)
 at app.OL.getHealthGauge(ypb:182)
 at scripts.MassFighter.Tasks.Attack$2.accepts(Attack.java:45)
 at scripts.MassFighter.Tasks.Attack$2.accepts(Attack.java:41)
 at com.runemate.game.api.hybrid.queries.QueryBuilder.accepts(hrb:217)
 at com.runemate.game.api.hybrid.queries.InteractableQueryBuilder.accepts(uub:144)
 at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.accepts(lnb:226)
 at com.runemate.game.api.hybrid.queries.RotatableQueryBuilder.accepts(ppb:144)
 at com.runemate.game.api.hybrid.queries.ActorQueryBuilder.accepts(omb:53)
 at com.runemate.game.api.hybrid.queries.NpcQueryBuilder.accepts(qqb:188)
 at com.runemate.game.api.hybrid.queries.NpcQueryBuilder.accepts(qqb:266)
 at com.runemate.game.api.hybrid.queries.QueryBuilder.results(hrb:40)
 at scripts.MassFighter.Tasks.Attack.execute(Attack.java:60)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(qxb:230)
 at com.runemate.game.api.script.framework.LoopingScript.run(htb:239)
 at com.runemate.game.api.script.framework.AbstractScript.start(jnb:156)
 at app.bj.run(ukb:214)

Just wondering if this is common, or something that is known? Thanks!
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
@Cloud looks like a broken hook. @ohithere what's your gamepack ID? It should show up in parentheses when the client says "Syncing with RuneMate Cloud".
 
Top