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 WidgetNode.id - Cannot get an instance value from an instance of a non-assignable type

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalStateException: Cannot get an instance value from an instance of a non-assignable type ["WidgetNode.id"] (OSRS : 9043232c)
 at app.Iq.case(oxb:125)
 at app.Iq.super(oxb:79)
 at app.Iq.super(oxb:182)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.case(yhc:46)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(yhc:155)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(yhc:167)
 at app.mo.super(bcc:16)
 at com.runemate.game.api.hybrid.Projection.coordinateToMinimap(bzb:119)
 at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.getInteractionPoint(hcc:10714)
 at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.getInteractionPoint(hcc:12033)
 at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.contains(hcc:20025)
 at app.yN.move(eac:86)
 at com.runemate.game.api.hybrid.input.Mouse.move(nf:247)
 at com.runemate.game.api.hybrid.input.Mouse.move(nf:254)
 at com.runemate.game.api.hybrid.input.Mouse.click(nf:113)
 at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.click(hcc:8118)
 at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.step(afc:191)
 at com.runemate.api.Walking.walkTo(Walking.java:68)
 at com.runemate.maxiscripts.task.tanner.tasks.Walk.execute(Walk.java:37)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(cvb:241)
 at com.runemate.game.api.script.framework.LoopingScript.run(krb:34)
 at com.runemate.game.api.script.framework.AbstractScript.start(wpb:253)
 at app.HM.run(bpb:17)
Caused by: java.lang.IllegalStateException: Cannot get an instance value from an instance of a non-assignable type
 at app.Iq.super(oxb:10898)
 at app.Iq.case(oxb:64)
 ... 22 more
1.2.8 - OSRS
@Cloud
 
Top