fre024 Posted May 21, 2014 Share Posted May 21, 2014 (edited) Can someone tell me what i am doing wrong? LinkedList<Position> path = LocalPathFinder.findPath(new Position(xxxx, xxxx, 0)); error: cannot make a static reference to the non-static method also how do i walk a path? Untill now i used my own method.Is there a pathwalking method in the API, because i cannot find it Ty Edited May 21, 2014 by fre024 Link to comment Share on other sites More sharing options...
Extreme Scripts Posted May 21, 2014 Share Posted May 21, 2014 Has the walking method your using got a static reference? No, there is no path walking in the API unfortunately. Just walking to positions. Link to comment Share on other sites More sharing options...