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

    Velox Egg Spawner [Deleted]

    I'm getting about 500k/hr sans potions right now. Will test again in a little bit and post a proggie EDIT: I'm also running a version ahead. I fixed a small NPE that exists in 0.8.2. 0.9.0 fixes that and improves stability :3.
  2. 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...
  3. dibes

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

    Ah thanks! I didn't know that :)
  4. 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()) {...
  5. dibes

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

    Thanks Cloud :). You doin hella work!
  6. dibes

    Velox Egg Spawner [Deleted]

    Dibes updated Velox Egg Spawner with a new update entry: Velox Egg Spawner v0.8.2 Released! Read the rest of this update entry...
  7. 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...
  8. dibes

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

    Is there a reason you are using wasd versus the arrow keys? Also just reporting a possible issue I saw, I turned it off haha.
  9. 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.
  10. dibes

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

    That would probably work but SlashnHax made me realize I was being dumb and didn't even need the ID. Silly me! Doing that now ^.^. Thnx Added GE Buying by name and cleaned up the class!
  11. dibes

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

    Didn't see an easy way to convert the name of an item to it's ID without calling some sort of outside API. If there is, please let me know!! Thanks :) Also thanks to @SlashnHax I fixed the input bug. Just needed Execution.delay! haha
  12. dibes

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

    Uhhh, this is a very rough version of the API haha. It needs a lot of reworking :). But I appreciate it! Added a gif of it doing it's thing.. for fun! Added ability to select X amount of an item at X price. The use of the interface is now slightly buggy cause when I hit the [...] in the GE it...
  13. 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...
  14. dibes

    Camera.turnTo(Locatable a) broken?

    I tried it with and without the chat being focused, it didn't work in either case :(.
  15. 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...
  16. dibes

    Unable to load manifest.xml

    Errr call me daft, but I can't seem to find the damn button to do so :(
  17. dibes

    Unable to load manifest.xml

    Lol what a silly error of mine. Can this thread be closed as answered?
  18. 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.
  19. dibes

    Unable to load manifest.xml

    I copied another manifest over and it seemed to load. Musta messed up some sort of formatting or something. Leaving this open in case a bug does exist.
Top