Jump to content

FuryShark

Suspended
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    99%

Everything posted by FuryShark

  1. is there anything in the gui you dont understand or are you looking for recommended settings
  2. Writing true at the top of the text file will make the looter only loot those items
  3. RS2Object oreDeposit = getObjects().closest("Ore vein"); String objectName = oreDeposit.getName(); int objectModelID = oreDeposit.getId(); if(oreDeposit != null && getMap().canReach(oreDeposit)) { oreDeposit.interact("Mine"); log("Waiting to be done mining"); new ConditionalSleep(6000, 8000) { @Override public boolean condition() { return getObjects().closest(objectModelID) != null && getObjects().closest(objectModelID).getName().equals("Ore vein"); } }.sleep(); }
  4. lasted for 24 hours after i posted that
  5. How much were you paid to promote that script?
  6. "Make <col=ff9040>Emerald ring</col>" @T0r
  7. https://oldschool.runescape.wiki/w/Money_making_guide Can try exploring the world and finding your own money makers too. If a script doesnt exist for the method you can find someone here that will make it https://osbot.org/forum/forum/334-private-scripts/ or you can try learning yourself https://osbot.org/forum/forum/249-scripting-help/
  8. Fury Veggy Thief can help you with that @3ezi
  9. Maybe an option to just walk to patches. Was gonna use on a low level ironman but i dont have the teleports to tree patches
×
×
  • Create New...