Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. It kills them Yes. Rsbuddy ge api is bugging out due to the site being down
  2. Will be looking to add these GDK locations in sometime during winter break. yes.
  3. i watched over 100 animes. good stuff.
  4. Thanks for the utilities update
  5. Chris

    Randoms?

    Only random that u should hard code is the genie lamp ignore others
  6. getMap().canReach(Entity entity); NPC chik = getNpcs().closest("Chikun"); if chik != null && getmap.canreach(chik) chik.interact("Attack");
  7. getBot().getCanvas().addKeyListener(new KeyListener() { @Override public void keyTyped(KeyEvent e) { } @Override public void keyPressed(KeyEvent e) { } @Override public void keyReleased(KeyEvent e) { } }); https://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html
  8. Starting scripting school hmu https://discord.gg/GcrvQx7
  9. public class InteractableObject extends Modeled<XInteractableObject> implements RS2Object
  10. public abstract class Character<C extends XCharacter<?>> extends Animable<C> implements Entity Entity All Known Implementing Classes: Character, GroundDecoration, GroundItem, InteractableObject, NPC, Player, WallDecoration, WallObject public interface Entity extends Identifiable, Interactable, Vector3D Represents an in-game model. do you even java docs bro
  11. Chris

    Excellent Agility

    pushing an update to support staminas as long as your inventory contains them
  12. is not added yet sir. will be added next week
  13. Chris

    single18yearoldinyourarea@msn.com

×
×
  • Create New...