GG_Phoenix 2 Posted November 5, 2021 Hi guys, I'm building a script that will kill npcs in the edgeville dungeon (wilderness part) Whenever im at the wildy gate a message pops up asking me if I want to enter the wilderness. Dreambot walking class isn't able to press the "enter" button and enter the wildy so it will be stuck forever in a loop. Is there any solution for this issue? Thanks in advance guys!
Neffarion 486 Posted November 5, 2021 Just have a check for the wilderness widget and press the continue button widget when it is visible
GG_Phoenix 2 Author Posted November 5, 2021 1 hour ago, Neffarion said: Just have a check for the wilderness widget and press the continue button widget when it is visible Awesome, thanks, it worked
GG_Phoenix 2 Author Posted November 5, 2021 For others facing this issue, here's the code: if(Widgets.getWidget(475) != null) { Widgets.getWidget(475).getChild(11).interact();
Recommended Posts
Archived
This topic is now archived and is closed to further replies.