dada 0 Posted June 11, 2022 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 ?!!
Hmm 31 Posted June 11, 2022 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. dada 1
dada 0 Author Posted June 11, 2022 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
dada 0 Author Posted June 12, 2022 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
Hmm 31 Posted June 12, 2022 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");
dada 0 Author Posted June 12, 2022 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 ?
Hmm 31 Posted June 12, 2022 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. dada 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now