Jump to content

Click to continue


sudoinit6

Recommended Posts

I this to the beginning of the next class: am having an issue where in tut island "You made a bronze bar! click to continue" shows up after smelting. It also happens from time to time when the script misclicks. I am trying to find the misclicks, but after smelting it is killing me.

I tried adding this to the beginning of the next class:

 

//        if
//        (script.widgets.getWidgetContainingText(162,"Click to continue").isVisible()){
//        script.log("I see the widget Click to continue");
//        RS2Widget w = script.getWidgets().getWidgetContainingText(162,
//        "Click to continue");
//        w.hover();
//        script.mouse.click(false);
//        }

 

 

But it basically crashes the script (grinds to a halt and I have to use task manager to kill the app).

 

I tried researching the issue here and I saw some talk about it but was unable to find a working solution.

 

Any advice?

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.
Note: Your post will require moderator approval before it will be visible.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...