Page 8 of 11 FirstFirst ... 678910 ... LastLast
Results 176 to 200 of 270

Thread: Nielsie95's Tutorial Runner Fixed*

  1. #176
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by r3dr4g0n View Post
    Very nice, did one of my chars in 21 mins but then got stuck on my second one.
    where did it get stuck? chickenwalk? ratcage? ... im updating those walks and making a reflection version of this script...

  2. #177
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~Fixed Nielsie95~~~~~~~~~~~~~~~\
    ||~~~~~~~~~~~ Tut Island Runner ~~~~~~~~~~~~||
    ||~~~~~~~~~~~~ Progress Report ~~~~~~~~~~~~~||
    ||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
    || Worked for 19 Minutes and 54 Seconds
    || Done 1 account[s].
    || Succesfully done 1 account[s].
    || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
    || *****************************************
    || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    Took a little while because in the Church it has a hard time find the priest. It did work when i shook the mouse a bit. i will use this for making my bot army.! i currently only had like 3 botters so i hope to increase that to 20~

    Edit: No, ewww not reflection!

  3. #178
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by leather cock View Post
    Edit: No, ewww not reflection!
    don't worry i am going to continue color also...reflection will just be faster.

  4. #179
    Join Date
    Nov 2007
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ive got a problem..


    SCAR Code:
    Line 3657: [Error] (20124:14): Unknown identifier 'SmartWorld' in script C:\Users\Sondre\AppData\Local\Temp\FixedTutorialRunner0.86c(smart).scar


    but ive like downloded the svn updater and ive updates smart and reflection..

    here is smart scar:

    SCAR Code:
    function IsKeyDown(C:Char): Boolean;

    begin
      Result := SmartIsKeyDown(ord(c));
    end;

    procedure MoveMouse(x, y: Integer);
    begin
      SmartMoveMouse(x, y);
    end;

    procedure HoldMouse(x, y: Integer; left: Boolean);
    begin
      SmartHoldMouse(x, y, left);
    end;

    procedure ReleaseMouse(x, y: Integer; left: Boolean);
    begin
      SmartReleaseMouse(x, y, left);
    end;

    procedure KeyUp(key: Byte);
    begin
      If Key = 13 Then
        Key := 10;
      SmartReleaseKey(key);
    end;

    procedure KeyDown(key: Byte);
    begin
      If Key = 13 Then
        Key := 10;
      SmartHoldKey(key);
    end;

    procedure SendKeys(S: String);
    begin
      SmartSendKeys(S);
    end;

    procedure GetMousePos(var x, y: Integer);
    begin
      SmartGetMousePos(x, y);
    end;

    function GetColor(x, y: Integer): Integer;
    begin
      result:= SmartGetColor(x, y);
    end;

    procedure SmartSetTarget;
    var
      Smart_Bitmap: Integer;
    begin
      Smart_Bitmap:= BitmapFromString(765,503,'');
      GetBitmapCanvas(Smart_Bitmap).Handle:= SmartGetDC;
      SetTargetBitmap(Smart_Bitmap);
      FreeBitmap(Smart_Bitmap);
    end;

    function FindWindow(Title: String): Boolean;
    begin
      result:= true;
    end;

    procedure ActivateClient;
    begin
    end;

    function FindWindowBySize(Width, Height: Integer): Boolean;
    begin
      result:= true;
    end;

    procedure SmartSetupEx(worldnumber: integer; members, signed, superdetail: boolean);
    var
      prefix: string;
    begin
      prefix := ReadINI('World' + IntToStr(worldnumber), 'Prefix', AppPath + 'includes\SRL\SCSS\worlds.ini');
      if(prefix = '')then
      begin
        writeln('Invalid world number or corrupted world list. Please review your settings');
        TerminateScript;
      end;
      SmartSetup('http://'+prefix+'.runescape.com/', 'plugin.js?param=o0,a' + IntToStr((Integer(not(Signed)) + 1) * Integer(not((SuperDetail and Signed)))) + ',m' + IntToStr(Integer(Members)));
    end;

    Procedure SaveScreenshot(s : string);
    var
      TempBMP : integer;
      TempS : String;
    begin;
      Temps := s;
      While FileExists(Temps) do
      begin;
        Temps := ExtractFilePath(s) + Copy(ExtractFileName(Temps),1,LastPos('.',ExtractFileName(Temps))-1) + '2' + ExtractFileExt(s);
        Writeln(Temps);
      end;
      TempBMP := BitmapFromString(765,503,'');
      Try
        CopyClientToBitmap(TempBMP,0,0,765,503);
        SaveBitmap(TempBMP, Temps);
      Except
      end;
      FreeBitmap(TempBMP);
    end;

    what is the problem?

  5. #180
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    you need to add a constant... i forgot for some reason.. i just barely posted the same version with those constants...
    REDOWNLOAD!

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

    Default

    When will the reflection version be added?

  7. #182
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    when its done... im learning as i go. so far i have the walking down(what usually fails in color version), but im struggling a little with the object finding

  8. #183
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    Hey just used this, got 3/4 guys done. Thanks a lot!

  9. #184
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by cause View Post
    Hey just used this, got 3/4 guys done. Thanks a lot!
    what did the guy that failed, fail on?

  10. #185
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    /~~~~~~~~~~~~~~Fixed Nielsie95~~~~~~~~~~~~~~~\
    ||~~~~~~~~~~~ Tut Island Runner ~~~~~~~~~~~~||
    ||~~~~~~~~~~~~ Progress Report ~~~~~~~~~~~~~||
    ||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
    ||      Worked for 16 Minutes, and 44 Seconds
    ||      Done 1 account[s].
    ||      Succesfully done 0 account[s].
    || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
    || *****************************************  
    || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    Failed ranging rats...
    Project: Welcome To Rainbow

  11. #186
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    Sorry didn't check, but will log in on him later this week.

  12. #187
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    hey everyone... i have almost finished the color update... just working on a 1337 chicken cage walker(trying tpas...)
    the reflection update is almost done also, just working on church door proc(its done i just haven't tested it...)

  13. #188
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    BUMP!!!
    Update to 0.87!!!
    Redownload Everyone!!!

  14. #189
    Join Date
    May 2007
    Location
    Sydney, Australia (Faggot Region)
    Posts
    1,465
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Im going to use this for like heaps of accounts so expect a big proggie soon


  15. #190
    Join Date
    Feb 2007
    Location
    England
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    /~~~~~~~~~~~~~~Fixed Nielsie95~~~~~~~~~~~~~~~\
    ||~~~~~~~~~~~ Tut Island Runner ~~~~~~~~~~~~||
    ||~~~~~~~~~~~~ Progress Report ~~~~~~~~~~~~~||
    ||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
    ||      Worked for 26 Minutes and 31 Seconds
    ||      Done 1 account[s].
    ||      Succesfully done 0 account[s].
    || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
    || *****************************************  
    || ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    Failed ranging rats and got slightly stuck finding the quest bloke and the rock to mine.

  16. #191
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ;D testing now with 5 chars.. I'll tell you how it goes

    had to help it a little on some parts.. but still works great

    timers are off I think..

    no way it took 30 mins

    SCAR Code:
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    < 0 : ***** . Loc = Lumbridge . Time = 30mins.
    < 1 : ***** . Loc = Lumbridge . Time = 19mins.
    < 2 : ***** . Loc = Lumbridge . Time = 19mins.
    < 3 : ***** . Loc = Fishing . Time = 6mins.
    < 4 : ***** . Loc = Lumbridge . Time = 22mins.
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>


  17. #192
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    i have found a new problem... during the combat instructor(not ranging rats...i already knew about that one). i am trying to fix it as we speak!

  18. #193
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you could add some failsafes.. like it thought it was near the bank before it went up ladder

  19. #194
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by 99_ View Post
    you could add some failsafes.. like it thought it was near the bank before it went up ladder
    ya thats part of the problem i found...

  20. #195
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    So.. does it work right now?

  21. #196
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    no... i forgot to post new version last night sorry everyone. I have it on my computer at home(at school right now), but i have a basketball game in another town today and won't get home 'til late... so just wait for it!

  22. #197
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    no... i forgot to post new version last night sorry everyone. I have it on my computer at home(at school right now), but i have a basketball game in another town today and won't get home 'til late... so just wait for it!
    So, A working copy will be available soon?
    In the kingdom of the blind, the one-eyed man is king

  23. #198
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    yes...im testing it now

  24. #199
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I wanted to see your custom nextplayer so I was going over it, then I saw MyLogin;, so I went over that, and on line 437, I saw NextPlayer(False); but you have your own custom nextplayer; to speed it up, so why dont you just add procedure MyNextPlayer(Active: Boolean); forward; before MyLogin; and then just call your MyNextPlayer(False); there instead?

  25. #200
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    I wanted to see your custom nextplayer so I was going over it, then I saw MyLogin;, so I went over that, and on line 437, I saw NextPlayer(False); but you have your own custom nextplayer; to speed it up, so why dont you just add procedure MyNextPlayer(Active: Boolean); forward; before MyLogin; and then just call your MyNextPlayer(False); there instead?
    that is actually in the new version...

Page 8 of 11 FirstFirst ... 678910 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 11
    Last Post: 01-15-2010, 01:40 PM
  2. Nielsie95's Tutorial Island Runner
    By nielsie95 in forum RS3 Outdated / Broken Scripts
    Replies: 1228
    Last Post: 04-22-2009, 09:53 PM
  3. Nielsie95's Tutorial runner [FIXED]
    By gl3nni in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 12-08-2007, 01:13 PM

Posting Permissions

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