Exception due to some lines in Plugins\User\UserPluginOnOff menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Khildrax's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    12
    Thanks G/R
    19/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exception due to some lines in Plugins\User\UserPluginOnOff

    I reduce the code to the minimum but still get the exceptions:
    2020.08.20 13:27:47.575 20.8.19.0 suspicious code in plugin file: '...\TurboHUD 20.8.19\Plugins\User\UserPluginOnOff.cs': possibly trying to hide behaviour with unicode characters.

    My code is:
    using Turbo.Plugins.Default;
    namespace Turbo.Plugins.User
    {
    public class PluginEnablerOrDisablerPlugin : BasePlugin, ICustomizer
    {
    public PluginEnablerOrDisablerPlugin()
    {
    Enabled = true;
    }
    public override void Load(IController hud)
    {
    base.Load(hud);
    }
    public void Customize()
    {
    // remove capture
    Hud.TogglePlugin<ParagonCapturePlugin>(false);
    // remove attribute (skills/stats bar) from EHP to xp/hour
    Hud.GetPlugin<AttributeLabelListPlugin>().Enabled = false;
    // remove skill under monster to make Wizard more visible
    Hud.GetPlugin<EliteMonsterAffixPlugin>().Enabled = false;
    // turn off sell darkening
    Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = false;
    // turn on MultiplayerExperienceRangePlugin
    Hud.TogglePlugin<MultiplayerExperienceRangePlugin>(true);
    }
    }
    }

    Exception due to some lines in Plugins\User\UserPluginOnOff
  2. #2
    itsmylife's Avatar Active Member
    Reputation
    23
    Join Date
    Jun 2012
    Posts
    232
    Thanks G/R
    32/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The code you posted is from "PluginEnablerOrDisablerPlugin.cs" but the suspicious code is in "UserPluginOnOff.cs". Search the last file for "/Uxxxx" and replace this Unicode char with the corresponding symbol.

  3. #3
    Khildrax's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    12
    Thanks G/R
    19/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks. I fix it. As you see there is no Unicode character above. It was in this comment

    // \config\ui_default = ui_default_labels_run_stats.XML
    So no "\U" anywhere, even in comments

  4. #4
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Khildrax View Post
    Thanks. I fix it. As you see there is no Unicode character above. It was in this comment



    So no "\U" anywhere, even in comments
    Code:
    // \config\ui_default = ui_default_labels_run_stats.XML
    That could've been it (the red highlighted part).

Similar Threads

  1. Replies: 2
    Last Post: 07-22-2020, 03:16 PM
  2. Replies: 24
    Last Post: 04-17-2008, 05:50 AM
  3. Some exploration in stonetalon, new to me!
    By pawned2 in forum World of Warcraft Exploration
    Replies: 2
    Last Post: 03-18-2008, 10:14 PM
  4. How to skip some groups in instances!
    By Rekei in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 06-02-2007, 03:36 PM
  5. Need some advice in regards to item creation for WoWEmu
    By Gothian in forum World of Warcraft General
    Replies: 1
    Last Post: 08-27-2006, 06:52 AM
All times are GMT -5. The time now is 09:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search