Results 1 to 16 of 16

Thread: Ah man not again!!!

  1. #1
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Ah man not again!!!

    Well here we go again, i am stuck with script errors i don't know y, but every thing was working til i updated SRL to 19, ever sense then it hasn't worked. I am having loggin errors in the "NicBaz EyE oF NeWt BuYer & BaNkEr" and i am haiving game tab errors in "PvH's ClaySoftenerEdge" here is what i am getting for the game tab and other errors:

    Code:
    Line 233: [Error] (1278:32): Invalid number of parameters in script C:\SCAR 3.15\includes\SRL/SRL/Core/GameTab.scar
    Failed when compiling
    Line 233: [Error] (1278:32): Invalid number of parameters in script C:\SCAR 3.15\includes\SRL/SRL/Core/GameTab.scar
    Failed when compiling
    Line 135: [Error] (135:1): Unknown identifier 'srl_Warn' in script C:\SCAR 3.15\includes\SRL\SRL\Core\GameTab.scar
    Failed when compiling
    Line 135: [Error] (135:1): Unknown identifier 'srl_Warn' in script C:\SCAR 3.15\includes\SRL\SRL\Core\GameTab.scar
    and now the eye of newt buyer is having game tab errors as well, line 233.

    Edit} Either the Revision is havinissues or the script i am using are not working for this, and if that is the case does any one know where the "new" "updated" scripts are located.
    Can i get some help please?

    Edit after i put in some new comment out on the login scar this is waht i got after i tried to run again two new errors, i am getting sick of this.... eh....

    SCAR Code:
    Line 310: [Hint] (5166:1): Variable 'T' never used in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar
    Line 483: [Error] (5339:1): 'BEGIN' expected in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar

  2. #2
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should unistall scar.
    Download scar 3.15b from freddy1990.com.
    Than install it.
    Install srl.
    Install the includes.
    Install subversion
    Install rev 19.
    That should fix your problem

    PvH

  3. #3
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok i will do that thanks, i will post, if i have a problem, here{.
    {edit} do i need to uninstall subversion?

  4. #4
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No, that isn't needed

  5. #5
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Changed the error

    Ok the error has changed now to the login logout tpye stuff, not quite sure how to fix that here is the error
    Code:
    Line 144: [Error] (17171:4): Unknown identifier 'AlmostLogout' in script C:\Program Files\SCAR 3.15\Scripts\Runescape\New\EdgevilleClaySoftenerPUBLIC6NON-Smart.scar
    {edit} forgot to say but i am sure you can see it is now not the scripts that come with the Subversion, it is the script itself. and lol I just realized that this is your script i am talking about. :P

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

    Default

    I get theses errors too and I reinstalled everything

  7. #7
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can any one else please help?

  8. #8
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    well the error that you are getting now
    SCAR Code:
    Line 144: [Error] (17171:4): Unknown identifier 'AlmostLogout' in script C:\Program Files\SCAR 3.15\Scripts\Runescape\New\EdgevilleClaySoftenerPUBLIC6NON-Smart.scar
    you can see that the error is in the script not srl
    it most likely hasnt been updated for rev 19 or 20

    ~shut

  9. #9
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you can fix that i think by commenting out a few lines in the login procedure...i forgot which lines but you can find out the exact lines by looking under the Forefeathers thread on like page 63 (?) for a post by mattman709.

    that's how i fixed it

  10. #10
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah i found it it is right here, i am going to try to run the script to see if this works. here is what he said:

    Quote Originally Posted by mattman709 View Post
    there's a problem with FindTextTpa (according to the rev 19 thread under 'general news')

    I'm gonna play with it some anyway...maybe I can get it to work
    (I'm thinking you need to just remove that part of the procedure...)

    EDIT: yes, I fixed it! w00t!
    open includes/srl/srl/core/login.scar and comment out lines 456-464

  11. #11
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default grrr

    still in a jam still not working!!! the fix just caused more errors

  12. #12
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    press ctrl+f with scar open and the script there when tyhe search box pops up type "almostlogout" it will take you to that line and jus do this

    SCAR Code:
    //Almostlogout;

    and that should fix the problem

  13. #13
    Join Date
    May 2008
    Location
    Utah
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Ok so here this is

    SCAR Code:
    procedure DontGetBanned;
    begin
      if not LoggedIn then
        Exit;
        Status('Performing Antiban');
        Disguise('Performing Antiban');
      case Random(100) of
        0: HoverSkill('Mining', False);
        1: HoverSkill('Smithing', false);
        2:
          begin
            GameTab(1 + Random(12));
            wait(800 + random(500));
            GameTab(4)
          end;
        3: BoredHuman;
        4: AlmostLogout;
        5: DoEmote(400 + Random(90));
      end;
    end;
    here is the part that has AlmostLogout. am i putting//AlmostLogout; above? the beginning of this script? or above AlmostLogout. man i need to get bakc into this... sorry

  14. #14
    Join Date
    Sep 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    download srl?

    how do i download the new version??? (rev 19)



  15. #15
    Join Date
    Sep 2008
    Location
    SWEDEN
    Posts
    363
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Have any of your scripts work?
    Or is this your first script you are trying?

  16. #16
    Join Date
    Aug 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by me :P View Post
    how do i download the new version??? (rev 19)



    Go to File > Update SRL SVN to REV in Scar

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
  •