I looked, but I can't find the answer... menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    theoldstrut's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I looked, but I can't find the answer...

    Trying to turn off the greyed out overlay on items.

    Found that we edit a file called Pluginenablerordisabler.txt and change a line of code into 'false' ...

    When i opened the file, it was already set to false. So I renamed it to end in .cs and started turbo hud up again. Nothing changed.... attached is what my file looks like....

    Any help with this is most appreciated, thanks everyone.

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    // *.txt files are not loaded automatically by TurboHUD
    // you have to change this file's extension to .cs to enable it
    // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    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);
    }

    // "Customize" methods are automatically executed after every plugin is loaded.
    // So these methods can use Hud.GetPlugin<class> to access the plugin instances' public properties (like decorators, Enabled flag, parameters, etc)
    // Make sure you test the return value against null!
    public void Customize()
    {
    // basic examples

    // turn on MultiplayerExperienceRangePlugin
    Hud.TogglePlugin<MultiplayerExperienceRangePlugin>(true);

    // turn off sell darkening
    Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = False;

    // disable arcane affix label
    Hud.GetPlugin<EliteMonsterAffixPlugin>().AffixDecorators.Remove(MonsterAffix.Arc ane);

    // override an elite affix's text
    Hud.GetPlugin<EliteMonsterAffixPlugin>().CustomAffixNames.Add(MonsterAffix.Desec rator, "DES");
    }

    }

    }

    I looked, but I can't find the answer...
  2. #2
    Vern1701's Avatar Active Member
    Reputation
    53
    Join Date
    Mar 2017
    Posts
    320
    Thanks G/R
    12/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change the extension from .txt to .cs. Add the line under //turn off sell darkening in the main section under all the green text.

  3. #3
    theoldstrut's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vern1701 View Post
    Change the extension from .txt to .cs. Add the line under //turn off sell darkening in the main section under all the green text.
    I don't see any green text in the file... could you copy paste what you mean?

Similar Threads

  1. Can't find the problem!
    By fatefirst in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 07-19-2008, 07:54 AM
  2. [HELP] Were can i find the latest LUA files??
    By emil94 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 07-07-2008, 05:42 AM
  3. Where can I find the display ids of things that don't have object ids?
    By PiePirate in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 12-19-2007, 08:14 AM
  4. How can I find the deviate.m2
    By Fayth in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 09-11-2007, 03:56 AM
All times are GMT -5. The time now is 03:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search