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.

Swimming under water

Featured Replies

Hello, try this plugin: CTMWhenSwimming.cs

using wManager.Wow.ObjectManager;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        wManager.Events.MovementEvents.OnMoveToLoop += () =>
        {
            if (ObjectManager.Me.IsSwimming)
                wManager.wManagerSetting.CurrentSetting.UseCTM = true;
            else
                wManager.wManagerSetting.CurrentSetting.UseCTM = false;
        };
    }

    public void Dispose()
    {
        wManager.wManagerSetting.CurrentSetting.UseCTM = false;
    }

    public void Settings()
    {
    }
}

 

You can also run this code in your quest profile (only one time by session):

        wManager.Events.MovementEvents.OnMoveToLoop += () =>
        {
            if (wManager.Wow.ObjectManager.ObjectManager.Me.IsSwimming)
                wManager.wManagerSetting.CurrentSetting.UseCTM = true;
            else
                wManager.wManagerSetting.CurrentSetting.UseCTM = false;
        };

 

  • 1 month later...
  • 1 month later...
  • 3 weeks later...

Water isnt working for me too. Stuttering all the swimming way. Even with plugin Droidz

On 15.03.2017 at 2:57 PM, Droidz said:

In the last update, CTM is disabled by default, but when you are in water CTM is used automaticly (you don't need to use this plugin now).

 

7 hours ago, maukor said:

https://gyazo.com/de2e595ddb926397e5f48f0f7452598b

With plugin. and other different settings

 

That looks like it might be the fight class. I had an issue with mine doing that because it was trying to stop moving to cast a spell, but it would be moving to try and get in range. 

 

Does it only happen when running to a mob to attack?

Edited by KnightRyder
added question!

On 2017-5-16 at 10:05 PM, KnightRyder said:

 

That looks like it might be the fight class. I had an issue with mine doing that because it was trying to stop moving to cast a spell, but it would be moving to try and get in range. 

 

Does it only happen when running to a mob to attack?

I get this also and no it doesn't only do it when running to a mob, i think its actually CTM bugging out rather than the swimming itself, if you manually rightclick somewhere CTM should move you there but it moves for like 1 second and stops. Now just gotta figure out why CTM is somehow breaking

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.