Ingeom icon and timer menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Ingeom icon and timer

    I am trying to get the Ingeom icon and timer to appear over my head when it procs so that I can see it easily when it is active. I can see it on the bottom of the screen but can't seem to figure out how to move it. Even near the minimap would be much better where the pylons appear. I also want it to be adjustable in size. Any help appreciated.

    Noobz

    Ingeom icon and timer
  2. #2
    SeaDragon's Avatar Contributor
    Reputation
    322
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/300
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know what icons you say "Ingeom"Perhaps you can say more about what class of skill or item, or screenshots.
    This is the code of an COE Icon(sno=430674)
    Code:
    Hud.GetPlugin<PlayerTopBuffListPlugin>().RuleCalculator.Rules.Add(new BuffRule(430674) { IconIndex = null, MinimumIconCount = 1, IconSizeMultiplier = 1.25f, });

    edit for In-Geom:

    Code:
    Hud.GetPlugin<PlayerTopBuffListPlugin>().RuleCalculator.Rules.Add(new BuffRule(402458) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true, IconSizeMultiplier = 1.25f, });
    Last edited by SeaDragon; 05-18-2018 at 03:33 PM.

  3. #3
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's just the ingeom icon that shows up after you kill an elite while using the ingeom weapon. It normally shows up right above the skillbar and has a 15 second timer.

  4. #4
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
                var feetBuffs = Hud.GetPlugin<PlayerBottomBuffListPlugin>().RuleCalculator.Rules;
    
                if (feetBuffs != null)
                {
                    feetBuffs.Add(new BuffRule(403471) { IconIndex = null, MinimumIconCount = 1, ShowStacks = true, ShowTimeLeft = true }); // Gem, Taeguk
                    feetBuffs.Add(new BuffRule(383014) { IconIndex = null, MinimumIconCount = 1, ShowStacks = false, ShowTimeLeft = true }); // Gem, Bane of the Powerful
                    feetBuffs.Add(new BuffRule(403464) { IconIndex = 1, MinimumIconCount = 1, ShowStacks = true, ShowTimeLeft = true }); // Gem, Gogok of Swiftness
    
    
                    feetBuffs.Add(new BuffRule(263029) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Conduit - Normal Rift
                    feetBuffs.Add(new BuffRule(403404) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Conduit - Greater Rift
                    feetBuffs.Add(new BuffRule(262935) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Power
                    feetBuffs.Add(new BuffRule(266258) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Channeling
                    feetBuffs.Add(new BuffRule(266254) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Shield
    
    
                    feetBuffs.Add(new BuffRule(429673) { IconIndex = null, MinimumIconCount = 1, ShowStacks = true }); // Set, Raekor - 6Pcs
                    feetBuffs.Add(new BuffRule(429855) { IconIndex = 5, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Set, Tal Rasha - 6Pcs
    
    
                    feetBuffs.Add(new BuffRule(402458) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // Legendary, In-Geom
                    feetBuffs.Add(new BuffRule(430674) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Legendary, Convention of Elements   
                    feetBuffs.Add(new BuffRule(447541) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Endless Walk, Defense
                    feetBuffs.Add(new BuffRule(447541) { IconIndex = 2, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Endless Walk, Offense  
                    feetBuffs.Add(new BuffRule(447060) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = false }); // Legendary, Band of might                
                   
    
                    feetBuffs.Add(new BuffRule(79607) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Barbarian, Wrath of the Berserker
                    feetBuffs.Add(new BuffRule(205187) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = false }); // Barbarian, Berserker Rage            
                    feetBuffs.Add(new BuffRule(205133) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = false }); // Barbarian, Brawler
                    feetBuffs.Add(new BuffRule(79528) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Barbarian, Ignore Pain
                    feetBuffs.Add(new BuffRule(134872) { IconIndex = 2, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Archon Stacks
                    feetBuffs.Add(new BuffRule(134872) { IconIndex = 5, MinimumIconCount = 0, ShowTimeLeft = true, ShowStacks = true }); // Swami Archon Stacks
    
                    feetBuffs.Add(new BuffRule(441517) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, Wraps of Clarity
                    feetBuffs.Add(new BuffRule(423244) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, UE6
                    feetBuffs.Add(new BuffRule(445266) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, Chain of Shadows
                    feetBuffs.Add(new BuffRule(446187) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, Elusive Ring
                 
                }
    this places a lot of buffs right below your feet. ingeom too. delete the ones that you dont need.

  5. Thanks HolyStrawberry, ancientegs, noobgamer80 (3 members gave Thanks to prrovoss for this useful post)
  6. #5
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, thank you both. Will try when I get home

    Noobz

  7. #6
    SeaDragon's Avatar Contributor
    Reputation
    322
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/300
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Noobz View Post
    It's just the ingeom icon that shows up after you kill an elite while using the ingeom weapon. It normally shows up right above the skillbar and has a 15 second timer.
    Edit the post
    Forgive me for not playing in the English Client of the D3

  8. #7
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK, not sure where to put this. I tried in pluginenablerordisablerplugin. It did not give any exceptions, but also it did not work.

    Noobz

  9. #8
    wickedazz's Avatar Member
    Reputation
    6
    Join Date
    May 2018
    Posts
    25
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    // *.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()
            {
                var feetBuffs = Hud.GetPlugin<PlayerBottomBuffListPlugin>().RuleCalculator.Rules;
    
                if (feetBuffs != null)
                {
                    feetBuffs.Add(new BuffRule(403471) { IconIndex = null, MinimumIconCount = 1, ShowStacks = true, ShowTimeLeft = true }); // Gem, Taeguk
                    feetBuffs.Add(new BuffRule(383014) { IconIndex = null, MinimumIconCount = 1, ShowStacks = false, ShowTimeLeft = true }); // Gem, Bane of the Powerful
                    feetBuffs.Add(new BuffRule(403464) { IconIndex = 1, MinimumIconCount = 1, ShowStacks = true, ShowTimeLeft = true }); // Gem, Gogok of Swiftness
    
    
                    feetBuffs.Add(new BuffRule(263029) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Conduit - Normal Rift
                    feetBuffs.Add(new BuffRule(403404) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Conduit - Greater Rift
                    feetBuffs.Add(new BuffRule(262935) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Power
                    feetBuffs.Add(new BuffRule(266258) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Channeling
                    feetBuffs.Add(new BuffRule(266254) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Pylon, Shield
    
    
                    feetBuffs.Add(new BuffRule(429673) { IconIndex = null, MinimumIconCount = 1, ShowStacks = true }); // Set, Raekor - 6Pcs
                    feetBuffs.Add(new BuffRule(429855) { IconIndex = 5, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Set, Tal Rasha - 6Pcs
    
    
                    feetBuffs.Add(new BuffRule(402458) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // Legendary, In-Geom
                    feetBuffs.Add(new BuffRule(430674) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Legendary, Convention of Elements   
                    feetBuffs.Add(new BuffRule(447541) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Endless Walk, Defense
                    feetBuffs.Add(new BuffRule(447541) { IconIndex = 2, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Endless Walk, Offense  
                    feetBuffs.Add(new BuffRule(447060) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = false }); // Legendary, Band of might                
                   
    
                    feetBuffs.Add(new BuffRule(79607) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Barbarian, Wrath of the Berserker
                    feetBuffs.Add(new BuffRule(205187) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = false }); // Barbarian, Berserker Rage            
                    feetBuffs.Add(new BuffRule(205133) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = false }); // Barbarian, Brawler
                    feetBuffs.Add(new BuffRule(79528) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true }); // Barbarian, Ignore Pain
                    feetBuffs.Add(new BuffRule(134872) { IconIndex = 2, MinimumIconCount = 1, ShowTimeLeft = true, ShowStacks = true }); // Archon Stacks
                    feetBuffs.Add(new BuffRule(134872) { IconIndex = 5, MinimumIconCount = 0, ShowTimeLeft = true, ShowStacks = true }); // Swami Archon Stacks
    
                    feetBuffs.Add(new BuffRule(441517) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, Wraps of Clarity
                    feetBuffs.Add(new BuffRule(423244) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, UE6
                    feetBuffs.Add(new BuffRule(445266) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, Chain of Shadows
                    feetBuffs.Add(new BuffRule(446187) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true }); // DH, Elusive Ring
                 
                }
            }
    
        }
    
    }
    this in your PluginEnablerOrDisablerPlugin.cs should work. You renamed the file from .txt to .cs?

  10. #9
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well.... Still not seeing anything. Let me try to get something clear. Should this have shown the buffs and icons right below my feet in the middle of the screen? If so it did not work. I deleted all of my other stuff in the plugindisablerordisablerplugin.cs file and just used your list and got no exceptions, but nothing new showed up. I still had icons for buffs and such right above the skillbar, but I am wanting them in the middle of the screen below my feet. I used several in your list like gogok, IP, and In-geom, and nothing.

    Thanks, Noobz

  11. #10
    wickedazz's Avatar Member
    Reputation
    6
    Join Date
    May 2018
    Posts
    25
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm weird. Maybe you can have a look at those plugins - maybe one of those will fit your needs?

    dia...istplugin.html

    or

    https://www.ownedcore.com/forums/dia...barplugin.html

  12. #11
    HolyStrawberry's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    3
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you! it works!

  13. #12
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I looked at both of the plugins but not what I am looking for. Did you get the icons to work HolyStrawberry or did you use one of the 2 files above?

    Noobz

  14. #13
    HolyStrawberry's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    3
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I copied the code that Provoss posted and integrated that into my "PluginEnablerOrDisablerPlugin.cs" file.
    I pasted that entire block (without removing or graying out anything) in between the lines:

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

    and the closing accolades:

    }
    }
    }


    Then save it and start D3, with TH. If you get any exceptions in TH, i could be that i've misplaced an accolade
    I hope that makes any sence :S

  15. #14
    wickedazz's Avatar Member
    Reputation
    6
    Join Date
    May 2018
    Posts
    25
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Noobz, have you seen my pm?

  16. #15
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zippyshare.com - PluginEnablerOrDisablerPlugin.cs

    put this in your plugins/User folder. it works 100%, i just tested it...

  17. Thanks HolyStrawberry (1 members gave Thanks to prrovoss for this useful post)
Page 1 of 2 12 LastLast

Similar Threads

  1. [Mangos] Get item's icon and bind it to its info from Mangos db
    By bunnyhoo in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 05-01-2016, 09:19 PM
  2. [NA] League Of Legends Account. 84 Skins, 112 Champs,limited time Icons and skins
    By maybello in forum League of Legends Buy Sell Trade
    Replies: 0
    Last Post: 03-01-2016, 07:12 PM
  3. Icons and Treepath
    By Shiramune in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-20-2015, 07:19 PM
  4. [Requset] Icon and Banner
    By Trle94 in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-26-2009, 07:48 AM
All times are GMT -5. The time now is 02:14 AM. 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