Results 1 to 17 of 17

Thread: login.scar error.. no sense

  1. #1
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default scar hekp error plz

    [Runtime Error] : Out of Proc Range in line 365 in script C:\Documents and Settings\Josh\Desktop\Scar-Pre\includes\SRL\SRL\Core\Login.scar

    the line is a wait i think, but i get it alooooot anyone else? i dont know hhow to fix
    Last edited by g0tp0t; 04-16-2010 at 09:37 PM.
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  2. #2
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    You're setting the script up wrong. You're either saying there are more players than there actually are, or vice versa. Paste the DeclarePlayers procedure here, and make sure you block out the users/passwords (but other than those two parts, keep it EXACTLY how you filled it out).

  3. #3
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Program YoHoJosPMS;
    {.Include SRL\SRL\Misc\SMART.SCAR}
    {.include SRL\SRL.scar}
    {.Include SRL\SRL\Misc\Debug.SCAR}

    Const
     YourStatsUserID     = '301';   //User ID from scriptmanager.freehostia.com
     YourStatsPass       = '********';   //Your pass from scriptmanager.
     NumbOfPlayers= 1;     //How many players are you using
     StartPlayer=   0;     //Player to start auoting with! (0 means first char)
     LoadsPerLogin= 600;     //How Many Loads To Do Per Login!
     LoadsTotal=    600;  //How Many Total Lods To Do Per Character!
     World=         102;   //Server to log into, if you are using SMART.
     SSigned=       false;  //True for singed, False for unsigned client;
     DropGems=      True;  //Drop Gems?(They are useless!)
     SleepyWeepie=  0;     //Minutes to wait before logging in again.0 = Disabled.
     YDebug=        true;  //Shows whats happening on the runescape screen in a
                           //debug window, so you dont have to open/close SMART.
     Version=       '1.04'; //NO TOUCHY!
     var fftries : integer; rdebugstrings : TStringArray; oldremotestring : string;

    {*******************************************************************************
    procedure DeclarePlayers;
    By: SRL
    Description: SRL's Player Setup
    *******************************************************************************}

    procedure DeclarePlayers;
    var i:integer;
    begin
      NumberOfPlayers(NumbOfPlayers);
      CurrentPlayer := StartPlayer;
      for i := 0 to NumbOfPlayers-1 do
        Players[i].BoxRewards  := ['mote', 'ostume', 'XP', 'Gem', 'ithril', 'oal', 'une', 'oins'];

      with Players[0] do
      begin
        Name        := 'carrots4u';     //Player username.
        Pass        := '********';     //Player password.
        Nick        := 'ts4u'; //Player nickname - 3-4 letters of Player username.
        Active      := True;
        Integers[1] := 4;       //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.
        Integers[2] := 8;      //Seconds to try mining rock before clicking another.
      end;
    {  with Players[1] do
      begin
        Name        := '';     //Player username.
        Pass        := '';  //Player password.
        Nick        := ''; //Player nickname - 3-4 letters of Player username.
        Active      := True;
        Integers[1] := 4;       //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.
        Integers[2] := 5;      //Seconds to try mining rock before clicking another.
      end;
      with Players[2] do
      begin
        Name        := '';  //Player username.
        Pass        := '';     //Player password.
        Nick        := ''; //Player nickname - 3-4 letters of Player username.
        Active      := True;
        Integers[1] := 4;       //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.
        Integers[2] := 5;      //Seconds to try mining rock before clicking another.
      end;
      with Players[3] do
      begin
        Name        := '';   //Player username.
        Pass        := '';     //Player password.
        Nick        := ''; //Player nickname - 3-4 letters of Player username.
        Active      := True;
        Integers[1] := 4;       //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.
        Integers[2] := 5;      //Seconds to try mining rock before clicking another.
      end;
      with Players[4] do
      begin
        Name        := '';  //Player username.
        Pass        := '';     //Player password.
        Nick        := ''; //Player nickname - 3-4 letters of Player username.
        Active      := True;
        Integers[1] := 4;       //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.
        Integers[2] := 5;      //Seconds to try mining rock before clicking another.
      end; {}

    end;
    don't see anything wrong, lol

    EDIT: OOPS!! lmao
    Last edited by g0tp0t; 04-15-2010 at 11:44 PM. Reason: passwords
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  4. #4
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Get on MSN, pl0x.

  5. #5
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  6. #6
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill edit this double post when someone replies so thread stays top, cuz still an issue, i deleted scar and srl, then i emptied recycle bin and checked out scar and srl, moved plugins, and retried, same error, help?

    someone help on msn please?
    Last edited by g0tp0t; 04-16-2010 at 09:23 PM.
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  7. #7
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can you put the whole script in here?

    Edit: I ran your DeclarePlayers and it works fine for me, so its obviously not that, but I will need to rest of your script to actually know whats wrong :P
    Extinct.

    Formally known as Drags111.

  8. #8
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    drags, the script works fine for me, and I didn't edit anything. I don't understand why it doesn't work on his computer. I even autoed for him for a little bit and didn't get any errors.

  9. #9
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ah well then its his setup of SRL and such. You using windows 7 or vista? If so, try running as Admin? Make sure you have all the pluggins and such moved into the correct folder.
    Extinct.

    Formally known as Drags111.

  10. #10
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, that wouldnt be the best idea because ilufyew already tgried whole script, the script is on pastebin, heres link: qwertyuiopoiuytrewqwertyuiop.pastebin.com
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  11. #11
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Absolutely everything that I checked was set up correctly. It really doesn't make sense.

  12. #12
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my liink is bad, lol oops. yah, i run pwerskillz but not yohojos pms
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  13. #13
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Post on his thread then.

  14. #14
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not his script causing the error, i think it is calling srl, i think i remember he uses users.scar and a few other extras in srl/misc but ass you guys said, it works perfectly for you but not me, so it isnt the script, soomething about my config or scar or something, i use 3.23 and latest dev release btw
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  15. #15
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are you running scar as admin? (assuming u have vista or 7)
    Extinct.

    Formally known as Drags111.

  16. #16
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    He has XP.

  17. #17
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yup, xp
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

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
  •