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
  • Contributors to Dreambot Quest bot


    Pug

    Recommended Posts

    looking for able scripters to contribute to a joint project. Adding as many quests as possible to a script i have started. @Dreamlicker and i have been working on it this week.

     

    http://dreambot.org/forums/index.php/topic/2732-dream-quester-a-work-in-progress/

     

     

    looking for more people to add what they can even if its just one quest. This would be a massive pull for dreambot if we can get at least the main quests done.

    free access to the entire script for those who add to it.

    Link to comment
    Share on other sites

    looking for able scripters to contribute to a joint project. Adding as many quests as possible to a script i have started. @Dreamlicker and i have been working on this week.

     

    http://dreambot.org/forums/index.php/topic/2732-dream-quester-a-work-in-progress/

     

     

    looking for more people to add what they can even if its just one quest. This would be a massive pull for dreambot if we can get at least the main quests done.

    free access to the entire script for those who add to it.

    I can confirm that I am working on this script with Pug. I have nearly finished Rune Mysteries and plan on making more! We need more scripters to join us so that we have a great reason for people to join and use Dreambot.

    Link to comment
    Share on other sites

    free access to the entire script for those who add to it.

     

    You're gonna get people to contribute and then make it paid???

    Link to comment
    Share on other sites

    You're gonna get people to contribute and then make it paid???

    l0l

     

    I have some data from my old quest script:

     

    Monks Friend (config 30)

     

     

    public enum State implements QuestState {
    
    			BEGIN_QUEST(0),
    			RECOVER_BLANKET(10),
    			GET_ASKED_TO_TALK_TO_CEDRIC(20),
    			FIND_CEDRIC(30),
    			GIVE_CEDRIC_WATER(40),
    			GET_ASKED_TO_HELP_REPAIR_CART(50),
    			GIVE_CEDRIC_LOGS(60),
    			RETURN_TO_OMAD(70),
    			QUEST_COMPLETE(80);
    
    			private int bitValue;
    
    			private State(int bitValue) {
    				this.bitValue = bitValue;
    			}
    
    			public int getBitValue() {
    				return bitValue;
    			}
    
    			@Override
    			public String toString() {
    				final StringBuilder sb = new StringBuilder(super.toString());
    				return sb.charAt(0) + sb.substring(1).toLowerCase().replace("_", " ");
    			}
    
    		} 

     

     

     

    Waterfall Quest (config 65)

     

     

    public enum State implements QuestState {
    
    			BEGIN_QUEST(0),
    			FIND_HUDON(1),
    			FIND_INFORMATION(2),
    			GAIN_ACCESS_TO_TOMB(3),
    			RAID_TOMB(4),
    			COMPLETE_WEIRD_RITUAL(5),
    			USE_RUNES_ON_PILLARS(6),
    			USE_URN(8),
    			QUEST_COMPLETE(10);
    
    			private int bitValue;
    
    			private State(int bitValue) {
    				this.bitValue = bitValue;
    			}
    
    			public int getBitValue() {
    				return bitValue;
    			}
    
    			@Override
    			public String toString() {
    				final StringBuilder sb = new StringBuilder(super.toString());
    				return sb.charAt(0) + sb.substring(1).toLowerCase().replace("_", " ");
    			}
    
    		} 

     

     

    Link to comment
    Share on other sites

    I wouldn't mind giving a helping hand with a couple quests. 

     

    EDIT: Will this be a free script or paid?

     

    EDIT2: I would like to do Romeo and Juliet

    Link to comment
    Share on other sites

    I can confirm that I am working on this script with Pug. I have nearly finished Rune Mysteries and plan on making more! We need more scripters to join us so that we have a great reason for people to join and use Dreambot.

    dream if you need any more accounts let me know

    Link to comment
    Share on other sites

    hello where i can see source code????? yas i need plz sry not gord english =)

    I love you

     

    You're gonna get people to contribute and then make it paid???

    I love you too

    Link to comment
    Share on other sites

    will be a VIP script. not paid. Why would i ask for your time for free lol. 

    better VIP scripts = more members = more money to spend on paid scripts here i guess lol.

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • 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.