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.

How to use “MoveManager” in the state the soul

Featured Replies

  • Author
4 hours ago, Droidz said:

Hello, can you share the party of your code? You call it from where ? GoToTask by default doesn't work if your character is dead, but if you use movementmanager you shouldn't have this problem.

In Quester mode,RunCode:MovementManager.Go(PathFinder.FindPath(new Vector3(819.1201, 541.1679, 34.26245, "None")), false);

You need to wait after movementmanager usage :

        MovementManager.Go(PathFinder.FindPath(new Vector3(819.1201, 541.1679, 34.26245, "None")), false);
        while (MovementManager.InMovement &&
               Conditions.InGameAndConnectedAndProductStartedNotInPause)
        {
            Thread.Sleep(100);
        }

But, I don't think the quester executes this code from a runcode step when the character is dead.

  • Author
On 7/15/2023 at 2:31 AM, Droidz said:

You need to wait after movementmanager usage :

        MovementManager.Go(PathFinder.FindPath(new Vector3(819.1201, 541.1679, 34.26245, "None")), false);
        while (MovementManager.InMovement &&
               Conditions.InGameAndConnectedAndProductStartedNotInPause)
        {
            Thread.Sleep(100);
        }

But, I don't think the quester executes this code from a runcode step when the character is dead.

I think because I'm not accurate enough,I describe it in detail:
In Quester mode, character will force automatically search for bodies, Can't use a custom script control movement.
How to let it is not automatic, but using a script to control.

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.