Jump to content

CasDeBlanco

Members
  • Posts

    621
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by CasDeBlanco

  1. Yes should still be working, don't see why it wouldn't be. Randomisation isn't added yet but shouldn't be hard
  2. The accounts have been played on for atleast 5-6+ hours per day. not really sure what im suppose to be replying to tbh or why this has been made when there is still ~another week left? Also I had to sort something out on my PC and haven't downloaded Skype again hence why I haven't replied on their. My bad for that.
  3. Item food = getInventory().getItem("Example"); if (food != null) { if(food.interact("Eat")){ new ConditionalSleep(random(2500, 5000)) { @Override public boolean condition() { return !myPlayer().isAnimating(); } }.sleep(); } } It'll sleep until the return condition is met or until its slept for 2500-5000 ms
  4. Interested, pm me or add my skype live:castrosaint_2
  5. Currently completing this service
  6. Can do this easily Check PM
  7. pc on 70/70/70 and 70/70/60 Thanks
  8. Something like this may help you out if (getEquipment().getItemInSlot(0) != null) { String helmet = getEquipment().getItemInSlot(0).getName(); }
  9. Haven’t actually used this in awhile but if i remember correctly accounts lasted around a day or just under
  10. Thanks for the bug report and for fixing it for other users as I've been inactive for a little while I've went ahead and changed the name for the fishing spot and uploaded it to the thread
×
×
  • Create New...