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

    Flesh Crawler Fighter (Beta) [Deleted]

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

    Flesh Crawler Fighter (Beta) [Deleted]

    theSmeg updated Flesh Crawler Fighter (Beta) with a new update entry: Flesh Crawler Fighter (Beta) v1.3 Released! Read the rest of this update entry... Hi all, the GUI bug has been fixed and the bot should now load properly. Please note that there is still a bug with the runemate client...
  3. T

    Hey Mandy, thanks for letting me know about the bug. I have been able to re-create it on my end...

    Hey Mandy, thanks for letting me know about the bug. I have been able to re-create it on my end and will investigate further and let you know once I have fixed it :)
  4. T

    Flesh Crawler Fighter (Beta) [Deleted]

    Hi SurfCaster, the bot currently isn't working due to the web walking runemate api not working. Once runemate gets updated please let me know if you are still getting errors.
  5. T

    Flesh Crawler Fighter (Beta) [Deleted]

    theSmeg updated Flesh Crawler Fighter (Beta) with a new update entry: Flesh Crawler Fighter (Beta) v1.2 Released! Read the rest of this update entry... bot is now working properly :)
  6. T

    Flesh Crawler Fighter (Beta) [Deleted]

    theSmeg submitted a new resource: Flesh Crawler Fighter (Beta) - Make bank and build the pure you've always wanted! Read more about this resource...
  7. T

    Question Help closing interface

    thankyou kindly, your advice worked very well :)
  8. T

    Bug Bank.depositInventory(); call clicks Bank Search button

    thanks I have tried returning in a few more places. I am still a little bit confused about how to return out of a for loop. The example you gave works great if you are only withdrawing 1 item. I have a hashmap of a few items that I loop through and withdraw. Not sure how to return out of...
  9. T

    Bug Bank.depositInventory(); call clicks Bank Search button

    yeah cheers, not surprised its not working if im calling it multiple times in a for loop. Does anyone have any example banking code, my withdrawing still seems to be buggy. Only when I run 2 bots for some reason? public void execute() { if (useRanged) { if...
  10. T

    Question Best way to deal with methods that can throw NullPointers

    Yup so I had something like that originally. It didn't work as well becuase the npcs im fighting are agressive. So i do a few checks to see which Npcs around me are trying to fight me and find which one is closest and attack that one, if none are found then just attack the closest.
  11. T

    Question Best way to deal with methods that can throw NullPointers

    Sigh I still don't think you are properly understanding me. How does calling .first(); change the fact that the object im trying to interact with might still be null(dead npc, item that has been looted by someone else) and throw a Null Pointers exception? Using .first() also wouldn't be good...
  12. T

    Question Best way to deal with methods that can throw NullPointers

    Cheers for the advice. I've updated my original code to be more clear as I think it caused some confsuion which you have shown me in your response(Npc query filter). I have tried assigning the npc to a variable and the code still throws null pointer exceptions. This is because it doesn't matter...
  13. T

    Question Help closing interface

    Cheers. Seems broken: java.lang.NullPointerException at nul.IIIIIIiiIiiiI.initialize(hcc:140) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441) at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409) at...
  14. T

    Question Best way to deal with methods that can throw NullPointers

    So I'm finding that with a lot of my code it will work 98% of the time and then after an hour or two it will throw a NullPointers exception. Even if I do a Null check beforehand eg: LocatableEntityQueryResults<Npc> nearestNpc = Npcs.newQuery().names("Some...
  15. T

    Bug Bank.depositInventory(); call clicks Bank Search button

    Just like the title says the below code sometimes seems to get stuck and just repeatedly click the bank search button instead of deposit all: @Override public void execute() { if (useRanged) { if (Inventory.contains("Iron arrow")) {...
  16. T

    Question Help closing interface

    Any ideas on how I would go about closing this interface? I've tried looking through the api but haven't been able to find anything useful
  17. T

    Bug Runemate give me a error

    I am also randomly getting disconnected from servers sometimes
  18. T

    Tutorial Making a Basic Treebot From Scratch [Video - 1:31:33]

    thanks for this tutorial @Snufalufugus, definitely saved me a lot of time trying to figure out how things are laid out in runemate
  19. T

    Question Tree bot - Check is fully logged in

    Thanks for the reply. I ended up creating a IsLoggedIn branch task: public class IsLoggedIn extends BranchTask { private IsInventoryFull isInventoryFull = new IsInventoryFull(); private WaitUntilLoggedIn waitUntilLoggedIn = new WaitUntilLoggedIn(); Player p; @Override...
  20. T

    Resolved Reached 200 hours botting limit - but i haven't

    yeah no worries i contributed a little bit of moola to Runemate
Top