Joseph Posted July 3, 2014 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
darkxor Posted July 3, 2014 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.
Botre Posted July 3, 2014 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..
Swizzbeat Posted July 3, 2014 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.
Khaleesi Posted July 3, 2014 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.
Joseph Posted July 4, 2014 Author Posted July 4, 2014 (edited) @Divinity please move this to the right section Edited July 4, 2014 by josedpay