Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • boosterboy

    Scripter
    • Posts

      18
    • Joined

    • Last visited

    About boosterboy

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    boosterboy's Achievements

    1. No problem, if there is anything I can answer that I might know don't hesitate to ask me, I am no professional however I have been around Dreambot for a while (making myself private scripts)
    2. Side note: This is for the person trying to understand the bare basics, I tried to use lingo that a 10-year-old will understand ( not saying you are 10 years old... but saying that anyone should be able to understand it)
    3. You don’t have to but this is more for shops to advertise and not looking for scripts
    4. Try here https://dreambot.org/forums/index.php?/forum/87-script-requests/
    5. Correct it's 22:78 however it is not exactly 22:78 because of stripe processing fees
    6. try fully restarting the bot, sometimes it doesn't register if you back to back trial also make sure you actually have the trial listed here "https://sdn.dreambot.org/your-scripts"
    7. Thanks buddy I hope to build this out to be something. Quite cool eventually it’s pretty basic as of right now but it works.
    8. Thank you, I hope to continue expanding this to support many options that can be player-selected.
    9. Hide Collector V 1.0 by BoosterBoy The Hide Collector is a script designed to automate the process of collecting hides and bones from cows and banking them in Varrock. Script was Developed to offer a convenient solution for players looking to gather cowhide and bone efficiently for long-term use.
    10. What are you trying to save and load exactly?
    11. my suggestion would be work for yourself, make your own account selling adventure (or gold) nothing like working for yourself
    12. I made this and was using it in my code that I was writing, decided to take another path, and vs it going to waste figured it might be useful for someone it works... but not efficiently really you might need to modify the code for your own purpose, also like I said its not efficient really and I know this there are better ways to handle the !avoidHandler if statement than checking if the string is not empty xD, but ill leave that up to you. import org.dreambot.api.Client; import org.dreambot.api.methods.interactive.NPCs; import org.dreambot.api.wrappers.interactive.NPC; public class RandomEventHandler { public static void npcHandler(){ String[] avoidHandler = {"Genie", "Bee keeper" , "Capt' Arnav", "Niles", "Miles", "Giles", "Sergeant Damien", "Drunken dwarf", "Evil Bob", "Servant", "Postie Pete", "Molly", "Freaky Forester", "Leo", "Jekyll and Hyde", "Frog prince", "Frog princess", "Frog", "Mysterious Old Man", "Pillory Guard", "Flippa", "Tilt", "Prison Pete", "Quiz Master", "Rick Turpentine", "Sandwich lady", "Strange plant", "Dunce", "Mr. Mordaut"}; int arrayLength = avoidHandler.length; for (int i = 0; i < arrayLength; i++){ if (!avoidHandler[i].isEmpty()){ NPC eventTrigger = NPCs.closest(avoidHandler[i]); eventTrigger.interact("Dismiss"); } } } }
    13. yea... mistakes were made with it lol just thought id give this to the community maybe someone wanted to modify it or do something with it.... I made a much better one now
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.