bio33 12 Posted August 9, 2018 Share Posted August 9, 2018 Is it possible to add this function? I saw this function in honnorbudy Pudge 1 Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/ Share on other sites More sharing options...
Droidz 2738 Posted August 9, 2018 Share Posted August 9, 2018 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() { } } Pudge and Matenia 2 Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/#findComment-46497 Share on other sites More sharing options...
bio33 12 Posted August 10, 2018 Author Share Posted August 10, 2018 thanks very much Pudge 1 Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/#findComment-46517 Share on other sites More sharing options...
ScripterQQ 89 Posted August 10, 2018 Share Posted August 10, 2018 That's good! Thanks I will try it later ? Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/#findComment-46520 Share on other sites More sharing options...
bio33 12 Posted August 26, 2018 Author Share Posted August 26, 2018 I found a problem in this plugin, if the bot's window closes, the bot can not connect to the warcraft again Pudge 1 Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/#findComment-46871 Share on other sites More sharing options...
Droidz 2738 Posted August 27, 2018 Share Posted August 27, 2018 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) Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/#findComment-46897 Share on other sites More sharing options...
mykaiwr 0 Posted November 11, 2019 Share Posted November 11, 2019 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? Link to comment https://wrobot.eu/forums/topic/9913-character-nickname-in-title-of-wow-window/#findComment-56116 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now