Jump to content

sampla

Members
  • Posts

    208
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by sampla

  1. I've been waiting so long for the ability to use the keyboard while botting! Thanks!
  2. Look up Java from the applications list when you click "Change" . Open with Java JRE or something similar..
  3. I'm looking for a ball-park sum. Gotta do some research.
  4. Just the down payment, I suppose.
  5. Works beautifully, but doesn't log out after running out of law runes. Just happened.
  6. I'm having the problem with mouse hovering over run option as well (in settings).
  7. The 'select fighting area' already exists. It's not a circle, but it should be plenty.
  8. Could I have a trial too? Thanks.
  9. "This account has been terminated due to repeated or severe violations of our Community Guidelines and/or claims of copyright infringement"
  10. At Minotaurs - it's not picking up the loot from the Rare loot table (uncut gems, essentially). This is particularly bad because on fresh accounts those gems form a considerable amount of income. EDIT: Also bugs out at the 1st level second set of doors toward Minotaurs. Walks back and forth the same door.
  11. Yeah, tell me about it... :p I've been taking a break ever since my 7 gold farming accounts were taken down in one swift motion. I'll start again soon. Hälsningar från er östra granne.
  12. With the improved Jagex bot detection I'm sure many would like to know what your longest surviving bot/gold farming account is. I've managed about a month using a private script.
  13. I made a new script that only logs the area. Banking, portal and spawn areas were fine.
  14. Mapped two areas using Explv's map. No change.
  15. Nope. I guess it doesn't find the player then.
  16. Edited to show the whole thing. Edited it to show the whole thing, I don't care. I got the banking area from the snippets here.
  17. None of this is happening. Why? Edited: @Override public int onLoop() throws InterruptedException { if (ClanWarsChest.contains(myPlayer())) { log("At banking area"); if (!getInventory().onlyContains("Jug of wine")) { if (bank.isOpen()) { bank.depositAll(); sleep(random(250, 350)); bank.withdrawAll("Jug of wine"); sleep(random(300, 500)); bank.close(); } else { bank.open(); } } else if (portalArea.contains(myPlayer())) { log("At portal area"); if (objects.closest("Free-for-all portal") != null) { camera.toEntity(objects.closest("Free-for-all portal")); objects.closest("Free-for-all portal").interact("Enter"); } } else if(portalSpawnArea.contains(myPlayer())){ walking.walk(combatArea); } else { walking.walk(portalArea); } } else if (combatArea.contains(myPlayer())) { log("At combat area"); if (getInventory().contains("Jug of wine")) { if (getSkills().getStatic(Skill.HITPOINTS) - getSkills().getDynamic(Skill.HITPOINTS) > 11) { getInventory().getItem("Jug of wine").interact("Drink"); log("Healing"); } } } return random(100, 200); //The amount of time in milliseconds before the loop starts over } Drinking works.
  18. I don't know if you updated something, but it's misclicking less now (if at all). However for some reason sometimes it's got a hard time finding the dwarf you pay to and sometimes it also keeps hitting 'spacebar' for no reason. Restarting the script gets rid of it, so I guess there's not much to do there. It's also not using the bucket as quickly anymore, it seems to take quite some time. EDIT: Minor edits. For anyone considering buying this script I still highly recommend it.
×
×
  • Create New...