Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. cspangler11

    Question Paint not showing up?

    The paint will not show up at all. I've implemented the PaintListener, added the listener to the onStart @Override public void onStart(String... args) { getEventDispatcher().addListener(this); setLoopDelay(250, 500); } @Override public void onPaint(Graphics2D g){...
  2. cspangler11

    Question How to properly make a gui

    So, I've made some pretty extensive bots so far, but unfortunately, I've struggled with making GUI's for them to be fully completed for public release. I was never very knowledgeable with JavaFX or Swing. SceneBuilder won't even work for me so I'm throwing that out. I'm just pissed and in need...
  3. cspangler11

    Question How to properly filter an NPC who's attacking me

    I'm having trouble getting the actual NPC who's in combat with my player. My combat handler begins to choose a new target before I've killed the current target. Any help?
Top