darkxor Posted May 1, 2017 Share Posted May 1, 2017 1. OSBot Version (do NOT put "current version", be specific) 2.4.121 2. A description of the issue. Include relevant logs. Map.canReach(Position) do not check Z coordinate. 3. Are you receiving any errors in the client canvas or the logger? Nope 4. How can you replicate the issue? Pass Position with Z coordinate different from bot's current position and still get TRUE result from map.canReach(). 5. Has this issue persisted through multiple versions? If so, how far back? I think yes, from the time when Area didnt have z coordinate. Oh sorry posted to wrong section. Dont sure what can i do now. Please moderators move to https://osbot.org/forum/forum/102-client-bugs-suggestions/ or just delete it. Thanks. Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted May 1, 2017 Share Posted May 1, 2017 1. wrong section 2. if(entity.getZ()==myPosition().getZ() && map.canReach(entity)) Quote Link to comment Share on other sites More sharing options...
dmmslaver Posted May 5, 2017 Share Posted May 5, 2017 On 5/1/2017 at 0:45 PM, Polymorphism said: 1. wrong section 2. if(entity.getZ()==myPosition().getZ() && map.canReach(entity)) public void canReach(Entity e) { return entity.getZ()==myPosition().getZ() && map.canReach(entity); } Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted May 5, 2017 Share Posted May 5, 2017 15 minutes ago, dmmslaver said: public void canReach(Entity e) { return entity.getZ()==myPosition().getZ() && map.canReach(entity); } too bad this would fail Quote Link to comment Share on other sites More sharing options...
dmmslaver Posted May 5, 2017 Share Posted May 5, 2017 4 minutes ago, Polymorphism said: too bad this would fail antileech 1 Quote Link to comment Share on other sites More sharing options...