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
  • how can i teleport to minigame Soul Wars


    dada

    Recommended Posts

    this is my try to teleport to minigame soul wars and the widgit has 2 children id and didnt found a method to handel it .

    private void Tele_to_Soul(){
            Widgets.getChildWidget(161,42).interact("Grouping");
            if( Widgets.getChildWidget(76,7).isVisible()){
                Widgets.getChildWidget(76,7).interact();
                if( Widgets.getChildWidget(76,18).isVisible()) {
                    for(int i=0;i<4;i++){
                        Widgets.getChildWidget(76,19).getChild(5).interact();  //==========> here my try to handle the 3 widgit ids
                        sleep(random(350,800));
                    }
                    Widgets.getChildWidget(76, 18).getChild(18).interact("Select");
                }else{
                    Widgets.getMatchingWidget(widgetChild -> widgetChild.getText().contains("Soul Wars")).interact("Select");
                }
                // if(getWidgets().containingText(76,"Soul Wars").contains("Soul Wars")){
                if( Widgets.getChildWidget(76,26).interact("Teleport to")) sleepUntil(()-> getLocalPlayer().getAnimation()==-1 && Bank_Area.contains(getLocalPlayer()),30000);
                // }
            }
        }

    any way for teleport or some help ?!!

    Link to comment
    Share on other sites

    Hi,

    I have prepared a utility class for handling minigame teleportation via the minigame interface.

    Follow the thread and I hope it solves your problem.

     

    Link to comment
    Share on other sites

    5 hours ago, Hmm said:

    Hi,

    I have prepared a utility class for handling minigame teleportation via the minigame interface.

    Follow the thread and I hope it solves your problem.

     

    thanks very much

    Link to comment
    Share on other sites

    On 6/11/2022 at 2:17 PM, Hmm said:

    Hi,

    I have prepared a utility class for handling minigame teleportation via the minigame interface.

    Follow the thread and I hope it solves your problem.

     

    it didn't select the minigame "Soul Wars"

    it didn't work

    Link to comment
    Share on other sites

    11 minutes ago, dada said:

    it didn't select the minigame "Soul Wars"

    it didn't work

    That is strange, it is working for me.

    MinigameTeleporter.teleportMinigame("Soul Wars");
    Link to comment
    Share on other sites

    6 minutes ago, Hmm said:

    That is strange, it is working for me.

    MinigameTeleporter.teleportMinigame("Soul Wars");

    yes i try this but didn't select the soul wars minigame i try to solve it

    Are you try to teleport to "Soul Wars" minigame ?

    Link to comment
    Share on other sites

    19 minutes ago, dada said:

    yes i try this but didn't select the soul wars minigame i try to solve it

    Are you try to teleport to "Soul Wars" minigame ?

    Yep, I did try Soul Wars.

    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.