Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Queries for doors are missing types when being performed by the web

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Code:
00:00:29 TRACE    [Performance] The GameObject query that's returning [Door [3165, 3433, 0]] should have the types [Boundary] declared in it.
java.lang.Throwable: [Executive Debug] Add the type of the object from this stacktrace's query to the object query...
    at com.runemate.game.api.hybrid.queries.QueryBuilder.results(ioc:29)
    at com.runemate.game.api.hybrid.location.navigation.web.vertex_types.objects.ObjectVertex.getObject(wzc:11)
    at com.runemate.game.api.hybrid.location.navigation.web.vertex_types.objects.ObjectVertex.getStep(wzc:120)
    at com.runemate.game.api.hybrid.location.navigation.web.WebPath.getNext(qyc:180)
    at com.runemate.game.api.hybrid.util.Timer.run(gmc:167)
    at com.runemate.game.api.hybrid.location.navigation.web.WebPath.step(qyc:67)
    at com.runemate.game.api.hybrid.location.navigation.Path.step(fxc:200)
    at com.runemate.game.api.hybrid.location.navigation.Path.step(fxc:15)
    at com.runemate.api.Walker.walkTo(Walker.java:123)
    at com.runemate.api.Walker.walkTo(Walker.java:64)
    at com.runemate.api.treetask.Walk.execute(Walk.java:37)
    at com.runemate.game.api.script.framework.tree.TreeBot.onLoop(bfc:125)
    at com.runemate.game.api.script.framework.LoopingBot.run(kbc:3)
    at com.runemate.game.api.script.framework.AbstractBot.start(txb:13366)
    at nul.IIIiIIiiIiiIi.run(lrc:228)

@Cloud @Party
 
Top