scape Posted December 24, 2016 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.
Juggles Posted December 24, 2016 Posted December 24, 2016 Use walkPath instead to fix this issue. webWalk has always used a lot of resources
Team Cape Posted December 24, 2016 Posted December 24, 2016 webwalking in general uses a lot of resources. if you don't need to use it, don't.
scape Posted December 24, 2016 Author 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
Juggles Posted December 24, 2016 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
Chris Posted December 24, 2016 Posted December 24, 2016 What does the logger say? When I use webwalk I never spike to 80%. Unless upon first use.
Bashar Al Asaad Posted December 24, 2016 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.
Alek Posted December 24, 2016 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