Results 1 to 7 of 7

Thread: tut runner...

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

    Default tut runner...

    Well, I have been patient for about 3 weeks... but i can't take it anymore! Is anyone going to make a new tut runner(i have tried to fix one but i can't do the login thing cuz it doesn't have welcome screen)?
    I know its a very hard thing to make but it would be awesome if someone would make one(i would worship you and give rep+(i know that is not very much incentive but plx))!

  2. #2
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Be patient, the script authors have to take time out of their own schedule to prepare and release content to you for free.
    It won't be long before one is released soon anyways..*hint*

  3. #3
    Join Date
    Mar 2006
    Posts
    3,051
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You could always copy an edited LoginPlayer into your script that skips the click screen...


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

    Default

    Quote Originally Posted by tarajunky View Post
    You could always copy an edited LoginPlayer into your script that skips the click screen...
    i tried that... it didn't work!

  5. #5
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Check out my runner in my sig, there's a function in there called 'MyLogin' with what you're looking for.

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

    Default

    lol thanks!

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

    Default

    ok login works... working on finding fishing spot... any help? what is the best way to do this?

    this is the old version of finding it...:
    SCAR Code:
    procedure Fish(HowMuch: Integer);
    var FishSpotDTM, c, i, slot, tx, ty: Integer; Fishing: LongInt;
    begin
      if(not(Logged))then Exit;
      Status('Fishing');

      FishSpotDTM :=  DTMFromstring('78DA63FCC4C0C070910105CC38F086410E483'  +
                    '342F98C1F31D5E4B52C4255F399083520BB2E10A1E6127E3500EE'  +
                    '831204');

      WalkToMMArrow;
      GameTabs(4);
      MarkTime(Fishing);
      repeat
        ClickToContinue2;
        if (FindDTM(FishSpotDTM, tx, ty, MSX1, MSY1, MSX2, MSY2)) then
        begin
          MMouse (tx, ty, 5, 5);
          if IsUpText('et Fishing') then Mouse (tx, ty, 5, 5, True ) else
          begin
            if FindMSArrow(tx, ty) then
            begin
              MMouse(tx, ty -5, 1, 1);
              Wait(50+Random(50));
              if IsUpTextMultiCustom(['Net Fishing spot', 'ishing spot', 'Net fish']) then Mouse(tx, ty, 0, 0, True);
            end;
          end;
        end;
        FFlag(0);
        Slot := 0;
        Slot := InvCount;
        c := 0;
        repeat
         Wait(1000+Random(300));
         c := c +1;
        until ((InvCount > Slot) or (c > 15))
        if c <= 15 then
        begin
          i := i +1;
          WriteLn('We cought a fish');
        end;
        if (TimeFromMark(Fishing) > 180000) then
         begin
           WriteLn('Fishing took longer then 3 mins, Setting player to False..');
           Players[CurrentPlayer].Loc := 'Fishing';
           Players[CurrentPlayer].Active := False;
           Logout;
           Exit;
         end;
      until(i >= HowMuch);
      FreeDtm(FishSpotDtm);
    end;

    any ideas on how to fix... do i need to just make a new dtm?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Air orb runner
    By FagetHax0r in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 11-21-2008, 12:25 PM
  2. New Tut Runner Plz....
    By synchyas in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 04-08-2008, 02:02 AM
  3. law runner
    By Shuttleu in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 03-11-2008, 07:23 AM
  4. need a law runner
    By yamum in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 12-31-2007, 10:03 AM
  5. Log Runner
    By The_owner in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 02-08-2007, 11:53 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
  •