Results 1 to 3 of 3

Thread: Talking Randoms Problem

  1. #1
    Join Date
    Mar 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Talking Randoms Problem

    Only sometimes my talking random works and doesn't work with the certer any help?
    Here is my random procedure.
    SCAR Code:
    Procedure Rands;
    begin
    FindHead;
    if (FindTextEnt) then
    begin
    RunTo(RunDirection,false);
    end
    else
    if InBlack or FindScapeRune or NoGameTab then
    begin
    LogOut;
    end
    else
    SolveGenie(LampSkill);
    FindLamp(LampSkill);
    FindTalk;
    FindNormalRandoms;
    end;
    any help is appreciated!
    http://www.fenjer.com/adnan/SRLStats/416.png
    http://www.fenjer.com/adnan/SRL/8/87...erX%20V2.0.png
    Antibinki AKA Antibikini
    1337 Power Chopper
    Contains:
    -Sweet Setup Form
    -Form Saver Never Have To Redo Your Info
    -Anti Randoms
    -Anti Ent
    -Cuts Your Defined Tree!

  2. #2
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Procedure Rands;
    begin
      FindHead;
      if (FindTextEnt) then
      begin
        RunTo(RunDirection,false);
      end;
      if InBlack or FindScapeRune or NoGameTab then
      begin
        LogOut;
      end;
      SolveGenie(LampSkill);
      FindLamp(LampSkill);
      FindTalk;
      FindNormalRandoms;
    end;
    remember standards and try my proc.

  3. #3
    Join Date
    Mar 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks
    http://www.fenjer.com/adnan/SRLStats/416.png
    http://www.fenjer.com/adnan/SRL/8/87...erX%20V2.0.png
    Antibinki AKA Antibikini
    1337 Power Chopper
    Contains:
    -Sweet Setup Form
    -Form Saver Never Have To Redo Your Info
    -Anti Randoms
    -Anti Ent
    -Cuts Your Defined Tree!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I can't find talking randoms
    By weequ in forum OSR Help
    Replies: 11
    Last Post: 02-16-2008, 12:46 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
  •