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
  • BlastFurnance Widget


    Neks

    Recommended Posts

    Hey, 

     

    i tried to validate the coffer coin value by validate the widget and get by 

     

     Widget w =Widgets.getWidget(474);
            if(w != null) {
                WidgetChild wc = w.getChild(2);
                if(wc != null)
                {
                    wc.getChild(3);
                }
                Logger.log(wc.getText());
            }

    Sadly the widget does not contain a valid value of stored coins. 

    Link to comment
    Share on other sites

    Sorry... one last question. Can you tell me how to enter input?  

    I was looking for a solution in javadocs and some github repos of V2.... but still no idea how to solve

    Keyboard seems to have no way to enter data. Only keys to hold down.

    Widget I haven't found anything either.

    Dialog only knows the validation Dialogues.canEnterInput

    Link to comment
    Share on other sites

    I'm not actually familiar with the BlastFurnace widgets, but to type normal messages you can use:

    Keyboard.type("Hello", true);

    To type the message "Hello" and press enter afterwards.

    Link to comment
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In 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.