Administrators const_ 31 Posted November 16, 2020 Administrators Share Posted November 16, 2020 Project: Web Walker Status: Phase 1 Done The aim of this project is to provide an API built into PowBot which allows scripts to walk between two locations in game in the most effective way possible (based on time and cost). Teleports (item and magic), shortcuts, boats, ladders, (trap)doors and other transportation methods will be taken into account when calculating the best route for you. This project will be improved on over time as more map data is collected, by December 2020 we hope to have the most popular routes supported so that we can begin to build other features into PowBot which will utilise the functionality added by this project. Progress - Pathfinding algorithm implemented ✅ - Regular spell book teleports implemented ✅ - F2P areas basic data collected ✅ - P2P areas basic data collected ✅ - Client side implementation completed ✅ - Popular obstacle data collected ⚠️ Supported Locations/Obstacles/Teleports - Most of the surface map - AlKharid Gate - AlKharid Fire Altar - Lumbridge Castle - Lumbridge Mill - Lumbridge-Varrock Fence - Ring of dueling - Ring of wealth - Zulandra teleport - Barrows teleport - DIgsite teleport - Lumberyard teleport 4 Quote Link to post Share on other sites
Toma 44 Posted December 9, 2020 Share Posted December 9, 2020 Starting at lumbridge yard, end tile near duel arena ,Tile(3314,3233,0) . It uses ring of dueling but it just hovers over "Al Kharid Duel Arena" option. Not sure if paying 10gp toll for AlKharid Gate shortcut is supposed to be supported ( yes, I haven't done that shitty quest), but it's not working. Quote Link to post Share on other sites
Novak 0 Posted December 17, 2020 Share Posted December 17, 2020 movement#walkTo does not work from edgeville cooking location to the bank for some reason: Quote Link to post Share on other sites
Administrators const_ 31 Posted December 21, 2020 Author Administrators Share Posted December 21, 2020 On 12/17/2020 at 1:51 PM, Novak said: movement#walkTo does not work from edgeville cooking location to the bank for some reason: This will be fixed in the next release Quote Link to post Share on other sites
Moderators Dan 47 Posted January 18 Moderators Share Posted January 18 RC5 is much smoother in walking now, it's actually fluent rather than stop start all the time. Wouldn't use tele's for me, tried going from alkharid bank to GE with a varrock tab in my inventory and it ignored it and tried to walk still. When I teled to varrock and started the script again it just stood there doing nothing, I moved it towards the west bank and it stood still again doing nothing. However, I came back about 40 seconds later and it had started moving, so not sure what was going on there but it still seems a little buggy around varrock. Quote Link to post Share on other sites
Administrators const_ 31 Posted January 24 Author Administrators Share Posted January 24 The first phase of this project is now completed, more areas/obstacles will be added over time. Quote Link to post Share on other sites
Toma 44 Posted January 28 Share Posted January 28 Starting in lumby castle yard, end point is varrock square. Instead of teleporting (runes in inventory) , it walks. Current client (not rc) Quote Link to post Share on other sites
Administrators const_ 31 Posted January 28 Author Administrators Share Posted January 28 4 hours ago, Toma said: Starting in lumby castle yard, end point is varrock square. Instead of teleporting (runes in inventory) , it walks. Current client (not rc) SpellBookTeleports aren't yet added, if you're able to provide required data in Data thread I can add :). Quote Link to post Share on other sites
Toma 44 Posted January 29 Share Posted January 29 When entering MTA, it stops right after it enters the gate (X marks the destination tile). When I start at X with destination at duel arena bank it goes around the arena, instead of going directly (through the east side). Maybe that part isn't mapped. Quote Link to post Share on other sites
Administrators const_ 31 Posted January 30 Author Administrators Share Posted January 30 3 hours ago, Toma said: When entering MTA, it stops right after it enters the gate (X marks the destination tile). When I start at X with destination at duel arena bank it goes around the arena, instead of going directly (through the east side). Maybe that part isn't mapped. The first will be fixed when I release new backend (tonight). The second can be avoided in 8.8.0 if you use Movement.moveTo(loc, refreshQuests = false, forceWeb = true) as it's trying to walk locally. 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.