Hide gray items in the inventory menu

User Tag List

Results 1 to 6 of 6
  1. #1
    deleteduser2024a's Avatar Banned
    Reputation
    2
    Join Date
    Apr 2017
    Posts
    12
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hide gray items in the inventory

    Hello can someone tell me how I can change the that in the inventory for some items no longer indicates the gray box ??

    and thank you in advance

    Hide gray items in the inventory
  2. #2
    ch25's Avatar Active Member
    Reputation
    37
    Join Date
    Mar 2017
    Posts
    135
    Thanks G/R
    34/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
                // turn off sell darkening
                Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = false;
    in plugins\User\PluginEnablerOrDisablerPlugin.cs

  3. #3
    deleteduser2024a's Avatar Banned
    Reputation
    2
    Join Date
    Apr 2017
    Posts
    12
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    // turn off sell darkening
    Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = false;


    PluginEnablerOrDisablerPlugin.cs


    I had already done that but it still shows gray in the game strange white

  4. #4
    WRG's Avatar Member
    Reputation
    2
    Join Date
    Jun 2019
    Posts
    9
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BerSerKerEGG View Post
    Hello can someone tell me how I can change the that in the inventory for some items no longer indicates the gray box ??

    and thank you in advance

    I'm kind of late to the party but go into your THUD folder -> Plugins -> Default -> Inventory -> InventoryAndStashPlugin.cs
    From there go to line 18 and change the following "true" to "false".
    Code:
    public bool NotGoodDisplayEnabled { get; set; } = true;

  5. #5
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by WRG View Post
    I'm kind of late to the party but go into your THUD folder -> Plugins -> Default -> Inventory -> InventoryAndStashPlugin.cs
    From there go to line 18 and change the following "true" to "false".
    Code:
    public bool NotGoodDisplayEnabled { get; set; } = true;
    That is the easiest way to do it with no hassle.

    The canonical way is to create a file called: plugins\User\PluginEnablerOrDisablerPlugin.cs
    and have following code in it:
    Code:
    public void Customize()
    {
        // turn off sell darkening
        Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = false;
    }
    The benefit is that you don't have to modify original source code (every time you update) and PluginEnablerOrDisablerPlugin.cs is never overwritten.
    And for clean install you just copy it to new location.
    Unfortunately for some people creating a C# file and editing is just way too overwhelming.

  6. #6
    deleteduser2024a's Avatar Banned
    Reputation
    2
    Join Date
    Apr 2017
    Posts
    12
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    many thanks
    I solved the problem I had done wrong with the file because it was not.

Similar Threads

  1. [How To] How do I remove the cube icon from items in my inventory?
    By Spunkbucket in forum TurboHUD Support
    Replies: 9
    Last Post: 04-06-2019, 03:47 AM
  2. [Question] problem with gray items in the inventory
    By deleteduser2024a in forum TurboHUD Discussions
    Replies: 1
    Last Post: 05-12-2018, 02:13 AM
  3. Replies: 7
    Last Post: 09-07-2017, 03:32 PM
  4. what is the best item in the game?
    By maarte2003 in forum WoW Items & Quests
    Replies: 21
    Last Post: 08-08-2007, 02:17 AM
All times are GMT -5. The time now is 01:34 PM. 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