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


Reply With Quote


makes me wanna cry
