Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

It doesnt click an option, widgets dont return

Featured Replies

it continue's untill it hits the options and then it just stops thank you in advance ❤

 

```

case "TALK1":
            String[] options = new String []{
                    "Click to continue","I am brand new! This is my first time here.", "I've played in the past, but not recently.", "I am an experienced player."
                };
            
                sleep(random(1435,2130));
                NPC Gielinor = npcs.closest("Gielinor Guide");
                if (Gielinor != null) {
                Gielinor.interact("Talk-to");{
                sleep(random(1435,2130));
                                                
                
                if(getDialogues().completeDialogueU(options)) {
                    
                    
                    sleep(random(200, 700));
                }
                
                }
    
                }
                
        
        break;

```

Edited by mousbros

  • Author
12 minutes ago, Gunman said:

@mousbros Thought I told you a lot of the dialogue API methods are borked on tut island? You gotta make your own dialogue handler using widgets(may be possible with color detection). If those widgets != null 


getDialogues().clickContinue();

else do other things

case "TALK1":
            RS2Widget IAM = getWidgets().get(219, 1, 1);
            
                sleep(random(1435,2130));
                NPC Gielinor = npcs.closest("Gielinor Guide");
                if (Gielinor != null) {
                Gielinor.interact("Talk-to");{
                sleep(random(1435,2130));
                                                
                
                if(getDialogues().completeDialogueU()) {
                    
                    
                    sleep(random(200, 700));
                }
                
                }
                if(IAM != null) {
                    IAM.interact("I've played in the past, but not recently.");
                }
                }
                
        
        break;

 

bro i did that plenty of times, it continues untill it hits the options where i have to choose if the player is new or not

Edited by mousbros

  • Author
5 minutes ago, Gunman said:

@mousbrosNow make a check for if dialogue is pending but you can't use any of the complete dialogue API methods it will get stuck and break. Use 


getDialogues().selectOption()

or widgets

my man as you can see im using widgets and it doesnt interact with them, did I place them correct in the script?

2 hours ago, mousbros said:

my man as you can see im using widgets and it doesnt interact with them, did I place them correct in the script?

You are setting the widget too soon. Set it once you are expecting to interact with it.

Edited by BravoTaco

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.