Results 1 to 3 of 3

Thread: Please help an ol'timer

  1. #1
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default Please help an ol'timer

    Hello gents,



    I cannot get anything to work with SRL-6...

    Can you guys run this and tell me what happens:

    Simba Code:
    program UltimateCrafter;
    {$DEFINE SMART}
    {$I SRL-6/SRL.simba}

    procedure declarePlayers();
    begin
      setLength(players, 1);
      with players[0] do
      begin
        loginName := 'username';
        bankPin   := '';
        password  := 'password';
        isActive  := true;
      end;
      currentPlayer := 0;
    end;

    begin
      SetupSRL;
      declarePlayers();
      players[currentPlayer].login();
      writeln(isLoggedIn(true));
    end.

  2. #2
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    FYI,

    For me the script does the following.

    Loads smart
    enters user/pass

    sits on lobby screen for 30 seconds
    spam bombs the F**k out of my debug box

    does nothing.

  3. #3
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    It's not you, that's the case for all of us since the last rs update. There's a couple of login issues open.

    http://villavu.com/forum/issue.php?issueid=143
    http://villavu.com/forum/issue.php?issueid=140

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
  •