November 28, 20178 yr I'm trying to use LocalPathFinder to generate a path that goes through any nearby mine-able rocks if they are part of the shortest path. I've seen that LocalPathFinder.findPath() has an option to include a 2d integer array called flags. What exactly are these flags and how do I go about generating them?
November 28, 20178 yr Use your noggin and Google "osrs clipping flags" (what they are called in the API description) Pretty sure you don't need to specify that parameter though. Edited November 28, 20178 yr by Explv
Create an account or sign in to comment