Jump to content

GaetanoH

Members
  • Posts

    879
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by GaetanoH

  1. anime is for fagz
  2. If you have problems with a certain script contact the Script Writer...
  3. October sadly
  4. For all TWD fans, the trailer is online. http://comicbook.com/thewalkingdead/2016/07/22/the-walking-dead-season-7-trailer-released/
  5. I get it. Im using setPath! Thanks all! You can close @Solution! Thanks
  6. Removing the condition somehow got it working. Gonna try a few more times. What do you mean by loading the position?
  7. 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);
  8. When I'm testing it, it seems that it never gets to setting the condition... Anyone an idea how that comes?
  9. Still can't get it to work...
  10. 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
  11. 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.
  12. Just use autoclickers in your house in Building Mode or something
  13. 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
  14. GaetanoH

    @Arctic

    gg wp
  15. Cya around!
  16. Yo momma , haven't got car yet sadly
  17. Just be socially active, do some sports and it will be alright.
  18. Yeah just do if(myPlayer.isAnimating() && fishSpot.exists(){ //We are fishing } else { fishSpot.interact("Harpoon"); }
  19. Same in Belgium madafuckers
  20. He has a nice profile picture... I only look at dem chests brah , so yeah...
  21. xD #5starsboyz

  22. @Realist has the best mules get hes advice! :*
  23. 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...