zhxwbr8 0 Posted October 15, 2020 Share Posted October 15, 2020 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? Quote Link to post Share on other sites
Droidz 2522 Posted October 15, 2020 Share Posted October 15, 2020 Hello, you play in Wotlk? put item name don't works? Quote Link to post Share on other sites
zhxwbr8 0 Posted October 15, 2020 Author Share Posted October 15, 2020 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. Quote Link to post Share on other sites
Alex1994xcx 0 Posted October 23, 2020 Share Posted October 23, 2020 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 Quote Link to post Share on other sites
Droidz 2522 Posted October 23, 2020 Share Posted October 23, 2020 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) zhxwbr8 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.