hansen19498 Posted April 27, 2016 Share Posted April 27, 2016 (edited) Area tree= new Area(new Position(3111, 3150, 0), new Position(3126, 3143, 0)); @SuppressWarnings("deprecation") @Override public int onLoop() throws InterruptedException { if (!tree.contains(myPlayer())) { getWalking().webWalk(tree.getRandomPosition()); } return random(200, 300); } webWalk,Middle display black line Do not know why,Role does not move,help me fix Edited April 27, 2016 by hansen19498 Quote Link to comment Share on other sites More sharing options...
Explv Posted April 27, 2016 Share Posted April 27, 2016 (edited) Perhaps you should explain the issue you are having. "webWalk, black line Do not know why" doesn't make much sense. Also, please use the code formatter when submitting code. It is the button that looks like < > Edited April 27, 2016 by Explv Quote Link to comment Share on other sites More sharing options...
hansen19498 Posted April 27, 2016 Author Share Posted April 27, 2016 Perhaps you should explain the issue you are having. "webWalk, black line Do not know why" doesn't make much sense. Also, please use the code formatter when submitting code. It is the button that looks like < > webwalking I used the wrong method to help the cause of the problem I pointed out, Quote Link to comment Share on other sites More sharing options...
Vilius Posted April 29, 2016 Share Posted April 29, 2016 webwalking I used the wrong method to help the cause of the problem I pointed out, getWalking().webWalk(tree); That should fix it. Quote Link to comment Share on other sites More sharing options...