Results 1 to 12 of 12

Thread: Army Relocater

  1. #1
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Army Relocater

    This is my first script. It moves your army to Varrock West or East. Post any problems that you have or anything that i should add to it.

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Failsafes.
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i do failsafes? and what do they do?

  4. #4
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Things like if(FindSymbol(x, y, 'water'))then... etc. They are ways for the script to make sure it's going the right way.
    Interested in C# and Electrical Engineering? This might interest you.

  5. #5
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    nice start nice start ...

    but yes next step will be fail saves

    save the walk if it fails

    keep it up!

  6. #6
    Join Date
    Jul 2007
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    also don't use clickmouse and movemousesmooth, use mouse and mmouse





  7. #7
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    k, thanks guys.

  8. #8
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    nice first script

  9. #9
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Also, you should work on Random Cords and waits

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

    Default

    Here ya go

    Made it a little more advanced


    Working on Fail Safes now...
    SCAR Code:
    { this script will move your army from wherever ever you are
    to wherever you want your army to be. just fill in where you
    want your army to go in the main loop.}



    program RelocateArmy;
    {.include SRL/SRL.scar}

    procedure DeclarePlayers;
    begin
      HowManyPlayers:=8;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0; //Player to start on

      Players[0].Name := '';  //Fill in your username
      Players[0].Pass := '';  //Fill in your password
      Players[0].Nick := '';  //2-3 letters of your username
      Players[0].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[0].Active  :=True;
     
      Players[1].Name    :='';  //Fill in your username
      Players[1].Pass    :='';  //Fill in your password
      Players[1].Nick    :='';  //2-3 letters of your username
      Players[1].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[1].Active  :=True;
     
      Players[2].Name    :='';  //Fill in your username
      Players[2].Pass    :='';  //Fill in your password
      Players[2].Nick    :='';  //2-3 letters of your username
      Players[2].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[2].Active  :=True;
     
      Players[3].Name    :='';  //Fill in your username
      Players[3].Pass    :='';  //Fill in your password
      Players[3].Nick    :='';  //2-3 letters of your username
      Players[3].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[3].Active  :=True;
     
      Players[4].Name    :='';  //Fill in your username
      Players[4].Pass    :='';  //Fill in your password
      Players[4].Nick    :='';  //2-3 letters of your username
      Players[4].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[4].Active  :=True;
     
      Players[5].Name    :='';  //Fill in your username
      Players[5].Pass    :='';  //Fill in your password
      Players[5].Nick    :='';  //2-3 letters of your username
      Players[5].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[5].Active  :=True;
     
      Players[6].Name    :='';  //Fill in your username
      Players[6].Pass    :='';  //Fill in your password
      Players[6].Nick    :='';  //2-3 letters of your username
      Players[6].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[6].Active  :=True;
     
      Players[7].Name    :='';  //Fill in your username
      Players[7].Pass    :='';  //Fill in your password
      Players[7].Nick    :='';  //2-3 letters of your username
      Players[7].Booleans[0] := True;  //True for Varrock East, False For Varrock West
      Players[7].Active  :=True;
     
    end;

    procedure GetMageBook;
    begin
      Mouse(778,311,0,0,true)
      Wait(1000)
      Mouse(742,184,0,0,true)
      Wait(1000)
    end;

    procedure TeleToLumby;
    begin
      Mouse(570,240,0,0,true)
      Wait(20000)
    end;

    procedure VarrockEast;
    begin
      RadialRoadWalk(FindRoadColor, 71, 76, 60, 0, 0);
      RadialRoadWalk(FindRoadColor, 86, 90, 60, 0, 0);
      RadialRoadWalk(FindRoadColor, 26, 30, 51, 0, 0);
      RadialRoadWalk(FindRoadColor, 326, 330, 70, 0, 0);
      RadialRoadWalk(FindRoadColor, 342, 346, 72, 0, 0);
      RadialRoadWalk(FindRoadColor, 320, 324, 74, 0, 0);
      RadialRoadWalk(FindRoadColor, 355, 357, 71, 0, 0);
      RadialWalk( 2463332, 306, 311, 71, 0, 0);
      RadialWalk( 3245662, 341, 347, 69, 0, 0);
      RadialWalk( 2582124, 313, 315, 73, 0, 0);
      RadialWalk( 4487011, 13, 21, 67, 0, 0);
      RadialRoadWalk(FindRoadColor, 3, 9, 70, 0, 0);
      RadialRoadWalk(FindRoadColor, 357, 359, 69, 0, 0);
      RadialRoadWalk(FindRoadColor, 357, 353, 64, 0, 0);
      RadialRoadWalk(FindRoadColor, 352, 358, 70, 0, 0);
      RadialRoadWalk(FindRoadColor, 353, 357, 71, 0, 0);
      RadialRoadWalk(FindRoadColor, 47, 52, 63, 0, 0);
      RadialRoadWalk(FindRoadColor, 80, 84, 56, 0, 0);
      RadialRoadWalk(FindRoadColor, 87, 92, 57, 0, 0);
      RadialRoadWalk(FindRoadColor, 159, 155, 35, 0, 0);
      Logout;
      NextPlayer(True);
    end;

    procedure VarrockWest;
    begin
      RadialRoadWalk(FindRoadColor, 73, 76, 59, 0, 0);
      RadialRoadWalk(FindRoadColor, 100, 104, 58, 0, 0);
      RadialRoadWalk(FindRoadColor, 34, 38, 63, 0, 0);
      RadialRoadWalk(FindRoadColor, 331, 333, 70, 0, 0);
      RadialRoadWalk(FindRoadColor, 349, 352, 67, 0, 0);
      RadialRoadWalk(FindRoadColor, 322, 325, 58, 0, 0);
      RadialRoadWalk(FindRoadColor, 3, 4, 61, 0, 0);
      RadialWalk( 2198140, 329, 331, 69, 0, 0);
      RadialWalk( 2329976, 345, 347, 63, 0, 0);
      RadialWalk( 2981497, 311, 313, 59, 0, 0);
      RadialWalk( 2970213, 321, 323, 70, 0, 0);
      RadialWalk( 4553331, 18, 19, 65, 0, 0);
      RadialRoadWalk(FindRoadColor, 5, 7, 64, 0, 0);
      RadialRoadWalk(FindRoadColor, 351, 355, 69, 0, 0);
      RadialRoadWalk(FindRoadColor, 357, 359, 54, 0, 0);
      RadialRoadWalk(FindRoadColor, 354, 357, 59, 0, 0);
      RadialRoadWalk(FindRoadColor, 329, 331, 53, 0, 0);
      RadialRoadWalk(FindRoadColor, 271, 275, 58, 0, 0);
      RadialRoadWalk(FindRoadColor, 269, 271, 46, 0, 0);
      RadialWalk( 4020591, 323, 326, 18, 0, 0);
      Logout;
      NextPlayer(True);
    end;

    procedure Setup;
    begin
      if(Players[CurrentPlayer].Booleans[0] = True)then
       begin
         VarrockEast;
       end;
      if(Players[CurrentPlayer].Booleans[0] = False)then
       begin
         VarrockWest;
       end;
    end;

    begin
      SetupSrl;
      DeclarePlayers;
      if(LoggedIn)then
      Logout;
      LoginPlayer;
      GetMageBook;
      TeleToLumby;
      Setup;
    end.

  11. #11
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks elkins. im trying to learn failsafes to put in it.

  12. #12
    Join Date
    Mar 2007
    Location
    United States
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it like took me on the way to draynor , didnt go very far, then quit...

    REALLY needs failsafes
    «†ßìģĵǿşħ†»

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RS Army ftw? Maybe?
    By Luski14 in forum News and General
    Replies: 7
    Last Post: 05-31-2008, 08:05 PM
  2. i need help with army
    By Waddo in forum RuneScape News and General
    Replies: 2
    Last Post: 05-27-2008, 03:34 PM
  3. need a army?
    By ShowerThoughts in forum General Marketplace
    Replies: 34
    Last Post: 10-12-2007, 02:15 PM
  4. my army help
    By RudeBoiAlex in forum News and General
    Replies: 13
    Last Post: 03-30-2007, 11:05 AM
  5. WAR on LVL 3 ARMY...
    By lefamaster in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 03-13-2007, 01:00 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
  •