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
  • Chieftain

    Scripter+
    • Posts

      29
    • Joined

    • Last visited

    1 Follower

    About Chieftain

    Contact Methods

    • Discord
      Pay Ma Bills#1611

    Recent Profile Visitors

    807 profile views

    Chieftain's Achievements

    1. Could you send the logs please, or provide more detail.
    2. Please send me the logs of the issue.
    3. Doesnt use fairy rings..
    4. Does it eventually do it though? Could you maybe, send a vid of it "taking a while", to my discord: humanlike_scripts, so I can get an idea of what you mean.
    5. Alright, its probably still detecting that it has bones, will have it wait a few seconds on death, in next update.
    6. I will consider adding life time, on next update, just busy IRL atm.
    7. Can you send me the logs? I will test it soon. Update: I just tested it with baby dragon bones, seems to be working fine on my end.
    8. Read up on enum's. They can be used like classes, without object initialization, because we already know the area's we want at compile time. Also what do you mean it does not follow clean code best practices? When you read up on enum's, and practice around with them, it will make sense to you. Hint: monsterArea.getNavigation().walk() Another hint, ComboBox<MonsterArea> monsterAreaBox = new ComboBox<MonsterArea.values()>; I am done spoon feeding, good luck.
    9. I am not going to spoon feed you, but here's an example, build on from here. enum MonsterArea { LUMBRIDGE_EAST_COWS(new LumbridgeEastCowsNavigation()); private AreaNavigation areaNavigation; }
    10. Sorry, I would rather not process peoples' osrs account credentials.
    11. There are so many ways to handle this. I would just make a enum of all your supported area's, with a navigation super type variable, and just pass it the appropriate navigation sub-class which handles traversals to specific area. Then just have the user select the supported area. This will be a fair more maintainable approach, easy to add more supported area's, by just adding it to the enum.
    12. @Kzing will look into it then push a fix. Could you show the screen shots of the bot logs?
    13. Welcome, can't really give you tips, because I don't know your goals, just don't bot accounts you are not willing to lose.
    14. Does the bird house hunting method, for hunting and crafting experience, as well as profit. The bot, will also search, crush and bank bird nests, it obtains. Pre-requisites: Bone Voyage Quest All necessary Mushroom teleport locations are unlocked. You have built the Fossil Island bank chest (if you are using fossil wars banking method) If you using the castle wars banking method: Your account has Level-3 enchanted a Ruby necklace at least once. Requirements: Seeds (birdhouse compatible, I recommend plenty jute seeds) Hammer Pestle and mortar Chisel Relevant logs ( if you intend on crafting the houses) Clockworks (if you intend on crafting the houses) If you using the castle wars banking method: Plenty Ring of duelling's Plenty digsite pendants or Ruby necklaces. Fire staff and cosmic runes for Level-3 enchant, or Level-3 enchant tablets. Instructions: You can start anywhere, if you have a Ring of duelling, or you must start at Castle Wars bank. (Castle wars banking method) OR Start on Fossil island or anywhere if you have the digsite pendant (Fossil island banking method). Recommendations: I strongly suggest that you use a OSRS hunting calculator to figure out how many bird houses you need to reach your goal, and then just stock up on crafted bird houses (progressive), instead of having the bot craft houses. If you have sufficient resources, you should be able to run the bot indefinitely with no problems, and breaks are unnecessary, because the bot only logs on to do the runs, and logs out, until they can be collected.
    ×
    ×
    • 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.