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.

Intercepting gathering movement with plugin?

Featured Replies

Hi,

is it possible to "intercept/override" the "move-to-gather node" state of gatherer?

I want to add some basic anti-stuck when flying to a node via a plugin.

Like ascending / strafing some yards when distance to the gathe rnode does not change for like 5 seconds.

Thanks  for any help

Hello, do you have try with this events 

        wManager.Events.MovementEvents.OnPulseStuckResolver += delegate(CancelEventArgs cancelable)
        {
            
        };

        wManager.Events.MovementEvents.OnSeemStuck += delegate
        {
            
        };

You can try to check status if you want run this code only when you farming

if (robotManager.Helpful.Logging.Status == "Farming")

(you can also read last log)

  • Author

Hi, thank you, Droidz!

the

robotManager.Helpful.Logging.Status == "Farming"

trick is working quite well ;)

I also want to add some JumpOrAscend when gatherer detects the "next/new" gatherig node that is "above" the char.
Because currently the movement looks very stuttering when gatherer flies to a node with node.z >  me.z   (looks like it runs up stairs).

How to readout the position of the current  node/POI gatherer is focused on ?

Thank you in advanced.

 

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.