Jump to content

Difference between web and local walking?


Recommended Posts

Posted

@BloodyNoah 

WebWalking is a Global walker, it utilizes a large sum of data which can increase a clients ram by 300-500MB(This was planned to switch over to server side no idea if it's still planned or not, check OSBot V3 thread). The idea is you can walk to nearly any location in game from any location by just putting getWalking.webWalk(Location);

Normal Walker can be utilized to create your own walking paths to help reduce ram consumption consumed by web walking. Or be used to just walk 10 tiles nearby instead of using the WebWalker. But if you want to walk from Varrock to Falador you will have to create your own path or use WebWalking; Since it will only use the tiles that are rendered to the client(Think this distance varies and can be anywhere from 15-24 tiles away).

TL;DR Webwalking greatly increases client ram. Normal walker has to build your own walk paths from scratch.

  • Like 2
Posted
6 minutes ago, Gunman said:

@BloodyNoah 

WebWalking is a Global walker, it utilizes a large sum of data which can increase a clients ram by 300-500MB(This was planned to switch over to server side no idea if it's still planned or not, check OSBot V3 thread). The idea is you can walk to nearly any location in game from any location by just putting getWalking.webWalk(Location);

Normal Walker can be utilized to create your own walking paths to help reduce ram consumption consumed by web walking. Or be used to just walk 10 tiles nearby instead of using the WebWalker. But if you want to walk from Varrock to Falador you will have to create your own path or use WebWalking; Since it will only use the tiles that are rendered to the client(Think this distance varies and can be anywhere from 15-24 tiles away).

TL;DR Webwalking greatly increases client ram. Normal walker has to build your own walk paths from scratch.

Oh ok, so if I use a 100 local walkers for the same distance as 1 web walker it would still reduce the ram usage or would it be higher?

Posted
23 minutes ago, BloodyNoah said:

Oh ok, so if I use a 100 local walkers for the same distance as 1 web walker it would still reduce the ram usage or would it be higher?

Webwalker will load all the data to walk anywhere in the game. Loading this data is what causes the ram increase, it only needs to load once per client session. Local walking doesn't load this data.

Short answer, yes the ram will be reduced compared to web walking.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...