Jump to content

Chicken Wing

Members
  • Posts

    610
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Chicken Wing

  1. I would personally choose discrete maths, although I have not done any robotics in my cs degree or plan to.
  2. 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.
  3. Watch this video, and some others if you want from the playlist
  4. 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(); } });
  5. @Override public void onStart () { getBlueDragon.kill(); } Finished it for you
  6. You were NOT CAREFUL ENOUGH when using the script, any script can get you banned
  7. You can just increase the int that onLoop returns, and it will sleep more between iterations
  8. You chose a good site, welcome mate
  9. Depends on how you made the scripts I guess
  10. I got it now, If you want you can add me on skype or somthing
  11. 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
  12. 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
  13. Thanks guys, I think nmz is the best option
×
×
  • Create New...