March 30, 20233 yr 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?
March 30, 20233 yr 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)
March 31, 20233 yr Author 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
April 1, 20233 yr Hello, You must use the .cs file (or compile your .cs file into a dll file, renaming it is not enough).
Create an account or sign in to comment