Defiled 424 Share Posted December 22, 2019 Hello, I've been noticing a bug frequently today regarding the dreambot walker. The bot will idle when requested to leave lumby castle bank. The cursor and the player don't move.. It goes to the lumby castle bank with no problem but won't leave the castle.. it'll just stand there idling Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted December 22, 2019 wait So sometimes it works, and sometimes it doesn't? Like sometimes it will actually walk out of the bank and be fine no problem and other times it will not Link to comment Share on other sites More sharing options...
Defiled 424 Author Share Posted December 22, 2019 6 hours ago, Nuclear Nezz said: wait So sometimes it works, and sometimes it doesn't? Like sometimes it will actually walk out of the bank and be fine no problem and other times it will not After further investigation, it goes to the bank fine, but doesn't leave it. So always I use the following to go to the bank if(a.getWalking().shouldWalk()) { a.getBank().openClosest(); } and the following to leave the bank if(a.getWalking().shouldWalk()) { a.getWalking().walk(area); } Link to comment Share on other sites More sharing options...
RetroBot 35 Share Posted December 22, 2019 13 hours ago, Nuclear Nezz said: wait So sometimes it works, and sometimes it doesn't? Like sometimes it will actually walk out of the bank and be fine no problem and other times it will not This happens to me as well. I just make it walk to the stairs and handle them myself until I'm on the bottom floor. Link to comment Share on other sites More sharing options...
Defiled 424 Author Share Posted December 22, 2019 20 minutes ago, RetroBot said: This happens to me as well. I just make it walk to the stairs and handle them myself until I'm on the bottom floor. That's what I also did Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted December 24, 2019 On 12/22/2019 at 3:58 AM, Defiled said: After further investigation, it goes to the bank fine, but doesn't leave it. So always I use the following to go to the bank if(a.getWalking().shouldWalk()) { a.getBank().openClosest(); } and the following to leave the bank if(a.getWalking().shouldWalk()) { a.getWalking().walk(area); } Is there any spot in particular that doesn't work? Or is it just any tile that is on floor 0? Link to comment Share on other sites More sharing options...
Defiled 424 Author Share Posted December 24, 2019 3 hours ago, Nuclear Nezz said: Is there any spot in particular that doesn't work? Or is it just any tile that is on floor 0? I have re-attempted to recreate the bug.. it worked a couple of times.. and sometimes it didn't.. regarding tiles, the player was infront of the booth, the error happened after finishing banking Link to comment Share on other sites More sharing options...
Samuel91 6 Share Posted December 25, 2019 I've definitely ran into this as well. I think it happens when I pause the script then restart it. The script will reach the code to leave the bank, but will do nothing. If I pause/unpause the script a few times or if I manually walk a few tiles the problem will fix itself. Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted December 26, 2019 On 12/24/2019 at 5:15 PM, Samuel91 said: I've definitely ran into this as well. I think it happens when I pause the script then restart it. The script will reach the code to leave the bank, but will do nothing. If I pause/unpause the script a few times or if I manually walk a few tiles the problem will fix itself. On 12/24/2019 at 3:16 PM, Defiled said: I have re-attempted to recreate the bug.. it worked a couple of times.. and sometimes it didn't.. regarding tiles, the player was infront of the booth, the error happened after finishing banking Can you give me the tiles you guys are walking to? I"m going to be traveling all day but tomorrow i should be able to get back to some work. Link to comment Share on other sites More sharing options...
Defiled 424 Author Share Posted December 26, 2019 35 minutes ago, Nuclear Nezz said: Can you give me the tiles you guys are walking to? I"m going to be traveling all day but tomorrow i should be able to get back to some work. Tile : 3208, 3220, 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.