Jump to content

Hereweald

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male
  • Location:
    England
  • Interests
    saxophone
    scripting, and accepting juicy donations

Recent Profile Visitors

1191 profile views

Hereweald's Achievements

Bronze Poster

Bronze Poster (2/10)

7

Reputation

  1. I will not be able to upload this script to the SDN as I will not have enough time to work on it. Thus I have provided an download link to the script here for local use. I will do patches, bug fixes and updates when I have time and if they are necessary. Happy Botting
  2. Thanks! I hope you come back and test it on when it gets approved
  3. At mining 21 with mith pick, you can get about 1k ess/h so 110k and that goes up with level and pick but I use it for flipping rune essence to buy pure essence. As rune ess is 11gp and pure is 9gp, just a good thing to do in the background while bank standing to help with rcing. But yeah it isnt the best money making method, its for resource collection.
  4. Just released Muling support! All you have to do is on the GUI enter the master's name and how much essence you want to mine prior to muling. The master isn't a bot it is you! So remember to stay active when the muling is going down so as to not stop the bot
  5. http://www.osbot.org/api Read through the API, .isntEmpty() isn't a method. Switch basically means switch around the different cases so: switch(random(1, 30)) { case 1: //do if random(1, 30) produces 1 break; case 2: //do if random(1, 30) produces 2 break; } So for this if getState() method returns the State State.DROP; then it will call the Drop case and execute whatever is written in there. and i think you are misreading, its not in the onStart() it is its own method.
  6. if (!getInventory().isEmpty()) { return State.Drop; } Means if the inventory is NOT empty. The ! is a negator to booleans boolean bool = true; if (bool) { // do if true } if (!bool) { //do if false } For walking I recommend using webWalker for longer distances where obstacles may be in your way getWalking().webWalk(Banks.ARDOUGNE_SOUTH) and for shorter distances where doors etc arent a problem use walk instead.
  7. Nice to hear, make sure you come back in a bit. I've been working on some really nice features Let me know how everything turns out for you / if you encounter any bugs.
  8. Yeah works fine with Imgur hosting.
  9. message me on skype and we can work something out if you want live:hrryl
×
×
  • Create New...