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 ClassCastException String cannot be cast to GameObject

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.ClassCastException: java.lang.String cannot be cast to com.runemate.game.api.hybrid.entities.GameObject
 at app.Dp.void(qqb:51)
 at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(kk:53)
 at com.runemate.game.api.hybrid.location.Coordinate.getReachableCoordinates(ufc:5)
 at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.void(xob:124)
 at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.accepts(xob:50)
 at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(kgc:102)
 at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(kgc:212)
 at com.runemate.game.api.hybrid.queries.QueryBuilder.results(wpb:54)
 at com.runemate.maxiscripts.looping.bonfires.MaxiBonfires.addToBonfire(MaxiBonfires.java:127)
 at com.runemate.maxiscripts.looping.bonfires.MaxiBonfires.onLoop(MaxiBonfires.java:100)
 at com.runemate.game.api.script.framework.LoopingScript.run(bpb:226)
 at com.runemate.game.api.script.framework.AbstractScript.start(iqb:39)
 at app.Pl.run(kob:87)
1.1.22 - RS3
@Cloud
 
Top