October 15, 20205 yr I use Grinder mode.but my sever the mount is an item in a backpack.How do I set up items that let me use backpacks as mounts?
October 15, 20205 yr Author 1 hour ago, Droidz said: Hello, you play in Wotlk? put item name don't works? Yes,Wotlk,i put id in there cant use,and i put item name there still cant use.There is no forced use of the flight mount option, in Grindr mode.
October 23, 20205 yr you have the wrong ID. and youre not using the english client which could cause problems. the mount you have is one of those: Swift Nether Drake - 30609 Merciless Nether Drake - 30609 Vengeful Nether Drake - 37676 Brutal Nether Drake - 43516 put the name in and it works
October 23, 20205 yr If by name that don't works, in settings put buff name like his happer in game when you mouse is over (top/right), and use this plugin: Main.cs using System.ComponentModel; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.OthersEvents.OnMount += delegate(string name, CancelEventArgs cancelable) { MovementManager.StopMoveTo(); // or MovementManager.StopMove(); ItemsManager.UseItem(67009); Usefuls.WaitIsCasting(); cancelable.Cancel = true; }; } public void Dispose() { } public void Settings() { } } (this plugin will use item when WRobot will try to use mount spell)
Create an account or sign in to comment