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.

i know mount but cant use

  • Product: WRobot General
  • Type: Bug
  • Status: Unconfirmed

i have problem on wow circle for grinder to use tundras mount say that i know it but can not use but some times i can use it but generaly cant

User Feedback

Recommended Comments

piter007

Members

вы его изучили но не можете испольовать в такаклизме на bfa макрос также не запускает маунта

piter007

Members

_211219195109.png

piter007

Members

manualy casting ok but macros and bot not working

Try to use this bot plugin : Main.cs

using robotManager.Helpful;
using wManager.Wow.Helpers;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        robotManager.Events.LoggingEvents.OnAddLog += delegate(Logging.Log log)
        {
            if (log.Text.Contains("Cast Тундровый мамонт путешественника (Traveler's Tundra Mammoth)"))
            {
                Lua.LuaDoString("RunMacroText(\"/cast Тундровый мамонт путешественника\")");
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

piter007

Members

thank you for this plugin

i have tried this code but it not help
and i try another combinations
put mount on right bottom bar

now it casting two times - 1 one its problem and another one is working
maybe you know how to replace for one casting time

Main.cs

using robotManager.Helpful;
using wManager.Wow.Helpers;
using System.Diagnostics;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        var timer = Stopwatch.StartNew();
        robotManager.Events.LoggingEvents.OnAddLog += delegate (Logging.Log log)
        {
            if (timer.ElapsedMilliseconds > 3000 && log.Text.Contains("(Traveler's Tundra Mammoth)"))
            {
                Logging.WriteDebug("Press MultiBarBottomRightButton1");
                Lua.LuaDoString("RunMacroText(\"/click MultiBarBottomRightButton1\")");
                timer.Restart();
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

You can try this code please

piter007

Members

do not work click, just show the screen error
 

using robotManager.Helpful;
using wManager.Wow.Helpers;
using System.Diagnostics;

public class Main : wManager.Plugin.IPlugin
{
    public void Initialize()
    {
        var timer = Stopwatch.StartNew();
        robotManager.Events.LoggingEvents.OnAddLog += delegate (Logging.Log log)
        {
            if (timer.ElapsedMilliseconds > 3000 && log.Text.Contains("Tundra Mammoth)"))
            {
                Logging.WriteDebug("Press MultiBarBottomRightButton1");
                Lua.LuaDoString("RunMacroText(\"/click MultiBarBottomRightButton1\")");
                timer.Restart();
            }
        };
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

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.