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
  • DreamBot 3: Now Live!


    Pandemic

    Recommended Posts

    Big thanks to all the devs! Been testing other OSRS bots and they are all dog shit! I get banned in less than 24 hours for less than 6 hours botting. I just made a new noob on this new client so we shall see!

    Link to comment
    Share on other sites

    9 hours ago, Nex said:

    Really loving the new API & look of the client <3 

    Agreed.

    It's running really smoothly. Great work Dream Team!

    Link to comment
    Share on other sites

    2 hours ago, hooplako said:

    Yo I am having alittle trouble navigating around the new client

    Where can I find the console and the widget hover?

    To enable developer mode, either press CTRL + D simultaneously or enable the mode in the client settings. Client settings can be opened by clicking the bottom right icon. To open the console, either click the bottom left status bar message, press CTRL + L simultaneously or in developer mode open it in the Tools dropdown. Widget hover can be enabled in developer mode, it's under the Miscellaneous dropdown.

    Link to comment
    Share on other sites

    There's a bug with Emotes#doEmote where it won't scroll for Emote#CLAP.

    Looks like line 130 of Emotes needs to be an equal or greater than check, not greater than. (Sorry, took a look at the code lol)

    Link to comment
    Share on other sites

    9 minutes ago, holic said:

    There's a bug with Emotes#doEmote where it won't scroll for Emote#CLAP.

    Looks like line 130 of Emotes needs to be an equal or greater than check, not greater than. (Sorry, took a look at the code lol)

    Right..It's obfuscated so it might not be line 130 but I meant this line in particular:

    if (emote.childwidget > 20) {

    If the value is 20 (ie clap) then nothing happens 👍

    Link to comment
    Share on other sites

    53 minutes ago, holic said:

    Right..It's obfuscated so it might not be line 130 but I meant this line in particular:

    
    if (emote.childwidget > 20) {

    If the value is 20 (ie clap) then nothing happens 👍

    Will be fixed in new build :)

    Link to comment
    Share on other sites

    @Pandemic

    Why does this work:

            this.addWindowListener(new WindowAdapter(){
                public void windowClosing(WindowEvent e){
                    //ctx.stop();
                    ctx.setState(ScriptManager$State.STOP);
                }
            });

    But this doesn't?

            this.addWindowListener(new WindowAdapter(){
                public void windowClosing(WindowEvent e){
                    ctx.stop();
                    //ctx.setState(ScriptManager$State.STOP);
                }
            });

    Script still running even after GUI close. Weird. Well anyway. Cheers. Love the new client looks way more than old one. its fashionable.

    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.