Jump to content

House

Trade With Caution
  • Posts

    510
  • Joined

  • Last visited

  • Feedback

    97.4%

Everything posted by House

  1. Good luck selling it here with your rep then >.<
  2. look in your signature
  3. Basically i'm guessing he means that he wants a middle man to hold the card for 2 weeks in case you bought the PSN card with a stolen credit card which would mean that the code / value will be removed from the account it was activated on after it was flagged as malicious. Idk how Sony deals with that sort of shit or if that is how it works but that is what the other guy meant.
  4. host it on imgur, load it from url?
  5. Try these variations ./res/chatBox.png /res/chatBox.png
  6. House

    :Kappa:

    Whenever i see i think of @Realist irl hehexd
  7. BufferedImage image = new Robot().createScreenCapture(Rectangle); ImageIO.write(image, "png", new File(getDirectoryData() + "screenshot.png")); This captures your screen in the given rectangle, not sure if this supports multi monitor setups.
  8. What happened to this ? Was interested how it turned out hehe
  9. Alek, could you give an example of the decrease in the amount of resources used? In its current state what numbers are we looking at :p
  10. He just wanted a PC.
  11. You do not need a valid email to use as your username. And you need to use a service such as death by captcha. Also you need to change your IP often since there is an account creation limit per hour on IPs.
  12. While i strongly agree with this and i was originally going to post something similar, i don't think its ok to comment such things in the poor mans market thread :l We are not supposed to make comments like that on market posts
  13. This^ Use the Date class and the method above rather than a Timer.
  14. Pretty straight forward, you can can see the API It helps you track time and you can translate a Date to a long and vice versa You can compare the current Date with the future Date you set using your random interval by using Date#after() or Date#before
  15. https://docs.oracle.com/javase/8/docs/api/java/util/Date.html
  16. I'm not sure this will work i have not tested it but maybe: myPlayer().getInteracting() instanceof Player you could determine if its a player or an NPC this way
  17. You basically use parameters in an executable file which starts the clients up with the scripts automatically started. The CLI usage is as stated on here and it also supplies an example of the contents of the file. For windows you save it as a .bat file while on linux its a .sh file.
×
×
  • Create New...