How to show CoE under/top of character menu

User Tag List

Results 1 to 3 of 3
  1. #1
    falsey's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to show CoE under/top of character

    Hello.

    I'm struggling to make the CoE buff show under or on top of my character.

    This is how my full pluginenabler file looks like:

    HTML 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()
            {
                // basic examples
    			Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin =>
    			{
    
    		/*
    		Convention of Elements Ring cycle per class (4s each), corresponding IconIndex:
    		1 Arcane, 2 Cold, 3 Fire, 4 Holy, 5 Lightning, 6 Physical, 7 Poison
    
    		BARB (4):	Cold, Fire, Lightning, Physical
    		CRUS (4):	Fire, Holy, Lightning, Physical
    		MONK (5):	Cold, Fire, Holy, Lightning, Physical
    		DH (4):	Cold, Fire, Lightning, Physical
    		WD (4):	Cold, Fire, Physical, Poison
    		WIZ (4):	Arcane, Cold, Fire, Lightning
    		NEC (3):	Cold, Physical, Poison
    		*/
    		
    		// COE: Lightning only
    		plugin.RuleCalculator.Rules.Add(new BuffRule(430674) {
    		IconIndex = 5, MinimumIconCount = 1, ShowTimeLeft = true, IconSizeMultiplier = 1.0f, });
    		
    			});
    
                // turn on MultiplayerExperienceRangePlugin
                Hud.TogglePlugin<MultiplayerExperienceRangePlugin>(true);
    
                // turn off sell darkening
                Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = false;
    
                // override an elite affix's text
                Hud.GetPlugin<EliteMonsterAffixPlugin>().CustomAffixNames.Add(MonsterAffix.Desecrator, "DES");
                
    			// turn off plagued
    			Hud.GetPlugin<EliteMonsterSkillPlugin>().PlaguedDecorator.Enabled = true; 
    			
    }
    I keep on getting exceptions. I really don't know what's wrong. I'm even using notepad++ to edit files.

    How to show CoE under/top of character
  2. #2
    falsey's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Solved. Now it is working but it only shows the icon.

    Is there a way to set the countdown?

    Ideally I would want this bar:

    How to show CoE under/top of character-sem-nome-png

    On top of my character. But only with the element based on the highest % I'm wearing.
    Last edited by falsey; 01-12-2018 at 10:31 AM.

  3. #3
    jesterlol's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    change "PlayerBottomBuffListPlugin" to "PlayerTopBuffListPlugin"

Similar Threads

  1. [How-To] How to show the range of this gems
    By odaru7788 in forum TurboHUD Discussions
    Replies: 3
    Last Post: 05-02-2017, 05:49 AM
  2. How to put yourself at top of damage meters (recount mod)
    By puppychow in forum World of Warcraft Exploits
    Replies: 79
    Last Post: 10-02-2010, 10:38 PM
  3. [How To] Get fully on top of Orgrimmar with no warlock
    By Sneakylemons in forum World of Warcraft Exploration
    Replies: 9
    Last Post: 07-21-2009, 04:34 PM
  4. [Guide] How to: Change the starting stats of a new character
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-30-2007, 10:11 PM
All times are GMT -5. The time now is 03:36 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