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.

Change time to release spirit

Featured Replies

Hi, 

I want know how change the timer the robot click for release spirit ?

Its not credible when the robot accept to release spirit, he click instant when he die. I dont have problem in my leveling my chars and when i battleground today this is my 4 account in one day banned. 

 

Thank for your help

 

Hello, try plugin like: Main.cs

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        robotManager.Events.FiniteStateMachineEvents.OnRunState +=
            delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable)
            {
                if (wManager.Wow.Helpers.Battleground.IsInBattleground() && state is wManager.Wow.Bot.States.ResurrectBG)
                {
                    System.Threading.Thread.Sleep(1000);
                }
            };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

(replace 1000 by wait time in ms)

On 13/01/2018 at 2:45 AM, Droidz said:

Hello, try plugin like: Main.cs

(replace 1000 by wait time in ms)

There is no way to get this put into the main product via default?

 

instant release on death is an easy flag for people spotting bots in PvP.  I dont see any downsides on a 2-4 random second delay on release.

2 minutes ago, eeny said:

There is no way to get this put into the main product via default?

 

instant release on death is an easy flag for people spotting bots in PvP.  I dont see any downsides on a 2-4 random second delay on release.

Tons of addons will auto-release in battlegrounds. This is not the reason why you get banned in battlegrounds...

  • 8 months later...

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.