Jump to content

Webwalker


Recommended Posts

Posted

Hey guys, 

 

For a project I'm making I need to travel trough whole Runescape. Now as you could guess, I'm not going to predefine every path. But the problem is I don't know how to make a webwalker. 

 

Could someone give me a push into the right direction? Don't need to be spoonfeeded.

Posted (edited)

Know what an edge weighted graph is and know how A* works. This is the basis of web walking, and in my opinion the minimum that you should understand before trying to make one. I created one about a year ago, it will take time, so don't think you will do this in a few days. If you have no pre-existing knowledge, this will likely take weeks.

Edited by Mysteryy
Posted

The problem is; if I don't create a webwalker I've to create over 80 paths and then I'm not even started with teleporting.

Yes I do understand the problem. But if you don't want to implement the A* algorithm and you create your vertices/edges in such a way that with teleports you only have to traverse like 6 edges to get pretty much anywhere (a lot of walking can be done locally), you can get away with a much simpler, but less efficient algorithm (breadth-first search for example).

Posted

Yes I do understand the problem. But if you don't want to implement the A* algorithm and you create your vertices/edges in such a way that with teleports you only have to traverse like 6 edges to get pretty much anywhere (a lot of walking can be done locally), you can get away with a much simpler, but less efficient algorithm (breadth-first search for example).

 

How am I supposed to get the mapData? 

Posted (edited)

Just incase you want a fast way to make yourself the paths ; http://osbot.org/forum/topic/61609-path-generator-zwalker-portre-release/

Look at the mediafire link in the replies from elliot wink.png

 

Already got basic working of webwalking working. Few small problems but nothing that breaks the whole script.

 

Have to add teleport and shit now. Thinking of a logical way of handling that without using tons of codes.

 

Thanks anyway wink.png

Edited by Psvxe

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...