Results 1 to 14 of 14

Thread: help needed for script 55% done

  1. #1
    Join Date
    Jul 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    help needed for script 55% done

    solved!

  2. #2
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Well first you must either create or use a function to find aubory and click.

    FindObj or FindObject seem to work well for clicking on Aubory:
    SCAR Code:
    procedure FindAubury;
    begin
      FindObj({Parameters for Aubury});
      Mouse(X1, Y1, 3, 3, False); //X1, Y1 should be taken from the X, Y values in the FindObj function.
      wait(100 + random(300));
      ChooseOption(x, y, 'elepo');
    end;


    Antirandoms and antibans are fairly simple i believe, best to read tut island for those.
    Unfortunately, no active scripts atm.

  3. #3
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    You need to rewrite what you wrote.. I can't make much sense of it.

    Show us what you have and ask about what you need.

    Also, there are always tutorials

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  4. #4
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Antirandoms can be solved with using
    FindNormalRandoms;
    FTwait(4); <- Waits 1 secound looking for randoms
    Take a look in srl/core/antirandoms.scar

  5. #5
    Join Date
    Jul 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok so I understand that but can you please post the overwrite.scar script in the cor for mine is wronge alls it says is
    SCAR Code:
    begin
    end.

  6. #6
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do a SVN checkout in scar.
    First tab up to the right then Checkout

    Gl.

  7. #7
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just out of curiousity, how do you get 55%? i mean mine is obviously 87.439% done.
    ~ Metagen

  8. #8
    Join Date
    Jul 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Metagen View Post
    Just out of curiousity, how do you get 55%? i mean mine is obviously 87.439% done.
    ok your a noob easy 55.000%

  9. #9
    Join Date
    Jul 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have done 5 checkouts nothing changes |

  10. #10
    Join Date
    Jul 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nothing is workign at all can some on just go to the folder copy and paste it please for withoute it all my scripts fail.

  11. #11
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Triple post = Phale.
    SCAR Code:
    program PhailCalculation;

    {
        Double Post =  2.5 Phails
        Triple Post =    5 Phails
     Quadruple Post =  7.5 Phails
     Quintuple Post =   10 Phails
      Sextuple Post =   15 Phails
      Septuple Post =   20 Phails
    }


    const
      PhailureAmount = 5;

    function FailureCalculator(Phails: extended): extended;
    var PhailInt: extended;
    begin
      if PhailureAmount<=5 then
      begin
        PhailInt := (((Phails * 50) + 6) * 9) / 9;
        Result := Phails * PhailInt;
      end else
        PhailInt := (((Phails * 25) + 6) * 9) / 9;
        Result := Phails * PhailInt;
    end;

    begin
      WriteLn(FloatToStr(Ceil(FailureCalculator(PhailureAmount))) + '/10120');
      WriteLn(FloatToStr(Ceil(((FailureCalculator(PhailureAmount) / 10120)) * 100)) + '% complete phailure.');
    end.

    Code:
    Successfully compiled (66 ms)
    1280/10120
    13% complete phailure.
    Successfully executed

  12. #12
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    [ANNOUNCER_VOICE!] You want Overwrite.scar? If so, here is your solution! [/ANNOUNCER_VOICE!]
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  13. #13
    Join Date
    Jul 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you all my problems are done! thanks to noidea and now my versions my auto miner for new players for both scarscape and runescape!(2 dif versions.
    Currently working on:
    autominer for new players scarscape
    autominer for ne players runescape
    dont understand forms forms tut site cming soon will cover vb and scar.

  14. #14
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Just to let you know, thid version of overwrite.scar is out dated ( I think) .
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Script Needed ! ! !
    By senteniel in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-03-2007, 01:47 AM
  2. Help needed with script!
    By ricardo016 in forum OSR Help
    Replies: 1
    Last Post: 05-31-2007, 05:35 PM
  3. Script Needed.
    By Street Life in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 05-11-2007, 12:21 AM
  4. i have few script that needed help to fix
    By david$ in forum OSR Help
    Replies: 2
    Last Post: 12-12-2006, 04:44 AM

Posting Permissions

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