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.

Commands for activating a specified plug-in with runcode in Questr mode

Featured Replies

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

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").

  • Author
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

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.