thetaxi 1 Posted March 30, 2023 Share Posted March 30, 2023 Im on a server that allows flying mount use in Azeroth in 3.3.5. I made a gatherer profile using flying locations but it still will only a ground mount. If i put a flying mount in as the ground mount, it will mount but not fly. How can i force it to fly? Link to comment https://wrobot.eu/forums/topic/15117-using-a-flying-mount-in-azeroth-335/ Share on other sites More sharing options...
Droidz 2738 Posted March 30, 2023 Share Posted March 30, 2023 Hi, try to use this plugin : public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Wow.Helpers.Usefuls.ForceIsFlyableArea = true; } public void Dispose() { } public void Settings() { } } (and leaves in land mount the name of the flying mount) Link to comment https://wrobot.eu/forums/topic/15117-using-a-flying-mount-in-azeroth-335/#findComment-67928 Share on other sites More sharing options...
thetaxi 1 Posted March 30, 2023 Author Share Posted March 30, 2023 This Worked Thank you! Next- Make Druid harvest while in shapeshift form! Link to comment https://wrobot.eu/forums/topic/15117-using-a-flying-mount-in-azeroth-335/#findComment-67929 Share on other sites More sharing options...
thetaxi 1 Posted March 31, 2023 Author Share Posted March 31, 2023 So now it stopped working. Should it be a dll file or cs file? I am getting an error as a dll file and doing nothing as a cs file. Log Entry : [D] 12:38:03 - [MovementManager] You try to use flying/swimming path but you cannot fly/swim here, try to use ground mouvement... AzerothFly.cs AzerothFly.dll Link to comment https://wrobot.eu/forums/topic/15117-using-a-flying-mount-in-azeroth-335/#findComment-67936 Share on other sites More sharing options...
Droidz 2738 Posted April 1, 2023 Share Posted April 1, 2023 Hello, You must use the .cs file (or compile your .cs file into a dll file, renaming it is not enough). Link to comment https://wrobot.eu/forums/topic/15117-using-a-flying-mount-in-azeroth-335/#findComment-67940 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