Jump to content

GaetanoH

Members
  • Posts

    879
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by GaetanoH

  1. If you have problems with a certain script contact the Script Writer...
  2. For all TWD fans, the trailer is online. http://comicbook.com/thewalkingdead/2016/07/22/the-walking-dead-season-7-trailer-released/
  3. I get it. Im using setPath! Thanks all! You can close @Solution! Thanks
  4. Removing the condition somehow got it working. Gonna try a few more times. What do you mean by loading the position?
  5. Walking to the fishing spot works now, however walking back to the bank doesn't. WalkingEvent toEdgeBank = new WalkingEvent(Banks.EDGEVILLE); toEdgeBank.setOperateCamera(true); toEdgeBank.setEnergyThreshold(50); toEdgeBank.setBreakCondition(new Condition() { @Override public boolean evaluate() { return Banks.EDGEVILLE.getRandomPosition().distance(myPlayer()) <= 6; } }); getBot().getEventExecutor().execute(toEdgeBank);
  6. When I'm testing it, it seems that it never gets to setting the condition... Anyone an idea how that comes?
  7. Still can't get it to work...
  8. Area edgeBank = Banks.EDGEVILLE; Thats what I have as a variable for edgeBank That's what I tried before posting this. Still didn't work
  9. Hello, I'm rewriting my script because I'm using too much WebWalking. WalkingEvent toEdgeBank = new WalkingEvent(edgeBank); toEdgeBank.setOperateCamera(true); toEdgeBank.setEnergyThreshold(50); toEdgeBank.setBreakCondition(new Condition() { @Override public boolean evaluate() { return edgeBank.getRandomPosition().distance(myPlayer()) <= 6; } }).execute(); This is throwing a NullPointer and I have no idea why.
  10. Just use autoclickers in your house in Building Mode or something
  11. Hello, once again I'm in the need for a 40 fisher preferably not 3 combat but won't pay any extras. Please post here. Only trusted please or you pay MM
  12. Yo momma , haven't got car yet sadly
  13. Just be socially active, do some sports and it will be alright.
  14. Yeah just do if(myPlayer.isAnimating() && fishSpot.exists(){ //We are fishing } else { fishSpot.interact("Harpoon"); }
  15. He has a nice profile picture... I only look at dem chests brah , so yeah...
  16. xD #5starsboyz

  17. @Realist has the best mules get hes advice! :*
  18. If I recall correctly Stronghold of Security isn't added in the webwalking. So you have to handle these doors manually... Not 100% sure
×
×
  • Create New...