scape Posted December 24, 2016 Share Posted December 24, 2016 Web walking spams my client cpu to 80% + when calling this one line: m.getWalking().webWalk(stairPos); Why? Is this normal? Running a very good computer and rest of script is highly optimized running at very low cpu. Quote Link to comment Share on other sites More sharing options...
Juggles Posted December 24, 2016 Share Posted December 24, 2016 Use walkPath instead to fix this issue. webWalk has always used a lot of resources Quote Link to comment Share on other sites More sharing options...
Team Cape Posted December 24, 2016 Share Posted December 24, 2016 webwalking in general uses a lot of resources. if you don't need to use it, don't. Quote Link to comment Share on other sites More sharing options...
scape Posted December 24, 2016 Author Share Posted December 24, 2016 Use walkPath instead to fix this issue. webWalk has always used a lot of resources Isn't web walking more anti ban proof in the sense that it makes random paths? So if I used my own path I could be banned faster. Heard this from around the forums and makes sense Quote Link to comment Share on other sites More sharing options...
Juggles Posted December 24, 2016 Share Posted December 24, 2016 Isn't web walking more anti ban proof in the sense that it makes random paths? So if I used my own path I could be banned faster. Heard this from around the forums and makes sense Yeah that's why you put multiple randomized paths. Also take a look at this http://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html You can alter the method to your liking. 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted December 24, 2016 Share Posted December 24, 2016 What does the logger say? When I use webwalk I never spike to 80%. Unless upon first use. Quote Link to comment Share on other sites More sharing options...
Bashar Al Asaad Posted December 24, 2016 Share Posted December 24, 2016 Web Walking seems to need more cpu cores rather then ghz if you have multi threading on your cpu make sure it is enabled. Quote Link to comment Share on other sites More sharing options...
Alek Posted December 24, 2016 Share Posted December 24, 2016 Don't use it to walk to things right next to you, use it to traverse large distances. Edit: If you want to discuss anti-ban regarding the two different events, I'll move this over to the tinfoil section (Bans & Botting forum). 2 Quote Link to comment Share on other sites More sharing options...