Jump to content

Chris

Scripter II
  • Posts

    8362
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

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

    Randoms?

    Only random that u should hard code is the genie lamp ignore others
  7. getMap().canReach(Entity entity); NPC chik = getNpcs().closest("Chikun"); if chik != null && getmap.canreach(chik) chik.interact("Attack");
  8. 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
  9. Starting scripting school hmu https://discord.gg/GcrvQx7
  10. public class InteractableObject extends Modeled<XInteractableObject> implements RS2Object
  11. 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
  12. Chris

    Excellent Agility

    pushing an update to support staminas as long as your inventory contains them
  13. is not added yet sir. will be added next week
×
×
  • Create New...