Jump to content

aivaras

Members
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

855 profile views

aivaras's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. For some reason it wont hop to specific world. My code. if (worlds.getCurrentWorld() == 18) { worlds.hop(19); } hopToRandomP2p works fine.
  2. Hello, I'm making simple script wich attacks zombies. For some reason it waits till npc dieing animation is ended. if (getNpcs().closest("Zombie").getHealth() != 0 && !getCombat().isFighting() && getNpcs().closest("Zombie").isAttackable() && !myPlayer().isAnimating()) return State.ATTACK; And there is anyway to attack random npc not the closest one? Thanks for answers.
  3. Trying to get absorption points left. I tried to use RS2Widget absorptionPoints = getWidgets().get(202, 1, 9); but i think i did something wrong.
×
×
  • Create New...