Jump to content

plekstw

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by plekstw

  1. http://scr.hu/0d53/w46oj http://scr.hu/0d53/qiki7 i get this ;x
  2. Yes, i use his solution in my script mate, still problem only with these 2 doors. It can open 3/4 diffrent doors, just wont open these exact 2 if(knight != null && !getMap().canReach(knight) && !myPlayer().isMoving()){ if(doorHandler.handleNextObstacle(knight)) { if (camera.toEntity(door)) { if (doorHandler.handleNextObstacle(door)) { new ConditionalSleep(1000) { @Override public boolean condition() throws InterruptedException { return door.hasAction("Close"); } }.sleep(); } } } }
  3. Hey, i'm having problems with these doors: Here close to the player: Here where the door is selected: The bot won't open these doors, just will try to open the middle doors. Here is my code: http://pastebin.com/yqm4nJvi
  4. Thanks man! Worked wonderfull
  5. hey guys i have got a problem, i want to open doors to get to an npc but my script opens only 1 door please help http://pastebin.com/JzkNzuaV
×
×
  • Create New...