Jump to content
  • Taskbar Icon change to indicate that bot is active


    qwe
    • Version: All Product: WRobot General Type: Suggestion Status: Not Added

    Please consider some way to indicate that bot is activated. It would be really usefull especially when running in wRotation mode. Maybe slight taskbar icon change for example.



    User Feedback

    Recommended Comments

    You can try to use WRobot plugin like (write in wow chat bot stat) Main.cs:

    public class Main : wManager.Plugin.IPlugin
    {
        public void Initialize()
        {
            wManager.Wow.Helpers.Lua.LuaDoString("print('Started')");
        }
    
        public void Dispose()
        {
            wManager.Wow.Helpers.Lua.LuaDoString("print('Stopped')");
        }
    
        public void Settings()
        {
        }
    }

     

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...