Welcome!

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

Sign up now!
  1. jwd1317

    Jwd's Cursed Energy Collector [Deleted]

    This resource has been removed and is no longer available for download.
  2. jwd1317

    Jwd's Cursed Energy Collector [Deleted]

    jwd1317 submitted a new resource: Jwd's Cursed Energy Collector - The path to being the Bill Gates of RuneScape. Read more about this resource...
  3. jwd1317

    Resolved Divination harvesting wisps

    Ahhh man I feel stupid, I forgot to do that. Thanks anyway brother! Lesson learnt.
  4. jwd1317

    Resolved Divination harvesting wisps

    if(Inventory.getItems("Cursed energy", "Cursed Energy").first().getQuantity() >= 10) { That's line 183.
  5. jwd1317

    Resolved Divination harvesting wisps

    I fixed this issue, but now when i'm working on my banking method I have a null pointer exception. java.lang.NullPointerException at com.jwd1029.bots.testbot.TestBot.gathering(TestBot.java:183) at com.jwd1029.bots.testbot.TestBot.onLoop(TestBot.java:42) at...
  6. jwd1317

    Resolved Divination harvesting wisps

    public void gathering() { Npc cursedWisp = Npcs.newQuery().names("Cursed wisp").results().nearest(); if(cursedWisp != null) { if(cursedWisp.isVisible()) { cursedWisp.interact("Harvest") } else {...
  7. jwd1317

    Resolved Divination harvesting wisps

    Hmmm that's strange because I did exactly that, and it wasn't working. Oh, and I'm writing a Cursed Wisp collector so I have to take into consideration banking, paths, other players and how to deal with them etc. :)
  8. jwd1317

    Resolved Divination harvesting wisps

    Hey, I'm making a Divination bot, and i've done everything but i'm stuck on the harvesting of wisps. Could somebody point me in the right direction? I've looked all over but found nothing.
Top