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
  • Why isn't this working?


    Synergy1

    Recommended Posts

    Are there any errors in the debug console?

    Nope. After opening the bank, depositing the (u) bows, and withdrawing more logs, the script just stay still doing nothing...

    Fixed, Now I would like to know how to type when the Enter amount option appears, this is how the method looks like now:

    private void fletch(){
            Item log = getInventory().getRandom("Maple logs");
            Item knife = getInventory().get("Knife");
            if(log != null && knife != null && !getDialogues().inDialogue()){
                knife.useOn(log);
    
            }
            if(log != null && knife != null && getDialogues().inDialogue()){
                WidgetChild child = getWidgets().getWidgetChildrenContainingText("Maple Long Bow").get(0);
                if (child != null) {
                    child.interact("Make X");
                    
                }
            }
    
        }
    
    Link to comment
    Share on other sites

    Well, I advanced a little bit with the Script and it's now capable of cutting and stringing any bow type avaible in fletching. GUI finished. Finishing Paint... @ you can close this topic...

    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.