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.

The bot misses a lot of resources after landing.

Featured Replies

After the bot descends from the mount near the resource, it can not collect it. The label appears: "Can't do that while moving."  If you take a step back, it will collect the resource. In the form of a bird, he also can not collect a resource. Another problem is that he can't use the mammoth for sale. This can be seen in the second video. "You have collected this mount but it is not usable on this character" But I can summon it manually. The bot can't.

 

  • Author

If you press the move button after landing, it will be able to collect the resource. I have to put an automatic clicker so that it presses the forward key for one millisecond every 2 seconds so that the bot can collect all the resources ? but this prevents me from using a computer mouse)

It is probably server problem, try this plugin:

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

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) =>
        {
            if (ObjectManager.GetObjectByGuid(target) is WoWGameObject)
            {
                Move.Backward();
                Move.Forward();
                Thread.Sleep(30);
            }
        };
    }

    public void Dispose()
    { }

    public void Settings()
    { }
}

 

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.