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.

wait for a few minutes to resurrect

Featured Replies

After being killed by an opposing camp, I always resurrect immediately and repeat it all the time. How do I set up to release the corpse, run to the body position and wait for a few minutes to resurrect? What's more, how to wait 30 seconds for the NPC to resurrect after the death of winter grasp battlefield, instead of running to the corpse.

Its an instanced battleground right? In that case you will need to make a BG profile for that specific BG... but i cant tell for sure, since i dont use battlegrounder. its not working properly to leave it running without monitoring

hello, try plugin like:

using System.Threading;
using wManager.Wow.Bot.States;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) =>
        {
            if (state is Resurrect || state is ResurrectBG)
            {
                Thread.Sleep(1000 * 30);
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

Wait Resurrect.cs

  • Author
On 5/27/2019 at 11:28 PM, thxgod1 said:

Its an instanced battleground right? In that case you will need to make a BG profile for that specific BG... but i cant tell for sure, since i dont use battlegrounder. its not working properly to leave it running without monitoring

This is a map that can fly to collect minerals and herbs. After being killed by the opposing faction, the soul doctor is revived. I need to wait 30 seconds to revive after being killed, not run to the corpse.

  • Author
On 5/28/2019 at 1:34 AM, Droidz said:

hello, try plugin like:


using System.Threading;
using wManager.Wow.Bot.States;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) =>
        {
            if (state is Resurrect || state is ResurrectBG)
            {
                Thread.Sleep(1000 * 30);
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

Thank you for your answer. Can I set this up by myself and wait for how long to resurrect? Three minutes or 30 seconds, set by myself.

Wait Resurrect.cs 499 B · 1 download

 

  • Author
On 5/28/2019 at 1:34 AM, Droidz said:

hello, try plugin like:


using System.Threading;
using wManager.Wow.Bot.States;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) =>
        {
            if (state is Resurrect || state is ResurrectBG)
            {
                Thread.Sleep(1000 * 30);
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

Wait Resurrect.cs 499 B · 4 downloads

Could you change it to wait 30 seconds after releasing your soul? It's not about waiting 30 seconds to release your soul.

  • Author

I explained that in winter grasp was killed, nothing needed to be done, waiting for the NPC to resurrect, just like in the battlefield, there was no need to run to the corpse. How should I set it up?

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.