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 IllegalStateException: Expected a numerical value for Skill.currentLevel but instead we received nul

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalStateException: Expected a numerical value for Skill.currentLevel but instead we received null (RS3: 1126fd3d)
 at app.Ao.this(jsb:243)
 at app.Ao.this(jsb:11)
 at app.NO.this(dec:100)
 at com.runemate.game.api.hybrid.local.Skill.getCurrentLevel(bdc:129)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.getTree(MaxiWoodcutter.java:257)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.chop(MaxiWoodcutter.java:228)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:163)
 at com.runemate.game.api.script.framework.LoopingScript.run(qpb:104)
 at com.runemate.game.api.script.framework.AbstractScript.start(msb:94)
 at app.Dm.run(vub:23)
1.2.9 - RS3
@Cloud spammed 8 times in the past 40 minutes across different bots.
 
Only just thought to get you the other gamepack ids after removing all but one -.-
RS3: 39292d94
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Does this error occur in any other gamepacks than Skills.currentLevel?
That's not a gamepack lol that's a method. I haven't seen it occur for any other methods yet but it is occurring across multiple gamepacks
 

vag

Joined
Apr 21, 2015
Messages
142
That's not a gamepack lol that's a method. I haven't seen it occur for any other methods yet but it is occurring across multiple gamepacks
Lol sorry, my bad. I seem to have fixed the error by disabling XP drops.. ?
 
Top