Results 1 to 8 of 8

Thread: Another Burthorpe Agility script (first ever script)

  1. #1
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default Another Burthorpe Agility script (first ever script)

    Hey guys, I know there are already 2 other burthorpe Agility Scripts, but a first script is all about learning the basics, and Burthorpe agility scripts allows me to do just that. Plus agility is my most hated skill lol.

    All feedback is welcome, also all negative feedback is also welcome, so if you see something in my script and your thinking WTF is that doing there, then let me know. Also, if you have any ideas that I can add let me know... and if possible explain to me how I can change it as well because that would help out as well Thanks, and hope you appreciate it. Now uses colour

    Where to start your character






    I have updated the script ever so slightly so it should now run for a lot longer. I've had it run for just over an hour now
    EDIT:Now runs with color for most parts, the parts without colour was too difficult to find unique colours for them so they are left out, but if anyone has an idea of what to do with those parts, please do let me know

  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Congrats on your first script release!

    You have
    Simba Code:
    else begin
        writeLn('Searching again');
        terminateScript();
      end;
    Which looks like you were going to make it to look for the obstacle again, but right now it just ends the script.
    I'm guessing it's an intentional placeholder though, so it isn't really a problem, but somebody using the script might think it is.

    Good work though.

  3. #3
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Congrats on your first script release!

    You have
    Simba Code:
    else begin
        writeLn('Searching again');
        terminateScript();
      end;
    Which looks like you were going to make it to look for the obstacle again, but right now it just ends the script.
    I'm guessing it's an intentional placeholder though, so it isn't really a problem, but somebody using the script might think it is.

    Good work though.
    ahhh yeah bascially I'm going to be adding in a way for it to search for the obstacle again, but have't gotten round to that because Don't know how yet. have had suggestions to change the procedures into functions but I'm not familiar enough with functions enough to do so and I really don't like just taking script blocks from other people who help me. I go through it try to understand it then implement it into the script myself. That way I actually learn it . But thanks for letting me know... i'll put that in the main post.

  4. #4
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default

    Hey guys, could anyone help me to implement TPA box into the script. I have made it show a box for the TPA, with this.

    Simba Code:
    findColorsSpiralTolerance(x, y, TPA, 12163981, mainScreen.getBounds(), 5, colorSetting(8, 0.10, 0.86));


    But I'm not sure what to type so that it will find that TPA and then hover over it and then click it, etc

  5. #5
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by nero_dante View Post
    Hey guys, could anyone help me to implement TPA box into the script. I have made it show a box for the TPA, with this.

    Simba Code:
    findColorsSpiralTolerance(x, y, TPA, 12163981, mainScreen.getBounds(), 5, colorSetting(8, 0.10, 0.86));


    But I'm not sure what to type so that it will find that TPA and then hover over it and then click it, etc
    Hi, I'm a beginner but I think you'll see that problem in this thread by The Mayor, and by scrolling down to a certain part of the post.
    All-In-One RS3 and SRL6 Scripting Tutorial!
    Scroll to this part 'Sub-Tutorial 4 - Understanding TPoints, TPAs and ATPAs'

    Goodluck, champ.

  6. #6
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    Hi, I'm a beginner but I think you'll see that problem in this thread by The Mayor, and by scrolling down to a certain part of the post.
    All-In-One RS3 and SRL6 Scripting Tutorial!
    Scroll to this part 'Sub-Tutorial 4 - Understanding TPoints, TPAs and ATPAs'

    Goodluck, champ.
    yeah I went throgh that part to get to where I am, but I still don't seem to be able to get it to do what i need lol.

  7. #7
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default

    Got most of the colour done now, I should have a fully working colour finding bot in a little while, just putting it all together.

    gunna take longer, because need to learn to find colours next to another colour.

  8. #8
    Join Date
    Aug 2014
    Posts
    172
    Mentioned
    2 Post(s)
    Quoted
    77 Post(s)

    Default

    New version out. Would love to hear feedback. (good or bad)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •