Results 1 to 18 of 18

Thread: Invalid Script ID?

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Invalid Script ID?

    when im using the srlrandomsreport;, everytime it gets to that part in the script when it needs to report to the server it just says in the debug Invalid Script ID.Im 100% this is the right id though, just to make sure i made another and i still get the same error.

  2. #2
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm, perhaps you messed up the variable somewhere?

    mabey add a debug writeln right before you send it to the server to double check its right.

    or show us your code so we can look.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  3. #3
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    still awaiting some help.

  4. #4
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by LordGregGreg View Post
    or show us your code so we can look.
    Sums up what we need to see right there.
    :-)

  5. #5
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ive pmed lordgregreg like a day or 2 ago with the script, still no reply.

    i have
    SCAR Code:
    ReportVars[0] := ReportVars[0] + 1;

    at the end of the fletching procedures, and the same thing with banking just withs different vars



    that would be the loop.
    SCAR Code:
    begin
      SafeInitForm;
      SafeShowFormModal;
      Signature;
      RandomDisguise;
      Setupsrl;
      ScriptID := '339';
      SRLID := Your_SRL_ID;
      SRLPassword := Your_SRL_Pass;
      If ( Fmsrlid.text = '' ) Or ( Fmsrlpass.text = '' )Then
      Begin
      Writeln('This script requires an srl id and password ');
      Writeln('If you do not have these go to [url]http://www.stats.srl-forums.com[/url] ');
      TerminateScript;
      End;
      DeclarePlayers;
      if (not (LoggedIn)) then
      LoginPlayer;
      ChatsOff;
      DeclareDtms;
      WithdrawLogs;
      repeat
      CutLog;
      WhatToFletch;
      BankLoad;
      Report;
      until ( Fmloads.text = LogsToDo) or (not Loggedin);
      logout;
      Report;
     end.

  6. #6
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    sorry for double post but no one has answered my question...

  7. #7
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Fairly sure we have answered it mate. Check the ID again I guess.


    P.S.: Using HTML tags in the debug box doesn't work, you just need to display the address.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  8. #8
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    im not using html tags it just showed up like that =s

    If you read above, i said ive registered it again got a new script Id and it still wont work.

    Edit: i uploaded it -.-

  9. #9
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    aint anyone gonna help me....

  10. #10
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm fairly sure that this is a problem:
    SCAR Code:
    Fmloads.text = LogsToDo
    I'm guessing that Fmloads, is a TEdit in a form, and that means that you are comparing a string to an integer...
    StrToInt, my friend.

    I'm not sure, though, as I only saw the mainloop.

    -Knives

  11. #11
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i posted the script..but would that really mess up the script id error im having?

  12. #12
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Maybe you put your username, not your stats ID (Stats ID is only numbers) I did that back in my noob dayz =]


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  13. #13
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Probably not

    'You sure you didn't change SRL-ID with Script-ID?

    EDIT: Lol Harry, you posted the same as me just 1ms before me...
    Damnation! You owe me one now

    -Knives

  14. #14
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    nope im sure...

  15. #15
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    In order for scripts to log the activitites, they need a valid SRL_ID and a valid Password. Otherwise, scriptsstats are not recorded.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  16. #16
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    they are, i was using another script earlier with the same id and pass and my stats changed.

  17. #17
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    hmm, you seem to do everything right. I dont know. Since when did this happen? Strange enough, we have the same with our script #285 (Fally Cooker) We have been running it for ages, but zilch reports. Odd....
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  18. #18
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    started happening maybe 2 days ago? thats when i started asking around about it...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Error: Invalid jump in script?
    By Pancakes in forum News and General
    Replies: 14
    Last Post: 07-29-2007, 01:45 PM
  2. Invalid Script ID ????
    By haxspidor in forum OSR Help
    Replies: 3
    Last Post: 04-29-2007, 01:44 AM

Posting Permissions

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