Jump to content

scape

Members
  • Posts

    298
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by scape

  1. To find the id to pickup an arrow
  2. final int[] arrowids = { 882, 884, 886, 888, 890, 892, 863, 864, 865 };public int arrowid; void findarrowid() { Player player = client.getMyPlayer(); if (arrowid < 800) { List<GroundItem> list = client.getCurrentRegion().getItems(); Player player = client.getMyPlayer(); NPC attackables = closestNPC(attackable); for (GroundItem g : list) { for (int i : arrowids) { if (attackables != null) { if (player.isUnderAttack() && g.getPosition().distance( player.getPosition()) == 1 && i == g.getId()) { arrowid = g.getId(); log("Arrow id is now " + arrowid + "!"); } } } } } } Pickup method: void pickup() { List<GroundItem> list = client.getCurrentRegion().getItems(); Player player = client.getMyPlayer(); for (GroundItem g : list) { if (g.getId() == arrowid) { try { if (g.getPosition().distance(player.getPosition()) <= 2 && !player.isMoving()) { selectEntityOption(g, "Take"); sleep(random(3000)); } } catch (Exception e) { } } } }
  3. I don't think I've ever had so much love for somebody I've never met thank you
  4. I hope this still comes out today!
  5. Amazing progress GREAT job.
  6. scape

    My first paint

    Background looks cool, maybe you could add the essence item to the left of run time in that open area?
  7. Have you looked into the problems with walking randomly stopping?
  8. I can see changing angle, but not pitch. IS it possible?
  9. Dark one is better
  10. Since when was health checking working?
  11. I think he meant health checking. Will that be fixed in this update?
  12. YES!!! Exactly what I've been waiting for.
  13. scape

    BETA v1.3.2

    I hope health checking is added soon
  14. scape

    BETA v1.3.1

    redownload it
  15. scape

    BETA v1.3.1

    I'm getting high 40s to high 50s. 6gb ram i5
  16. scape

    BETA v1.3.1

    Ok all good thanks!!
  17. scape

    BETA v1.3.1

    The skill hooks don't seem to be working for me, anybody else?
  18. scape

    BETA v1.3.1

    NOOO health checking isn't fixed!!!
  19. Great stufF!!!!
  20. scape

    Rumor

    I trust you in the end.
  21. This isn't nice...
  22. ultimate.frewb

  23. scape

    BETA v1.2.2

    Great job!!
×
×
  • Create New...