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 Kiss the Frog exception

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Randomly found my account logged out with the script still running printing this out

Code:
An exception has occurred in Kiss the frog while checking for active rs-events
java.lang.NullPointerException
        at java.lang.String.contains(Unknown Source)
        at com.runemate.game.api.hybrid.queries.ActorQueryBuilder.accepts(vxb:93
)
        at com.runemate.game.api.hybrid.queries.NpcQueryBuilder.accepts(yrb:133)

        at com.runemate.game.api.hybrid.queries.NpcQueryBuilder.accepts(yrb:25)
        at com.runemate.game.api.hybrid.queries.QueryBuilder.results(bpb:72)
        at com.runemate.game.b.c.Com5.class(alb:277)
        at com.runemate.game.b.c.Com5.if(alb:69)
        at com.runemate.game.b.NuL.false(vlb:130)
        at com.runemate.game.api.script.framework.LoopingScript.run(deb:107)
        at com.runemate.game.api.script.framework.AbstractScript.start(jlb:245)
        at com.runemate.b.NuL.run(imb:199)
 
Top