Jump to content

iTalalz

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iTalalz

  1. Because i'm a slut for free shit @Slut
  2. Hey, I was wondering if people would be interested in a free sand crab script. I couldn't find one for free, so just wrote my own. Its a pretty simple script. Afk at the spot, reset agro and bank when out of food. Also has anti-crash, Manually attacks until crasher leaves. Works pretty good for me, used it on my pure from 65 to 79 range. However I did babysit it. I just ran it when ever I was using my computer, need more testing before I can leave it overnight. Currently I have it set up for 1 spot but I could possible set it up for multiple spots. Since there are already some really good premium scripts for sand crabs, Idk if I should invest the time to develop this script further.
  3. Thanks for the help guys. I ended up going with Slut's method. As I didn't wanna use a timer. And that was my problem basically, I was treating both, sand crabs and sandy rocks as the same. So far its working good. If anyone else wants to use it, feel free. if (!getCombat().isFighting() && sandyRocks != null && sandyRocks.exists() && (sandCrab == null || !sandCrab.exists()) ) { sleep(random(1000, 5000)); if (npcs.closest(myArea, "Sand Crab") == null) { log("reseting agro"); resetAgro(); } }
  4. heyy, i was wondering if someone could help me with this not sure how exactly to check when sand crabs have lost agro. when they are in the state where we can not attack them this is the code i am currently using and it does not work if (sandCrab != null && sandCrab.exists() && !sandCrab.hasAction("Attack")) { log("agro reset"); resetAgro(); }
×
×
  • Create New...