xiaokeer 0 Posted January 25 Share Posted January 25 I don't want to click multiple times to open a specific plugin in multiple different roles, I need to execute a piece of code directly with runcode in my Quester mode to activate the plugin I need Link to comment https://wrobot.eu/forums/topic/15602-commands-for-activating-a-specified-plug-in-with-runcode-in-questr-mode/ Share on other sites More sharing options...
Marsbar 228 Posted January 25 Share Posted January 25 wManager.wManagerSetting.CurrentSetting.PluginsSettings.Single(x=>x.FileName == "mQuestObjMarker.dll").Actif = true; wManager.wManagerSetting.CurrentSetting.Save(); wManager.Plugin.PluginsManager.LoadAllPlugins(); Add this to your RunCode step and change the plugin name to what your plugin name is (replace "mQuestObjMarker.dll"). Link to comment https://wrobot.eu/forums/topic/15602-commands-for-activating-a-specified-plug-in-with-runcode-in-questr-mode/#findComment-69883 Share on other sites More sharing options...
xiaokeer 0 Posted January 27 Author Share Posted January 27 On 1/26/2025 at 4:18 AM, Marsbar said: wManager.wManagerSetting.CurrentSetting.PluginsSettings.Single(x=>x.FileName == "mQuestObjMarker.dll").Actif = true; wManager.wManagerSetting.CurrentSetting.Save(); wManager.Plugin.PluginsManager.LoadAllPlugins(); 将此代码添加到您的 RunCode 步骤中,并将插件名称更改为您的插件名称(替换“mQuestObjMarker.dll”)。 This code is usable, thank you for your help Link to comment https://wrobot.eu/forums/topic/15602-commands-for-activating-a-specified-plug-in-with-runcode-in-questr-mode/#findComment-69886 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