Jump to content

WebWalkEvent stuck


Yusi

Recommended Posts

While im using WebWalkEvent Bot stucks at this point it clicking the main screen but he can't find a way out (It should go to Lumbridge bank upstairs)

image.thumb.png.194c48d80ce13746f424dd71cd4ebc73.png

Also if the bot chooses to go from the right upstairts
https://prnt.sc/OdO1HivpoVsv it clicks the dot i pointed at and walks there for a few seconds then clicks the upstairs from here https://prnt.sc/hD5ISms3tZO_

Link to comment
Share on other sites

6 minutes ago, Yusi said:

While im using WebWalkEvent Bot stucks at this point it clicking the main screen but he can't find a way out (It should go to Lumbridge bank upstairs)

image.thumb.png.194c48d80ce13746f424dd71cd4ebc73.png

Also if the bot chooses to go from the right upstairts
https://prnt.sc/OdO1HivpoVsv it clicks the dot i pointed at and walks there for a few seconds then clicks the upstairs from here https://prnt.sc/hD5ISms3tZO_

Never had any issues regarding this, might want to show the client logger for more info. or maybe a logic issue in the script?
Also missclicks are always possible, should not matter since it fixes itself within a few seconds :)

Edited by Khaleesi
  • Like 1
Link to comment
Share on other sites

On 5/15/2023 at 8:26 AM, Khaleesi said:

Never had any issues regarding this, might want to show the client logger for more info. or maybe a logic issue in the script?
Also missclicks are always possible, should not matter since it fixes itself within a few seconds :)

 

I didn't see any error log while it stucked

about the missclick it happening oftenly and it happens the same way everytime also waits until it almost reached at the point it missclicked so it takes a little bit time

and i don't think its an script issue im not doing anything that possibly cause that problem

btw love your scripts🫠

public void webWalkEventArea(Area targetArea) {

WebWalkEvent webWalkEventArea = new WebWalkEvent(targetArea);
webWalkEventArea.setMinDistanceThreshold(0);
webWalkEventArea.setEnergyThreshold(random(11,36));
webWalkEventArea.setBreakCondition(new Condition() {
@Override
public boolean evaluate() {
return myPlayer().isUnderAttack();
}
});
execute(webWalkEventArea);
}
Edited by Yusi
Link to comment
Share on other sites

9 hours ago, faketesco said:

I have noticed that interact and webwalker can sometimes break when you have your client on resizable and the one that isn't fixed , for me it tries to interact / click on the inventory (and the object/player is under that interface)

I didn't even see it was in resizeable :D

@Yusi Fixed is always recommended, unless you full screen the client

  • Like 1
Link to comment
Share on other sites

10 hours ago, faketesco said:

I have noticed that interact and webwalker can sometimes break when you have your client on resizable and the one that isn't fixed , for me it tries to interact / click on the inventory (and the object/player is under that interface)

 

39 minutes ago, Khaleesi said:

I didn't even see it was in resizeable :D

@Yusi Fixed is always recommended, unless you full screen the client

Thanks to y'all ill try it

  • Like 1
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...