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.

Unpause bot on combat

  • Version: All
  • Product: WRobot General
  • Type: Suggestion
  • Status: Not a Bug

Servus,

if you have set the security option "Pause bot if nearby player" the bot will enter a pause after n seconds (where n is set to 20 by default).
Unfortunately, if this player hangs around you will be killed if an enemy npc comes along (or respawns).

Could you please add the option "unpause if attacked" so the bot strikes back on emergency?
If the player(s) are still around, the bot would anyhow pause again after n seconds... voilá

User Feedback

Recommended Comments

Atreides

Members

I would like to confim this.

The option to pause bot if a player is nearby is great to avoid player reports - but if a character is attacked by a npc in free world it looks like a bot because no human would go afk on a unsafe place.
If the bot wakes up while beeing attacked all would be great because it would look like the character was just grabbing in inventory...

Beyond danger the bot would go to pause if the other player is still in range and all is fine.

Great idea!!

Stauffenberg

Members

Thank you Atreides, so i think i am not alone with the problem.

Worst annoying is if the other player is a foreign bot with this option set - so both will pause and the last killed mob will respawn one minute later...
Nevertheless i would not like to go without this security option because the most danger is to be reported by a human

Stauffenberg

Hello, try plugin like:

using System.Threading;
using robotManager.Products;
using wManager.Wow.Helpers;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        while (Products.IsStarted)
        {
            if (Conditions.ProductInPause && Conditions.InGameAndConnectedAndAlive && Conditions.IsAttackedAndCannotIgnore)
            {
                Products.InPause = false;
            }
            Thread.Sleep(500);
        }
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

Main.cs

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.