Jump to content

QBots

Members
  • Posts

    843
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by QBots

  1. QBots

    BETA v1.7.28

    Frog Cave. Why aren't you just using the frog princess model to determine which one to talk to? It would be so much simpler... just loop through the list of all the frogs and then interact with the one with the princess model? Haven't looked too much into this random, but if that wont work tell me why.
  2. QBots

    BETA v1.7.24

    The bot still doesn't pick up all wallobjects, if any... PM me for more info on what I'm trying to interact with.
  3. "Hi, Jagex, I have been out of town for two months and I let my brother use my Runescape account and he texted me on June 1st saying that he had gotten banned. From there, I told him not to access the account anymore, but apparently he did and now I cannot even play the game that I love so much. If you can find it in your heart to give me a second chance, it would be much appreciated. I will work on changing my information so as to not allow him onto my account. P.S. The only reason I allowed him on was because he is my brother and I thought he would not be stupid about using my account. Regards, BlueHerbs"
  4. QBots

    BETA v1.7.21

    Grave digger has always been there... I got it when burying bones a few weeks ago...
  5. I will wreck you. I, too, have never lost a game. I always win by a landslide.
  6. I can finally stop using rectangles to buy from shops!
  7. Also get errors when just cop and pasting your code to test... No enclosing instance of type PackedSplineWalk is accessible. Must qualify the allocation with an enclosing instance of type PackedSplineWalk (e.g. x.new A() where x is an instance of PackedSplineWalk).
  8. This is throwing NPEs at me.. Here's what I'm doing: try { if(splineWalk.splineWalk(pathfinder, thisMustBeTrueToKeepWalking, toBankMINING)) { System.out.println("My condition is not true anymore, and broken, so I have met it. that means," + "based on my condition im (myX() > 234234 && myZ() < 234234234)"); //Im here! lets do something } } catch (InterruptedException ignored) { // :'( } The path looks like this: private final Position[] toBankMINING = { new Position(3286, 3372,0), new Position(3292, 3379,0), new Position(3291, 3388,0), new Position(3290, 3397,0), new Position(3289, 3406,0), new Position(3289, 3415,0), new Position(3284, 3423,0), new Position(3276, 3428,0), new Position(3267, 3431,0), new Position(3258, 3431,0), new Position(3253, 3423,0), new Position(3254, 3419,0) };
  9. Hi all, I was looking around and there doesn't seem to be much here in the way of tutorials for people to learn how to script so I've decided to use my current knowledge of scripting and programming in general to help others learn. The stream will begin in approximately 3 hours and will start by making a basic woodcutting bot with banking or powerchopping. I will go slow and answer and questions as needed. This will hopefully be a learning experience for new scripters-in-training and for myself as well, as questions can sometimes help make a script more efficient. I will post the link right before the stream begins. Delayed until tomorrow, same time, so people have a chance to see the post.
×
×
  • Create New...