August 9, 20187 yr 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() { } }
August 26, 20187 yr Author I found a problem in this plugin, if the bot's window closes, the bot can not connect to the warcraft again
August 27, 20187 yr On 8/26/2018 at 4:04 AM, bio33 said: I found a problem in this plugin, if the bot's window closes, the bot can not connect to the warcraft again To search Wow window, WRobot use process name (Wow.exe) or window name (World of Warcraft)
November 11, 20196 yr 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