Jump to content

GaetanoH

Members
  • Posts

    879
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by GaetanoH

  1. So right now I have this code: if(getChatbox().contains(Chatbox.MessageType.PLAYER, listQuestions)){ } With listQuestions being an Array with Strings, unfortunately it gives me and NPE, no idea why thought. I only need a players message
  2. If you have problems with a certain script contact the Script Writer...
  3. For all TWD fans, the trailer is online. http://comicbook.com/thewalkingdead/2016/07/22/the-walking-dead-season-7-trailer-released/
  4. I get it. Im using setPath! Thanks all! You can close @Solution! Thanks
  5. Removing the condition somehow got it working. Gonna try a few more times. What do you mean by loading the position?
  6. 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);
  7. When I'm testing it, it seems that it never gets to setting the condition... Anyone an idea how that comes?
  8. Still can't get it to work...
  9. 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
  10. 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.
  11. Just use autoclickers in your house in Building Mode or something
  12. 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
  13. Yo momma , haven't got car yet sadly
  14. Just be socially active, do some sports and it will be alright.
  15. Yeah just do if(myPlayer.isAnimating() && fishSpot.exists(){ //We are fishing } else { fishSpot.interact("Harpoon"); }
  16. He has a nice profile picture... I only look at dem chests brah , so yeah...
  17. xD #5starsboyz

  18. @Realist has the best mules get hes advice! :*
×
×
  • Create New...