insanity 11 Posted February 11, 2017 Share Posted February 11, 2017 Seems the bot cant swim under water, it will just swim above, even tho my coordinates is under water. This is needed for some quests, eg. http://db.vanillagaming.org/?quest=870 Is it possible to force the bot the swim under water? Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/ Share on other sites More sharing options...
Droidz 2738 Posted February 12, 2017 Share Posted February 12, 2017 Hello, Do you use CTm? Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-23567 Share on other sites More sharing options...
insanity 11 Posted February 12, 2017 Author Share Posted February 12, 2017 2 hours ago, Droidz said: Hello, Do you use CTm? No, because CTM is causing my bot to look "bottish" (stuttering) Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-23574 Share on other sites More sharing options...
Droidz 2738 Posted February 13, 2017 Share Posted February 13, 2017 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; }; Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-23591 Share on other sites More sharing options...
insanity 11 Posted February 13, 2017 Author Share Posted February 13, 2017 Thanks, Ill try that out later. Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-23593 Share on other sites More sharing options...
Droidz 2738 Posted March 15, 2017 Share Posted March 15, 2017 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). Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-24825 Share on other sites More sharing options...
Aassdd 0 Posted April 27, 2017 Share Posted April 27, 2017 It is still stuttering very much while in water. Please advice Water in general Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26293 Share on other sites More sharing options...
maukor 34 Posted May 14, 2017 Share Posted May 14, 2017 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). Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26751 Share on other sites More sharing options...
maukor 34 Posted May 16, 2017 Share Posted May 16, 2017 https://gyazo.com/de2e595ddb926397e5f48f0f7452598b With plugin. and other different settings Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26804 Share on other sites More sharing options...
KnightRyder 77 Posted May 16, 2017 Share Posted May 16, 2017 (edited) 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 May 16, 2017 by KnightRyder added question! Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26822 Share on other sites More sharing options...
Marsbar 228 Posted May 18, 2017 Share Posted May 18, 2017 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 Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26846 Share on other sites More sharing options...
Marsbar 228 Posted May 18, 2017 Share Posted May 18, 2017 I think I just found the issue, its to do with WoWs refresh rate. Turn V-Sync off. Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26847 Share on other sites More sharing options...
maukor 34 Posted May 18, 2017 Share Posted May 18, 2017 Not working for me even with V-sync off. No targets near Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26865 Share on other sites More sharing options...
Marsbar 228 Posted May 19, 2017 Share Posted May 19, 2017 8 hours ago, maukor said: Not working for me even with V-sync off. No targets near You running this on a VM? Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26870 Share on other sites More sharing options...
maukor 34 Posted May 19, 2017 Share Posted May 19, 2017 6 hours ago, Marsbar said: You running this on a VM? Nope. host machine. Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26882 Share on other sites More sharing options...
Marsbar 228 Posted May 19, 2017 Share Posted May 19, 2017 25 minutes ago, maukor said: Nope. host machine. If you manually click to move (bot not even running), does it work? Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26883 Share on other sites More sharing options...
philadelphe 2 Posted May 19, 2017 Share Posted May 19, 2017 same problem for me. Bot cant really move in water. Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26892 Share on other sites More sharing options...
rinleezwins 0 Posted May 20, 2017 Share Posted May 20, 2017 Yeap, no way to make it swim. It will keep hitting the water's surface in flight form or mount and eventually skip the node. Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26918 Share on other sites More sharing options...
Matenia 628 Posted May 23, 2017 Share Posted May 23, 2017 The property UseCTM seems to have been removed from wManager.wManager.wManagerSetting. Is there any updated solution for this? Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-26997 Share on other sites More sharing options...
philadelphe 2 Posted May 27, 2017 Share Posted May 27, 2017 That issue was caused by my fightclasse. With a,nother i dont have that problem. Link to comment https://wrobot.eu/forums/topic/5077-swimming-under-water/#findComment-27102 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now