Jump to content

soooooo... wats webwalking?


iTz EcLiPsE

Recommended Posts

Your runescape character can travel anywhere from any starting position

Everyone's talking about it because for script developers, they only need to add in a few lines of code to seamlessly integrate it into their scripts.

The OSBot client devs did the majority if not all of the work for webwalking.

Edited by Rocket
Link to comment
Share on other sites

As a user, just imagine it as: Scripters do not have to hard code paths in their scripts anymore to traverse from point A to point B.

Scripters can just say one line, walk to(some spot)

and the web walking handles finding the path from point A to point B.

 

That is really all you need to know if your not interested in the details. :P

Link to comment
Share on other sites

As a user, just imagine it as: Scripters do not have to hard code paths in their scripts anymore to traverse from point A to point B.

Scripters can just say one line, walk to(some spot)

and the web walking handles finding the path from point A to point B.

 

That is really all you need to know if your not interested in the details. tongue.png

 

Could you go more into detail for someone who is somewhat interested in coding for Java?

Link to comment
Share on other sites

Could you go more into detail for someone who is somewhat interested in coding for Java?

 

A web is essentially two main concepts. 

 

1) Graph theory fundamentals

2) Pathfinding

 

If you know and understand those two concepts, you can understand the concept of a web walker. 

Basically the "web" is just a weighted graph, and the path is then generated using pathfinding (A* specifically)

 

From that you have a path from A to B. 

I dont know your level of knowledge on either of those topics, but start with graph theory fundamentals. 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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