Jump to content

tb603

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by tb603

  1. tb603

    SoulPlay SPGemMiner

    Simple script that will mine for gems at the gem mine as well as bank them with an option to craft. Start at the gem mine. If you want to craft make sure you have a chisel in your inventory. The only pickaxe that works right now is Rune, but you can change that yourself if you really don't want to wait until the next update. I tested it without wielding the pickaxe, but it should work fine either way. Open-Source: Github Credits to @pepsip77, Script is basically a rip from his pFarming EDIT: Crafting is currently bugged right now, it will be fixed soon.
  2. Unfortunately that did not work either. I'll try and mess around with it.
  3. I'm not sure how I am getting this error, I think i set it up wrong but don't know where. Here is the error Jul 04, 2018 11:12:02 AM xobot.IiIIiiIIIi ALLATORIxDEMO INFO: Starting Script: SoulPlayMiner. Jul 04, 2018 11:12:03 AM xobot.IIiiIIiIIi ALLATORIxDEMO WARNING: Uncaught exception from task: java.lang.ArrayIndexOutOfBoundsException: 2111 at xobot.script.methods.Packets.sendAction(xa:60) at data.GemMine.mine(GemMine.java:24) at SoulPlayMiner.loop(SoulPlayMiner.java:57) at xobot.IIiiIIiIIi.ALLATORIxDEMO(u:35) at xobot.IIiiIIiIIi.run(u:296) at java.lang.Thread.run(Thread.java:748) Here is the call GameObject vein = GameObjects.getNearest(Data.GEM_ROCK); if (vein != null) { Packets.sendAction(502, vein.uid, vein.getX(), vein.getY(), vein.getId(), 2111); }
  4. Everytime I run soulplay the launcher gets stuck at the beginning. Here's my error, java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader at xobot.iIiIiIiiIi.ALLATORIxDEMO(vc:225) at xobot.iIiIiIiiIi.ALLATORIxDEMO(vc:265) at xobot.iiIIIiiIii.<init>(aa:188) at xobot.IIIIiiIiiI.ALLATORIxDEMO(kc:245) at xobot.iIiIiIIIII.ALLATORIxDEMO(ma:356) at xobot.iIiIiIIIII.ALLATORIxDEMO(ma:528) at xobot.iiIiiIiiiI.run(ma:9) at java.base/java.lang.Thread.run(Unknown Source)
  5. I haven't seen a paint this beautiful since Nexus bots. Very good job friend.
  6. tb603

    Xobot 2.5

    Looks good Neo, great work man.
  7. tb603

    Buying all Alora GP

    Looking to buy all Alora GP, reply to the thread or shoot me a message.
  8. Runique is 1000x better then Elkoy
  9. Haven't done anything regarding the actual fight yet. Just wrote a basic skeleton and a couple methods for traversing/banking. Should be done about 1-3 days after SP is hooked again.
  10. Hey man, Why is eclipse telling me that "The type Filter is not generic; it cannot be parameterized with arguments <NPC>". I have the xobot lib imported, it won't like me use NPC as a filter argument.
  11. Same, I was going to release mine full source.
×
×
  • Create New...