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. dibes

    Request Be able to respond to an exception on the exception log

    This would be particularly useful when asking specifics about when the error arose. It would also be nice if there was an option to attach a censored client screenshot (scrub username if possible) of what happened when the exception arose. After brief discussion in the posts below, here are...
  2. dibes

    Velox Abyss [Deleted]

    Dibes submitted a new resource: Velox Abyss - Crafts Runes in the Abyss Read more about this resource...
  3. dibes

    Request Set mouse "accuracy" within a certain task

    This might be a silly request or plain dumb, but I think it would be nice to be able to define an arbitrary accuracy when performing certain tasks. For example interacting on items in your inventory. I'd love to be able to do something like Mouse.setAccuracy(0.9) // ~90% accuracy then set it...
  4. dibes

    Velox LRC [Deleted]

    Dibes submitted a new resource: Velox LRC - Mines and banks ore at the LRC Read more about this resource...
  5. dibes

    [Discussion] Best way to handle the ridiculous condition creep for TaskScript?

    The more I think about it, the more ridiculous the amount of conditions to check increases as you add functionality/tasks to your bot. I am trying to think of a way to condense it or simply make it better. Initially the best way I can think to do it is simply to remove and add tasks based on a...
  6. dibes

    Suggestion Discussion section/tag in the programming forum

    I see a lack of an area/tag to discuss ideas about how to do X thing the best. There is stuff that fuzzily fits it like asking a question, but nothing directly related. Would love to see this ^.^.
  7. dibes

    [Discussion] Standardize Versioning Scheme?

    I was just briefly thinking on this. Versioning is in place but I don't think it means much to people as of right now. While most might think it a moot point, I feel it is important to easily convey what changes/states a bot is at very easily for members. I think due to that, it would benefit...
  8. dibes

    buildTo(Locatable a).step() will throw an NPE sometimes

    When I run this code it sometimes throws an NPE and I can't figure out why GameObject obelisk = GameObjects.newQuery().names("Small obelisk").results().first(); if (obelisk != null && !obelisk.isVisible()) {...
  9. dibes

    Velox Egg Spawner [Deleted]

    Dibes submitted a new resource: Velox Egg Spawner - Spawns Red Spider Eggs and banks them at Edgeville. Read more about this resource...
  10. dibes

    Resolved If always on mode in chat is on, camera movement does not work

    It will just type the letters WASD in the chat instead.
  11. dibes

    Resource Grand Exchange API for buying and selling items [BETA]

    So since there is no API for buying and selling items on the GE I decided today that I was going to make a basic functioning one. Version: 0.4 Features: Haven't Started | In Progress | Done Buy items from the GE Buy X Amount for Y Price Based on ID Based on Name TFW Dumb. Don't need item ID...
  12. dibes

    Camera.turnTo(Locatable a) broken?

    It seems that when I attempt to use Camera.turnTo(clerk.getPosition()); It does one of two things A) Doesn't move the camera at all B) Types ds in chat if I accidentally had it open to be typed in. I believe this is the direction it is trying to move the camera in since ds made sense direction...
  13. dibes

    GrandExchange API for buying and selling items?

    Looking at the grand exchange class and it's children, there doesn't seem to be a way to initiate a buy via the grand exchange.
  14. dibes

    Unable to load manifest.xml

    I followed the quick setup guide for intellij and runemate and get an NPE when It tries to load the manifest. (10:44:31) Unable to load com\dibes\bots\testbot\testbot.manifest.xml (NullPointerException: null) My manifest <manifest> <!-- The main class -->...
  15. dibes

    Resolved Stuck in Reflection Mapper Queue

    I've been sitting in Reflection Mapper Queue for over 10 minutes in position 23 :(. From what I read it should only take up to 5 minutes and happen once! Any way for me to fix this? @Cloud
  16. dibes

    Implemented Dev tools suggestions

    When you select an object/npc/grounditem in the Dev panel, it should paint the polys on the screen to give a visual representation.
  17. dibes

    Resolved SDK Initialization Issue

    Upon loading the client with the sdk flag, it fails to load OSRS Looks like an obfuscation error since it can't find a class.
  18. dibes

    Resolved Unable to invoke main method error on login

    Error appears on login attempt.
Top