+ Reply to Thread
Results 1 to 3 of 3

Thread: RS update 1/16/12

  1. #1
    Join Date
    Jan 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default RS update 1/16/12

    Hi
    I think the update that has just occured has brokoen the login part of MSI.
    Smart just does not start typing in your username or pass?
    Anyone else having this problem?

  2. #2
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It works fine for me. Can you try to run this, please?:
    Simba Code:
    program new;
    {$i SRL/SRL.simba}

    const
      WORLD   = 34;
      MEMBERS = True;


    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer  := 0;

      with Players[0] do
      begin
        Name := '';
        Pass := '';
        Pin  := '';

        Active := True;
      end;
    end;

    procedure Setup;
    begin
      SMART_Server := WORLD;
      SMART_Members:= MEMBERS;

      SetupSRL;
      DeclarePlayers;
      LoginPlayer;
      SetAngle(SRL_ANGLE_HIGH);


    end;

    begin
      Setup;
    end.

    If it does not work, please make sure your graphics settings are all correct and your Simba / SRL / MSI are fully updated.

  3. #3
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Login is working fine, marking this as resolved.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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