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.

Bot Auto Accepting Invitations

  • Version: All
  • Product: WRobot General
  • Type: Bug
  • Status: Cannot Reproduce

Hello, I noticed the Wrobot automatically accepts group invites, I was using battlegrounder and auction house features, but it probably happens with all the products.

I checked into the options in order to see if I missed some checkbox but didn't find anything.

 

Thanks for reading

User Feedback

Recommended Comments

Hello, check if this problem is not caused by your wrobot plugins/wow addons.

You can also try to use WRobot plugin like 

using System.Threading;
using wManager.Wow.Enums;
using wManager.Wow.Helpers;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        EventsLua.AttachEventLua(LuaEventsId.PARTY_INVITE_REQUEST, OnInviteRequest);
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }

    void OnInviteRequest(object context)
    {
        try
        {
            if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
            {
                Lua.LuaDoString("DeclineGroup();");
                Thread.Sleep(Usefuls.Latency + 50);
                Lua.LuaDoString("StaticPopup_Hide('PARTY_INVITE');");
                // Lua.LuaDoString("LeaveParty();");
            }
        }
        catch { }
    }
}

to decline group invitation

ScripterQQ

Members

I tried again, and the wrobot was not accpeting group invites (but I was not doing anything), so I think it has something to do with the "click yes button", when invited to group, or when purchasing items on AH, when you need to press "accept/yes" to confirm actions basically, maybe it is that?

I will try that plugin soon and see what happens.

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.