SelectWorld(RandomWorld(True,False));
This means Select a radom member's world but not a pvp world... Right?
Why is it choosing Bounty hunter worlds? Does anyone know a work around for this?
SelectWorld(RandomWorld(True,False));
This means Select a radom member's world but not a pvp world... Right?
Why is it choosing Bounty hunter worlds? Does anyone know a work around for this?
Update your SRL to the latest rev again, I believe I fixed that today. Tell me if not.
You also don't need to use any of the chooseworld stuff, just put that under your player setup with Players[0].WorldInfo := ect.... that thread it explains it.
Let me know if updating your rev works.
SCAR Code:{$DEFINE SMART}
{.include SRL\SRL.scar}
begin
SetLength(Players, 1);
Players[0].Name := 'Zezima';
Players[0].Pass := 'rs4life';
Players[0].Active := True;
Players[0].WorldInfo := [False, -1, False];
LogInPlayer;
end.
That is my declare players procedure...Code:procedure DeclarePlayers; begin HowManyPlayers := 1; NumberOfPlayers(HowManyPlayers); CurrentPlayer := 0; Players[0].Name :='Zezima'; Players[0].Pass :='rs4life'; Players[0].Nick :='zezi'; Players[0].Active := True; Players[0].WorldInfo := [True, -1, False]; end;
That is my what I tell it to do,Code:begin Smart_Members := MEMBERS; Smart_Server := WORLD; Smart_Signed := SIGNED; SetupSRL; DeclarePlayers; LoginPlayer;
After a while it chooses a bounty world... Even though I tell it not to choose pvp worlds. If you want to see the whole script I will pm it to you.
Trying to this
AllowPVP := False;
after SetUpSRL;






Worlds.ini is probably outdated so the worlds list loaded is incorrect.
There are currently 1 users browsing this thread. (0 members and 1 guests)