Results 1 to 4 of 4

Thread: Certer Random***FAILED***

  1. #1
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Certer Random-Successful-

    I understand that I am supposed to post in the random threads, but I wanted to get this out immediately so everyone can see. Reflection randoms seem to not even start up. Color randoms work but this one failed.
    Progress Report:
    Possible Random: Certer.     Identifying by textbox.
    ***** STR: FOUND RANDOM: 'Certer' *****
    Screenshot of: Found Certer random 1 Seconds
    We are in the Certer random...
    Possible Items: 
    battleaxe
    shears
    bowl
    Analysing Item...   (was battleaxe)
    Avg Count: 679
    Avg Width: 62
    Avg Height: 43
    Avg Area: 2314
    Avg Cover: 36
    Unable to identify Certer item. If convenient please send this account to a SRL Development Team member at http://www.villavu.com/
    GetItem gave ''
    ***** STR: 'Certer' RANDOM SOLVING FAILED! *****


    If anyone needs this account post pls!
    Last edited by DeSnob; 11-30-2010 at 03:40 AM.

  2. #2
    Join Date
    May 2007
    Location
    Everywhere
    Posts
    1,428
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Try this code (is your reflection updated to the newest version?)

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl\srl.scar}
    {$i reflection\reflection.simba}

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

      with Players[0] do
      begin
        Name := '';
        Pass := '';
        Active := True;
        Nick := '';
        Pin := '';
      end;
    end;

    procedure SetupScript;
    begin
      Smart_Server := 121;
      Smart_Members := false;
      Smart_Signed := true;
      Smart_SuperDetail := false;
      ActivateClient;
      SetupSRL;
      SetupReflection;
      DeclarePlayers;
      LoginPlayer;
      ClearDebug;
      Wait (410+random(770));
      SetAngle(true);
      MakeCompass ('n');
      SetRun(true);
    end;

    begin
      SetupScript;
      writeln(R_FindRandoms);
    end.

    Make sure you have the latest version. I think its 141:
    http://simbareflection.googlecode.com/svn/trunk/

    Tell me if it solves it. Might not, but should.

  3. #3
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by cstrike View Post
    Try this code (is your reflection updated to the newest version?)

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl\srl.scar}
    {$i reflection\reflection.simba}

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

      with Players[0] do
      begin
        Name := '';
        Pass := '';
        Active := True;
        Nick := '';
        Pin := '';
      end;
    end;

    procedure SetupScript;
    begin
      Smart_Server := 121;
      Smart_Members := false;
      Smart_Signed := true;
      Smart_SuperDetail := false;
      ActivateClient;
      SetupSRL;
      SetupReflection;
      DeclarePlayers;
      LoginPlayer;
      ClearDebug;
      Wait (410+random(770));
      SetAngle(true);
      MakeCompass ('n');
      SetRun(true);
    end;

    begin
      SetupScript;
      writeln(R_FindRandoms);
    end.

    Make sure you have the latest version. I think its 141:
    http://simbareflection.googlecode.com/svn/trunk/

    Tell me if it solves it. Might not, but should.
    Thank you, didn't know there was a reflection update. The solver worked perfectly:
    Progress Report:
    [Reflection] Trying to solve: Certer
    [Reflection] Certer is not talking to us, returning result true
    [0/8]2807 -- 8828
    [Reflection] Found ID #8828, therefore looking for battleaxe in answers
    [Reflection] Found answer at position: 2 of 2
    [Reflection] Chose answer, hopefully correct
    [Reflection] Certer portal exiting completed.
    [Reflection] Certer solved!
    [Reflection] Random solved


    Beautiful job Cstrike!

  4. #4
    Join Date
    May 2007
    Location
    Everywhere
    Posts
    1,428
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by DeSnob View Post
    Thank you, didn't know there was a reflection update. The solver worked perfectly:
    Progress Report:
    [Reflection] Trying to solve: Certer
    [Reflection] Certer is not talking to us, returning result true
    [0/8]2807 -- 8828
    [Reflection] Found ID #8828, therefore looking for battleaxe in answers
    [Reflection] Found answer at position: 2 of 2
    [Reflection] Chose answer, hopefully correct
    [Reflection] Certer portal exiting completed.
    [Reflection] Certer solved!
    [Reflection] Random solved


    Beautiful job Cstrike!
    ALRIGHT Glad that solver works globally. Was hoping all the work I made wouldn't have to be undone or remade. Hell yeah!

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
  •