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 + Interfaces.getBounds NPE

Joined
Nov 5, 2014
Messages
505
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)
 
Last edited:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Tagging @Cloud so he gets notified for this thread :)
 
Should be fixed in the next release. Marking this as resolved.
 
Top