April 27, 20169 yr 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, 20169 yr by hansen19498
April 27, 20169 yr 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, 20169 yr by Explv
April 27, 20169 yr Author 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,
April 29, 20169 yr webwalking I used the wrong method to help the cause of the problem I pointed out, getWalking().webWalk(tree); That should fix it.
Create an account or sign in to comment