I was wondering if it would be possible to have something like a pre-built walking method built into this program.
I script for the neXus iBot bot; which is a RuneScape bot. In it, we have something called the AryanWeb. It allows us scripters to gather the tiles (in this case, tiles would be waypoints) and make custom paths, but also included some very nice global walking methods. Essentially, all the main paths have already been added into it and we're able to simply tell the bot to walk to this coordinate using the global walking method.
I was wondering if something like this were possible to do with this bot? Essentially, this would only be useful for traveling to-and-from different areas; but could lead to greater potential for this bot.
Walking Web
- Administrator
- Site Admin
- Posts: 5331
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Walking Web
It could be done, but it really isn't necessary, and would take a lot of time. Really, the "easy" way to do it would be to decipher the map files and determine which blocks are walkable and which aren't, then construct a huge matrix of paths, and, finally, use a pathfinding algorithm to find the shortest path between two locations. Way too much work for what can be done with what is already supplied.
Re: Walking Web
Actually, this is similar to what neXus iBot upgraded to awhile back. It uses reflection to find the physical object and walkable areas...similar to what you just mentioned.Administrator wrote:It could be done, but it really isn't necessary, and would take a lot of time. Really, the "easy" way to do it would be to decipher the map files and determine which blocks are walkable and which aren't, then construct a huge matrix of paths, and, finally, use a pathfinding algorithm to find the shortest path between two locations. Way too much work for what can be done with what is already supplied.
Who is online
Users browsing this forum: No registered users and 1 guest