Jump to content

frisiangamer

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by frisiangamer

  1. This error im getting when loading the bot through Intellij. Exception in thread "Thread-4" java.lang.NoSuchMethodError: xobot.client.Client.setInputs()V at xobot.iiIiiiiiii.<init>(a:234) at xobot.iIIiIIiiiI.129e02a3(ob:38) at xobot.iIiiIiIIii.129e02a3(la:247) at xobot.IIiiiIiIii.129e02a3(p:333) at xobot.IIiiiIiIii.129e02a3(p:599) at xobot.IIIiIiiiii.run(p:32) at java.lang.Thread.run(Thread.java:748)
  2. It's probably because the developers here have a working life aswell, why dont you just be patient. I'm sure the bot will be updated when the have the time to do so "period"
  3. There is no such thing as a quick fix. They have to run the updater, if they run into problems the have to fix the else the bot might not work at all.
  4. frisiangamer

    NPE

    I ran into an NPE, due to obfuscation I'm not sure where it is comming from. java.lang.NullPointerException at iiIIIIiiiiiIiIi.if(bhb:14) at iiiIIIiiiiiIIii.new(peb:95) at IiIIiIiiiiIiIii.new(gib:175) at IiIiIIiiiiIIIii.false(bfb:64) at IiIiIIiiiiIIIii.new(bfb:645) at IIiIiIiiiiIIIIi.new(jfb:1632) at IIiIiIiiiiIIIIi.new(jfb:1600) at com.soulplayps.client.Client.goto(npb:7786) at com.soulplayps.client.Client.Da(npb:5816) at com.soulplayps.client.Client.p(npb:6891) at com.soulplayps.client.Client.try(npb:7729) at iiIiIIiiiiiIiiI.enum(ulb:381) at iiIiIIiiiiiIiiI.this(ulb:327) at iiIiIIiiiiiIiiI.run(ulb:352) at java.lang.Thread.run(Thread.java:748) And also this one although its not an NPE java.lang.ArrayIndexOutOfBoundsException: 6 at IiIiIIiiiiIIIii.new(bfb:1549) at IiIiIIiiiiIIIii.false(bfb:95) at IiIiIIiiiiIIIii.new(bfb:645) at IIiIiIiiiiIIIIi.new(jfb:1632) at IIiIiIiiiiIIIIi.new(jfb:1600) at com.soulplayps.client.Client.goto(npb:7786) at com.soulplayps.client.Client.Da(npb:5816) at com.soulplayps.client.Client.p(npb:6891) at com.soulplayps.client.Client.try(npb:7729) at iiIiIIiiiiiIiiI.enum(ulb:381) at iiIiIIiiiiiIiiI.this(ulb:327) at iiIiIIiiiiiIiiI.run(ulb:352) at java.lang.Thread.run(Thread.java:748) UPDATE: The errors are being caused by Defenitions being null somehow. Is there any way I can prevent it? This is how i'm currently handling objects. for (GameObject obj : RoomMethods.getObjectsInRoom(current)) { for (Obstacle obstacle : Obstacle.values()) { if (obj != null) { ObjectDefinition def = obj.getDefinition(); if (def != null) { if (def.getName() != null && def.getName().contentEquals(obstacle.getObstacle())) { obstacles.add(obj); } } } } }
  5. Nice, too bad I dont know Kotlin else i would like to help you out.
  6. I know it is kinda gravedigging but im realy intrested in this, I worked on a few updaters myself. Do oyu have the source code somewhere @Jake?
  7. yes exacly, what is the best way of using reflection to get a field in the I.E. Projectiles class of soulplay? @Jake
  8. Is there a way to get the destination of projectiles? with destination i dont mean the player wich it is send to but like the tile destination. there are some projectiles ingame that are dropped randomly, i would like to dodge them.
  9. for the regular client try deleting the soulplay cache. for the bot we have to wait for an developer to update the bot client.
  10. I know another bot had some trouble with their antibot system wich caused botters to be banned instantly.
  11. Thanks it works like a charm, this can be only implemented in the main class right?
  12. Is it possible to add a MouseListener to my script? When I try adding the MouseListener Interface I get this Error: WARNING: Uncaught exception from task: java.lang.ClassCastException: FrisianDDCore cannot be cast to java.awt.event.MouseMotionListener at xobot.IiiiiIIiiI.run(ba:205) at java.lang.Thread.run(Thread.java:748)
  13. When reloading the script in developer mode the old script instance stays active aswell wich couses the script to run multiple times.
  14. You mean an achievement diary completer? It wouldnt be very hard but its just a lot of work + I'm not sure if it would be used a lot since you only have to complete it once.
  15. https://github.com/Fryslan/xobot-developer-tool PM me for paypal data haha
  16. Ill be uploading the project to github today,it wont be finished yet tho
  17. Thank you! That can be done very easily in the path/area maker tab. I'm currently using it to create an barrows script and can confirm its realy OP.
  18. It will be open source when finished
  19. Update 19-3-2019 What Area could this be?
×
×
  • Create New...