Jump to content

d0zza

Scripter II
  • Posts

    780
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by d0zza

  1. First, why is your JFormattedTextField called eatAtComboBox? Second, casting a string to an integer like how you're doing won't always do what you expect. Use Integer.parseInt() instead. To do what you want add an actionlistener to your start button and set the variable inside that actionlistener using: eatFoodThreshold = Integer.parseInt(eatAtComboBox.getText());
  2. I'm trying to use LocalPathFinder to generate a path that goes through any nearby mine-able rocks if they are part of the shortest path. I've seen that LocalPathFinder.findPath() has an option to include a 2d integer array called flags. What exactly are these flags and how do I go about generating them?
  3. The updated and non updated versions will have the same name in your repository...
  4. It was an update to a previous script I made for him so the name is the same as what he would've previously had in his library.
  5. Didn't even obfuscate cause it was a simple script
  6. I’ve sent him photo evidence that it shows up in my script selector
×
×
  • Create New...