Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to use mount with item ID in Mount options?

Featured Replies

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

 

image.png.fedfa6aa88b6bfb4498746096bce83a3.pngimage.png.4690762204ae442012986db2d731d46d.png

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

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.