d0zza Posted November 28, 2017 Share Posted November 28, 2017 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? Quote Link to comment Share on other sites More sharing options...
Explv Posted November 28, 2017 Share Posted November 28, 2017 (edited) 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, 2017 by Explv Quote Link to comment Share on other sites More sharing options...