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.

Character nickname in title of wow window

Featured Replies

Hello,

Use this plugin: Change Wow Window Title.cs

using System;
using System.Runtime.InteropServices;

public class Main : wManager.Plugin.IPlugin
{
    [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
    public static extern bool SetWindowText(IntPtr hwnd, String lpString);

    public void Initialize()
    {
        try
        {
            SetWindowText(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, wManager.Wow.ObjectManager.ObjectManager.Me.Name);
        }
        catch {}
    }

    public void Dispose()
    {
    }

    public void Settings()
    {
    }
}

 

  • 3 weeks later...
  • 1 year later...
On 2018/8/27 at PM5点32分, Droidz said:

要搜索Wow窗口,WRobot使用进程名称(Wow.exe)或窗口名称(World of Warcraft)

 

What if the process name is changed to jhwow.exe?

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.