Jump to content
tolyaba

scar wont push play button or log in...

Recommended Posts

i created blank script..............

and i login to lobby and i try to make him push the !@#$ play button so frustrating...

 

program new;

 

 

{$DEFINE RS2}

{$DEFINE OSI_Color_Anti_Randoms}

{$DEFINE SMART} // Comment out to disable SMART

{.include OSI\OSI.scar}

{.include OSI\RS2\Skill\Runecrafting.scar}

{.include OSI\RS2\Skill\Mining.scar}

 

var x, y,b: integer;

 

procedure pauze;

begin

 

 

Login;

end;

 

 

begin

SetupOsi;

repeat

pauze;

 

 

 

 

until false;

end.

Link to comment
Share on other sites

I just tried this and it worked for me provided smart is enabled. (The bottom left button on the smart window should have the caption "Disable SMART"; If it was disabled the caption would be "Enable SMART").

 

I copied your script into a new window.

Pressed play, received message no active players to login.

Paused the script

Disabled smart

Manually logged in but only to the lobby screen.

Enabled smart

Pressed play.

 

And it worked.

Link to comment
Share on other sites

nvm i try use manual login script....

btw i found out that if i start ANY script right after smart window popup and loggin into lobby - script doestn do ANYTHING even simple click om play button is too much...(also there is no red dot)

but if i login into game manualy and start script that clicks on the cross->exit to lobby->wait x seconds>click on play button... it works then....(i can clearly watch red dot)

 

no idea why...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...