thxgod1 14 Posted May 24, 2019 Share Posted May 24, 2019 @Droidz you should test on Dragonblight, flying mount is literally not usable there, I can give you details for lvl 65 account with flying mount for you to test with Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-53968 Share on other sites More sharing options...
spehno 1 Posted June 5, 2019 Share Posted June 5, 2019 Did anyone find a solution to this problem? Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54322 Share on other sites More sharing options...
Droidz 2738 Posted June 5, 2019 Share Posted June 5, 2019 Hello, I have never managed to reproduce the problem, can you share the log file of the session or you have this problem. Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54324 Share on other sites More sharing options...
spehno 1 Posted June 5, 2019 Share Posted June 5, 2019 Here is the log. 5 Jun 2019 01H05.log.html Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54325 Share on other sites More sharing options...
thxgod1 14 Posted June 7, 2019 Share Posted June 7, 2019 turning off "lua to move" in setting helps reducing the problem BetterSister 1 Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54364 Share on other sites More sharing options...
spehno 1 Posted June 28, 2019 Share Posted June 28, 2019 I believe I've fixed it after a ton of testing. I think it has to do with the Path finder: Wall distance setting. That option set to higher than 1.0 fixes the problem. Hope this helps people. thxgod1 1 Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54756 Share on other sites More sharing options...
Andoido 75 Posted June 30, 2019 Author Share Posted June 30, 2019 I could not get this to work. i disabled every addon (HMP, move during combat,) even the "use path finder" like droidz said, and the fucker still spirals up into the air. so i gave up and just use a ground mount, sucks i know Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54773 Share on other sites More sharing options...
TheSmokie 242 Posted June 30, 2019 Share Posted June 30, 2019 There might be a way to use space bar to fly up if you get to a amount of feet close to the ground. I’ve been thinking about adding it to my person / private group channel but you’d have to hard code each and every state into the flying to make sure you don’t fly over a quest mob or fly over a herb. Idk if it’s worth putting my time into it if it only happens to a few people Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54775 Share on other sites More sharing options...
thxgod1 14 Posted June 30, 2019 Share Posted June 30, 2019 I do think it is profile related and this spiraling always happens above terrain thats difficultm e.g. if fly above ruins with lots of walls it happens - if you just put flying waypoints over plain terrain it never happens Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-54777 Share on other sites More sharing options...
mykaiwr 0 Posted September 27, 2019 Share Posted September 27, 2019 I have the same problem with your private server. Has your problem been solved? Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-55902 Share on other sites More sharing options...
Energia 20 Posted October 16, 2019 Share Posted October 16, 2019 Bump. Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-56004 Share on other sites More sharing options...
spam4u 0 Posted March 14, 2021 Share Posted March 14, 2021 Bump. Anyone have luck fixing this? Happening to me now on Whitemane Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-61548 Share on other sites More sharing options...
Weer36 3 Posted July 31 Share Posted July 31 @droidz To reproduce this, press Enter key for start chatting, when you in mounted fly mount in the air. Now bot will fly up endlessly Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-69500 Share on other sites More sharing options...
Droidz 2738 Posted August 1 Share Posted August 1 Hello, using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { bool _isLaunched; public void Initialize() { _isLaunched = true; while (_isLaunched) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause) { if (Usefuls.TextBoxActivated()) { Logging.Write("Close chat box"); Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, Keys.Enter); } } Thread.Sleep(500); } } public void Dispose() { _isLaunched = false; } public void Settings() { } } Main.cs Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-69502 Share on other sites More sharing options...
Weer36 3 Posted August 2 Share Posted August 2 nice trick, ty Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-69503 Share on other sites More sharing options...
Weer36 3 Posted August 2 Share Posted August 2 But it was sample for behavior, problem is not in opened chatbox. Sometimes bot flyes "to the Moon" without opened chatbox Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-69504 Share on other sites More sharing options...
Droidz 2738 Posted August 5 Share Posted August 5 On 8/2/2024 at 12:30 PM, Weer36 said: But it was sample for behavior, problem is not in opened chatbox. Sometimes bot flyes "to the Moon" without opened chatbox Check the logs (and share them here) to see what the bot is doing. Enable 3D radar to watch where the bot is trying to go (maybe a profile position is outside the flyable area or an object to pick up). Link to comment https://wrobot.eu/forums/topic/11255-flying-mounts-broken-in-tbcwotlk/?page=2#findComment-69510 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