Results 1 to 3 of 3

Thread: Random error with every script

  1. #1
    Join Date
    Jun 2006
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Random error with every script

    I have just started using SRL today and it pwns hard but when i do the whole next player set up thing i get a problem.When i run for example pups powerminer(pwnage script pups) it logs in ok strts running does its 3 loads then logs now when it trys to relog back in i get the problem that scar doesnt type in anythink in the login screen.must be something worng with sendkeys becuase it clicks 2 username waits about 5 seconds clicks 2 password then waits about 5 seconds then clicks login and it says in debug box invalid user but the users r valid and it is saying that becuase it is not typing in the accounts.Just incase i screwed up somewea in the setup i wil paste my char switch setup

    Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers  := 2;
      NumberOfPlayers( HowManyPlayers );
      CurrentPlayer := StartPlayer;
    
      Players[0].Name := 'acc';           //Account
      Players[0].Pass := 'pass';           //Password
      Players[0].Nick := 'hankar44';           //a subsring from Name
      Players[0].Active:=True;
      Players[0].String1  := 'Copper'; //ores to mine
      Players[0].String2  := 'Copper';
      Players[0].String3  := 'Copper';
      Players[0].Boolean1  := False;   //pickaxe equiped?
    
      Players[1].Name := 'acc';
      Players[1].Pass := 'pass';
      Players[1].Nick := 'hankar67878';
      Players[1].Active:=True;
      Players[1].String1  := 'Copper';
      Players[1].String2  := 'Copper';
      Players[1].String3  := 'Copper';
      Players[1].Boolean1  := False;
       
      Writeln( IntToStr ( HowManyPlayers ) + ' Players' );
    end;

    when i try and type manually nothing happens as well wen the script is bugging up in rs login

  2. #2
    Join Date
    Feb 2006
    Location
    New Zealand
    Posts
    1,330
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dotn know this for certain but if the script doenst have a activate client inside the script then you will have to do it manually. Just click anywhere on the screen before the first player logs out. And by the way. Nick should only be about 3 chars long

  3. #3
    Join Date
    Jun 2006
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    does anyone else get this problem becuase i though i had virus or sumtn so i formatted comp but i still get that problem is it SRL or is it just my computer.When it happens if i hit keys manually theu work.This is the only thing stopping me from gettn my army running and it really suks their are all these guds scripts i cant use becuase of lil login problem makes me wanna cry

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  2. Replies: 2
    Last Post: 05-20-2007, 10:32 PM

Posting Permissions

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