Joseph Posted July 3, 2014 Share Posted July 3, 2014 im just wonder, i want to try out local path finder. they have a method that will find a path for you, using findPath(entity) but what if is the entity isnt in the loaded region. how would that method work? Also i read somewhere that local path finder returns npe. That there another way to do it. How? Thank you to who ever, is trying to help me out Link to comment Share on other sites More sharing options...
darkxor Posted July 3, 2014 Share Posted July 3, 2014 How do you get pointer to Entity not in the loaded region? LocalPathFinder searches only in loaded region. You cannot use it for web walking etc. Link to comment Share on other sites More sharing options...
Botre Posted July 3, 2014 Share Posted July 3, 2014 How do you get pointer to Entity not in the loaded region? LocalPathFinder searches only in loaded region. You cannot use it for web walking etc. Unless it's d*? I dunno haven't ever used it.. Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 3, 2014 Share Posted July 3, 2014 Just creates a path from point A to point B, returning null if the destination cannot be reached or the position is not in the loaded region. Link to comment Share on other sites More sharing options...
Khaleesi Posted July 3, 2014 Share Posted July 3, 2014 im just wonder, i want to try out local path finder. they have a method that will find a path for you, using findPath(entity) but what if is the entity isnt in the loaded region. how would that method work? Also i read somewhere that local path finder returns npe. That there another way to do it. How? Thank you to who ever, is trying to help me out All walking is bad, use your own stuff if you don't want to get stuck. Link to comment Share on other sites More sharing options...
Joseph Posted July 4, 2014 Author Share Posted July 4, 2014 (edited) @Divinity please move this to the right section Edited July 4, 2014 by josedpay Link to comment Share on other sites More sharing options...