Results 1 to 13 of 13

Thread: We really need mid level Agility scripts.

  1. #1
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default We really need mid level Agility scripts.

    I've took a look at the current agility scripts and they're very limited.

    We have ones for level 1-52* and then nothing until 70-99.

    *Barbarian outpost, starting at level 35, is actually much worse than all of the suggestions below. So really we have 1-25 for optimal agility training.

    Courses that could be added include:

    Werewolf skullball. This is the best from levels 25-40.
    Brimhaven agility course. This is best from levels 40-52.
    Wilderness agility course. This is best from levels 52-70.
    Werewolf agility course. This is a good safe alternative from wildy for levels 60-70.

    Note that you technically only need 48 agility to do ape atoll, it's actually much worse than these other courses until you're about 70 agility, as you fail so hardcore at low levels.

    I'm not saying we need all 4 of these (Although it would be nice.) but even one of them would help tremendously in filling the huge gap we have for botting 1-99.

    Just a suggestion from a noob scripter, pro RS nerd, that can't do it himself

  2. #2
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    I agree it would be nice to see a wildy agility script. I would do it but I know it will be time consuming and I don't really have time. You could always use other agility scripts as a base and use them to make one yourself
    Current Project: Retired

  3. #3
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes I agree the agility section needs a lot of work. The thing that holds back many scripters is that it needs a lot of time to ensure it works reliably. Also you need a good object finder / DTM finding.

    It takes time, but this is a fairly reasonable request to have all basic courses enough to get someone to level 75 for the atoll.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  4. #4
    Join Date
    Jan 2012
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've been working on a wildy agility course script with TPA object finding and death walking for the past month or so, should be ready in a couple weeks (it takes forever for some things haha!)

    Agility is definitely lacking in the script departments though, but that'll change in time. You should try making one, Powerfrog, they definitely can teach a lot about scripting that's for sure!

  5. #5
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Archaic, what's the course you're working on? Wilderness?
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  6. #6
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm seeing as you're doing wildy that leaves me with skullball or brimhaven to fill the gap, both are very gimmicky and would be even harder than a regular agility script =/

    I think i will try skullball though, as it's at least repeatable with no chance of something random screwing the bot up. 18k/hour xp would be fine until 52 agility, not only is it slightly better than the barbarian outpost, it can be started 10 levels sooner, it's much less crowded and it doesn't require food.

    Don't expect a flawless bot tomorrow or anything, this is going to be a slow process leading to a crappy bot, but at least i can say i tried.

  7. #7
    Join Date
    Apr 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this script is used in edgeville dungeon that goes to wildy the monkey bars there. I used this from lvl 15 or whatever to almost 50.

    Simba Code:
    Program k;
    {$i SRL/SRL/Misc/SMART.Simba}
    {$i SRL.Simba}

    var
      f: integer;

      procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      Players[0].Name := '';        //Your Runescape username
      Players[0].Pass := '';        //Your Runescape password
      Players[0].Active := True;            //Set to true if you want to use this player. Set to False to disable this player.
      Players[0].Pin := '';                 //Leave blank if the player doesn't have a Bank PIN.
    end;

    Function Crossover: Boolean;
    var
      t,dtm, x,y: integer;
      a: extended;
    Begin
      if not loggedin then exit;
      //DTM := DTMFromString('mbQAAAHicY2VgYPgNxP+A+CcQszEyMHwG0hVAnAvELUBcBcRlQGxra8rg4+PEEBzsweDp6cDg4mLNwAoUR8eMWDAYAAAeJAp1');
      //DTM := DTMFromString('mbQAAAHicY2VgYNBlZGDQYYTQkkBsD8Q7gOKrgPgoEO9kgPCdnCwZAgJcwTgtLYLB3d2WgQsojo4ZsWAwAABtDAku');
      //DTM := DTMFromString('mbQAAAHicY2VgYJBkZGAQAGJxIJYAYmUg3sEAwWuA+BiU7eRkCcbR0f5gDGKzAsXRMSMWDAYAOQ4Ifw==');
      DTM := DTMFromString('mWAAAAHicY2FgYNBlZGCQAGJxRgh7O1BsBxCfhmJPT3sGJydLMB0Q4MrABRRDxoxoGAQAfrcHBw==');
      t := getsystemtime;
      if FindDTMRotated(DTM, x, y, mscx - 25, mscy - 50, mscx + 25, mscy+25, -100.0, 100.0, 0.1, a)Then
      begin
        writeln('finding bars took '+inttostr(GetSystemTime - T)+'ms ');
        MMouse(x, y, 0, 0);
        if WaitUptext('wing', 450)then
        begin
          Mouse(x,y,0,0,true);
          result := IsUpText('wing') and DidRedClick;
          if result then
          begin
            status('clicked')
            wait(2500);
            while ismoving do
            begin
              status('climbing');
              wait(500);
            end;
          end;
        end;
      end;
      freeDTM(DTM);
    end;

    begin
      Smart_Server := 53;
      Smart_Members := false;
      Smart_Signed := true;
      Smart_SuperDetail := false;
      setupsrl;
      DeclarePlayers;
      loginplayer;
      MakeCompass('w');
      repeat
        if Crossover then
          f := 0
        else
          inc(f);
        if f > 25 then
        begin
          writeln('couldnt crossclimb ' + TimeRunning);
          ExitToLobby;
          TerminateScript;
        end;
      until not loggedin
    end.

  8. #8
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Psilocybin View Post
    this script is used in edgeville dungeon that goes to wildy the monkey bars there. I used this from lvl 15 or whatever to almost 50
    Very smart to use the monkeybars
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  9. #9
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Psilocybin View Post
    this script is used in edgeville dungeon that goes to wildy the monkey bars there. I used this from lvl 15 or whatever to almost 50.
    [/simba]
    What was the XP/h about with it?
    I tried it out but i lost at least 10 hp after each swing and earth warriors attcked me all the time.My combat level is 71.
    Last edited by chelmid; 03-06-2012 at 05:27 PM.

  10. #10
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Monkey bars are worse than barbarian but better than gnome, I'm pretty sure.

    And any account with >40 defense is gonna take lots of damage by the warriors

  11. #11
    Join Date
    Apr 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by chelmid View Post
    What was the XP/h about with it?
    I tried it out but i lost at least 10 hp after each swing and earth warriors attcked me all the time.My combat level is 71.
    ah too bad, i did 15-50 in one night and im only 60 defence, havent used it since, but maybe 15k exp/hour. + it shouldnt be so hard to implement a hpchecker +eater
    Last edited by Psilocybin; 03-06-2012 at 10:05 PM.

  12. #12
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    I might be working on an agility script in the future, it seems like a good practice for walking. It might be too hard though, but I like challenges. Might start out with a simple fishing script or something though to get the hang of walking.

    Script source code available here: Github

  13. #13
    Join Date
    Jun 2007
    Location
    Canada
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    From 50 to 75 I used monkey course one. Just use that.

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
  •