Skip to content
View in the app

A better way to browse. Learn more.

WRobot

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.

Select Gossip Option1 while gathering

Featured Replies

I am trying to get a bot to do some gathering tasks similar to a netherwing egg farm.  The bot is correctly going to the item and picking it up- however, the item requires a select gossip option to complete the gather.  Its not a confirm BOP or I could use the plugin.  This is for a private server so no wowhead links.

 

Thanks

  • Author

I think the best solution for me is to modify the auto accept plugin but LUA is not my strong suit.  Here is the existing code:

 

       while (isLaunched && Products.IsStarted)
        {
            if (Conditions.ProductIsStartedNotInPause &&
                Lua.LuaDoString<bool>("return StaticPopup1 and StaticPopup1:IsVisible();"))
            {
                System.Threading.Thread.Sleep(100);
                Lua.LuaDoString("StaticPopup1Button1:Click()");
                Logging.Write("[Auto Accept] Popup accepted");
            }
            System.Threading.Thread.Sleep(100 * 5); // Wait .5 sec

 

 

I know i need to change the second command string to be " SelectGossipOption (1)" but not sure what the first dostring should be. 

 

Thanks again.

Create an account or sign in to comment

Account

Navigation

Search

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.