How do I remove the cube icon from items in my inventory? menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Spunkbucket's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do I remove the cube icon from items in my inventory?

    I had the topic saved with the answer on the old Thud forums, but alas that no longer exists.

    Edit: While I'm at it, how do you move the buffs from the side of the screen next to my minimap back to the default location above my hotkeys?
    Last edited by Spunkbucket; 08-05-2017 at 11:54 PM.

    How do I remove the cube icon from items in my inventory?
  2. #2
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hud.GetPlugin<InventoryAndStashPlugin>().CanCubedEnabled = false;

  3. #3
    Spunkbucket's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your answer tells me nothing.

  4. #4
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spunkbucket View Post
    Your answer tells me nothing.
    Code:
    Hud.GetPlugin<InventoryAndStashPlugin>().CanCubedEnabled = false;
    You should put the above code in the Customize () method in the plugins\User\PluginEnablerOrDisablerPlugin.cs file. If the extension on the file is .txt, rename it to .cs. You will see examples in the Customize () method; just add the line in there.

    Also, change the "true" to "false" to turn it off.

  5. #5
    Spunkbucket's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^ is a helpful answer.

  6. #6
    Spunkbucket's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also how do I remove the rift completion popup in the middle of my screen and the buff icons next to my minimap?

    Originally Posted by SeaDragon View Post
    Code:
    Hud.GetPlugin<InventoryAndStashPlugin>().CanCubedEnabled = false;
    You should put the above code in the Customize () method in the plugins\User\PluginEnablerOrDisablerPlugin.cs file. If the extension on the file is .txt, rename it to .cs. You will see examples in the Customize () method; just add the line in there.

    Also, change the "true" to "false" to turn it off.
    This didn't remove the flashing cube icon when I mouseover an item.
    Last edited by Spunkbucket; 08-10-2017 at 12:01 PM.

  7. #7
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to restart HUD
    If it still fails, please recheck the steps

  8. #8
    Spunkbucket's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spunkbucket View Post
    Also how do I remove the rift completion popup in the middle of my screen and the buff icons next to my minimap?
    Quoting myself because nobody has answered the question.

    Originally Posted by SeaDragon View Post
    Code:
    Hud.GetPlugin<InventoryAndStashPlugin>().CanCubedEnabled = false;
    You should put the above code in the Customize () method in the plugins\User\PluginEnablerOrDisablerPlugin.cs file. If the extension on the file is .txt, rename it to .cs. You will see examples in the Customize () method; just add the line in there.

    Also, change the "true" to "false" to turn it off.
    is this correct?

    Last edited by Spunkbucket; 08-13-2017 at 01:03 AM.

  9. #9
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Hud.GetPlugin<NotifyAtRiftPercentagePlugin>().Enabled = false;
    Hud.GetPlugin<MiniMapRightBuffListPlugin>().Enabled = false;
    Hud.GetPlugin<MiniMapLeftBuffListPlugin>().Enabled = false;
    If there's anything else you can set up, you can look at these posts
    Default theme customization 101
    ..:: TCT | TurboHUD Customization Tool ::..

  10. #10
    intellilogic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    25
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This line is no longer working for me here in v9

Similar Threads

  1. [How-To] How do I remove the Pokémon to a certain power?
    By HackeXe in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 08-01-2016, 05:44 PM
  2. how do i remove the lfg stem
    By nohearth in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 10-15-2011, 02:36 AM
  3. [Mangos] How do I set the starting level of chars on my P Server? (1.12.1)
    By Garneth in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 01-29-2011, 12:45 PM
  4. [Trinity] How do I remove the Instance Save Timers
    By JeFFyy in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 09-29-2010, 12:32 AM
  5. [ArcEmu] how do i remove the level and class restrictions.
    By fstenbergp in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 06-19-2010, 11:41 AM
All times are GMT -5. The time now is 12:25 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