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

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

    Hexis Fighter

    I get no interface when I try and run this O_O
  3. dibes

    My Plan To Make RuneMate Better.

    Meh, I've never liked vBulletin and I really enjoy these forums over those.
  4. dibes

    DeltaRunespan [Deleted]

    Does this move to higher levels of runespan?
  5. dibes

    Resolved Stuck in Reflection Mapper Queue

    Still stuck in Queue
  6. dibes

    Resolved Stuck in Reflection Mapper Queue

    I think I fixed it by downloading 64bit Java :D
  7. dibes

    Resolved Stuck in Reflection Mapper Queue

    Restarted computer and still have stuck in Queue position 23. :( EDIT: It only happens in RS3. @Cloud @Arbiter
  8. 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
  9. dibes

    Dropping

    He is around 32, which is fairly irrelevant. I still don't get why you finalize that singular variable in your for each. You never explained why, simply said everyone else was a retard.
  10. dibes

    Dropping

    You should do this! I like the idea of creating it's own library and having it updated regularly by the community so methods can be fixed faster than when a developer is available and not busy to fix it :)
  11. dibes

    Dropping

    Where did you learn that? I've never seen anyone do that other than for constants vars or final classes. It's retarded to do that for a foreach loop. Not to mention your static sleep was dumb and breaks the method anyway, so I can't really believe anything you say to be valid until I see oracle...
  12. dibes

    Dropping

    There is 0 reason to have that variable as a final. A half decent programmer would know not to redefine it, and even then it doesn't affect anything. It is simply unnecessary. It doesn't really matter that you put it, I was simply critiquing it.
  13. dibes

    Dropping

    No, just stating it was unnecessary :P. For the methods i was referring to the getAll() and interacting and such. It would also be horrible practice and broken code if there was a static sleep in the dropping method. I do think it should be added to the API. Inventory.dropAll()...
  14. dibes

    Dropping

    There really isn't a reason for Item to be final, you should also NOT use a static sleep method. I'm not even sure if those classes/methods exist for runemate. They seem to be old powerbot methods that were in everyone's script.
  15. dibes

    Implemented Dev tools suggestions

    That's all I care about haha. I like the JavaFX library better anyway than a canvas. Are we able to show a 3d mesh such as an NPC model with the polygons given with JavaFX?
  16. dibes

    Implemented Dev tools suggestions

    So will paints be null? Will we have to use GUI's to display information?
  17. 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.
  18. dibes

    Resolved SDK Initialization Issue

    That fixed it. As a ssuggestion you should Paint out the meshes when you select an object or NPC or whatnot.
  19. 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.
Top