BeepBoopBop 9 Posted April 9, 2022 Hey everyone, When in northern Edgeville, web walking fails to walk to the Dwarven mine dungeon. It just sits at the border, with Walking.walk(t) returning false. Edit: I think this is happening because the series of nodes along the path aren't walkable. Gonna keep trying to override the default web to see if I can get a problem identified. Edit edit: I've modified the web path so each tile is walkable. This didn't resolve the issue. Going to see if we use a different path generator for low distances. Alright, now I'm stumped. Both local path generators can find a full, valid path between the two web nodes that I'm struggling to walk between. Hopefully final edit: I was able to "solve" the issue by removing web nodes 721 and 719. These nodes are in the Wildy, so I'm not sure why they were impacting the path from Edgeville->Monestary, but it seems to work now.
holic 237 Posted April 10, 2022 Just add a connection between the last node on the "surface" at the entrance of the mine and one within the entrance to the mine. It's failing because dungeons aren't underground on the map, they're really far away on the surface level. So unless the developers have already added a connection between those nodes, it won't know how to get from tile 30XX, 35XX to tile 30XX, 98XX. Take a look at https://explv.github.io/ for an idea of how OSRS lays out their map. Also check out Neffarion's or Hashtag's methods of handling this for an idea of how to connect nodes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.