Jump to content

Chicken Wing

Members
  • Posts

    610
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Chicken Wing

  1. no one will see this
  2. I would personally choose discrete maths, although I have not done any robotics in my cs degree or plan to.
  3. I got a Filco Majestouch 2 which costs around the same as the Das i think, Its very nice and has really good build quality, it could probably last my entire life tbh. I would easily recommend this das keyboard, it looks very good, you might want to look into Filco or even Ducky (Ducky legend is nice). If your worried about it being too loud, dont get the blue switchs, get brown if you want tactile feedback, otherwise get reds or blacks I guess. Or just look up the different Cherry switches and choose for yourself.
  4. Watch this video, and some others if you want from the playlist
  5. Yeah I got the bell icon too
  6. Because it had its wing cut off...
  7. Pls mark nsfw
  8. Or you could just add a document listener instead of an action listener? https://docs.oracle.com/javase/tutorial/uiswing/events/documentlistener.html edit: think this works selectYourMonster.getDocument().addDocumentListener(new DocumentListener() { @Override public void insertUpdate(DocumentEvent e) { onUpdate(); } @Override public void removeUpdate(DocumentEvent e) { onUpdate(); } @Override public void changedUpdate(DocumentEvent e) { onUpdate(); } private void onUpdate(){ monsterSelect = selectYourMonster.getText(); } });
  9. Dank
  10. @Override public void onStart () { getBlueDragon.kill(); } Finished it for you
  11. You were NOT CAREFUL ENOUGH when using the script, any script can get you banned
  12. You can just increase the int that onLoop returns, and it will sleep more between iterations
  13. You left a game? or lobby?
  14. You chose a good site, welcome mate
  15. Depends on how you made the scripts I guess
  16. I got it now, If you want you can add me on skype or somthing
  17. Btw by the looks of the current poll, there are gonna be a lot of teleport spells added to it too (and 1 or 2 others), just a heads up as they seem to be in a position of passing very easily
  18. You mean this one right? If no one has an account by tomorrow, I can get the requirements for it on my account for you
  19. Thanks guys, I think nmz is the best option
  20. Post code? What line is the npe
  21. Cheap (no chinning)
×
×
  • Create New...