Jump to content

Using a Flying Mount in Azeroth 3.3.5


thetaxi

Recommended Posts

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
Share on other sites

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
Share on other sites

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...

error snip.PNG

AzerothFly.cs AzerothFly.dll

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...