Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osMiner

    Sure, refresh your scripts
  2. i like ur walker
  3. Tom

    osMiner

    Thanks, I had been unable to test mining guild so these little things slipped past me, I'll fix it ASAP. Hover Next rock needs some work, i mainly tested it with only 2 rocks selected so I can see why it might be causing issues with more, will work on something this weekend
  4. Tom

    osMiner

    Added 72 hours, that would be great :P
  5. Make sure your project is setup for Java 1.8 For more information visit: https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html
  6. Nice. A better condition would be !getInventory().contains(item -> item.getName().equals("Jug")) && Pump.contains(myPosition()) As this doesnt require you to have 28 jugs of water, just as many as you happen to have in your inventory without leaving any empty jugs behind
  7. That IS how it works, however he stated that his script is spamming the jugs on the pump, regardless of the condition sleep. This indicates in my eyes that something is wrong with the condition Perhaps try the condition inventory().getAmount("Jug of Water") == 28 && Pump.contains(myPosition()) If this works, I think it has to do with filtering "Jug" and we can work something else out
  8. Your logic seems a little backward, you should be using the conditional sleep directly after an action private void fill() { if (!Pump.contains(myPosition())){ getWalking().webWalk(Pump); } else if (pumpUsable()) { Entity wPump = getObjects().closest(24004); if (wPump != null){ inventory.interact("Use","Jug"); if(wPump.interact("Use")){ new ConditionalSleep(5000) { @Override public boolean condition() { return getInventory().isEmptyExcept("Jug of water") && Pump.contains(myPosition()); } }.sleep(); } } } }
  9. I play it whenever a new season starts for about a week
  10. Yep, you gotta submit data with PHP
  11. > czar jr My scripts are already dead I dont care if they get burried
  12. I honestly wouldnt complain about another bot nuke
  13. hey man can I be CBA instead of muffins Yours truly, tom
  14. Watch as scamez gets unbanned when decode refunds 150m Also edit those links out before ur the one who gets punished
  15. Well after being demoted 3?? times, mald thought maybe he would be better this time
  16. As far as I recall I got demoted for being rude as well
  17. Instead of writing a poem you should be writing down your total money deficit from buying overpriced garbage
  18. Tom

    osMiner

    Pretty large update today Added Save / Load config Removed the GE menu until its done Added CLI support, see Original post for instructions Added quarry, however it is untested and currently wont go and get more Waterskins Script is now pending full release on SDN Note: Features will still be modified / changed once it is available to purchase.
  19. @Alek These poor souls need some answers, is MGI working on it / even aware? @Zach aswell cuz alek hates mirror
  20. Can you quote me for all F2P quests? My acc is member so access to faster transportation if necessary
  21. Tom

    osFisher

    Added
×
×
  • Create New...