[ENGLISH] [Gigi] EliteBarPlugin menu

User Tag List

Page 4 of 15 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 221
  1. #46
    JMOR's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi and thanks for the great work 1st.

    2nd I have an issue with this "plugin". Maybe its because it says "English" instead of "International" and I play on a European Version of Diablo 3?

    In case of yes or no, what could I do?


    ---> I have downloaded the file you link and put it into the TH/Plugins/Gigi/ folder.


    Thanks in advance.

    [ENGLISH] [Gigi] EliteBarPlugin
  2. #47
    OnehitB's Avatar Active Member
    Reputation
    32
    Join Date
    Jul 2013
    Posts
    143
    Thanks G/R
    13/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working with 7.3?

  3. #48
    JMOR's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, so investigating through files (sorry new with this) I got this on the exception file (I get 1 exception)

    2017.06.24 16:40:52.750 namespace mismatch in plugin file: 'C:\XXXXXX\XXXXXX\Plugins\Gigi\EliteBarPlugin.cs': namespace should be this: 'Turbo.Plugins.Gigi

    Any idea of how to solve this?

    Thans in advance.

  4. #49
    rambo99jose's Avatar Member
    Reputation
    4
    Join Date
    Nov 2007
    Posts
    26
    Thanks G/R
    20/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using this on the enabler file gives some errors, I did set Gigi namespace

    CODE:
    Code:
    foreach(MonsterAffix afx in Enum.GetValues(typeof(MonsterAffix))) 
                plugin.DisplayAffix.Add(afx, afx.ToString("G")); //set affix string for each affix you want to be displayed
    ERRORS:
    Code:
     warning CS0162: Unreachable code detected
     error CS0103: The name 'Enum' does not exist in the current context

  5. #50
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
     warning CS0162: Unreachable code detected
     error CS0103: The name 'Enum' does not exist in the current context
    You need to reference 'System' as well :
    PHP Code:
    using System
    or
    PHP Code:
    foreach(MonsterAffix afx in System.Enum.GetValues(typeof(MonsterAffix))) 
                
    plugin.DisplayAffix.Add(afxafx.ToString("G")); //set affix string for each affix you want to be displayed 
    Both will work.
    Hide the Rum! --> Default theme customization 101 <--

  6. Thanks cherouvim13 (1 members gave Thanks to JackCeparou for this useful post)
  7. #51
    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)
    Found one issue, when i set up to:
    plugin.ShowRareMinions = false;
    and have elite affixes on the top
    plugin.DisplayAffix.Add(MonsterAffix.ExtraHealth, "XXXX");
    plugin.DisplayAffix.Add(MonsterAffix.HealthLink, "XXXX");
    plugin.DisplayAffix.Add(MonsterAffix.Fast, "XXXX");

    ...
    then when i kill only rare "boss" then health bar missing (thats ok) but afixes name still displayed.

  8. #52
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there anyway too show only locus and haunt on the bar?

  9. #53
    zakarumloz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anybody have a link to a working version for 2.6?

  10. #54
    zummin's Avatar Member
    Reputation
    4
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would love if this showed which curses the elites have on

  11. #55
    mrjayaur's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    33
    Thanks G/R
    18/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    Love this plugin. But I did I move it to the right as well because it overlaps pets.
    Can you tell me how you did this? I've modified the X and YPos values but no matter which value I enter, it barely moves. I don't really know what to replace 00333f or 0.125f with. New to THUD.

  12. #56
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have mine at

    XPos = Hud.Window.Size.Width * 0.650f;
    YPos = Hud.Window.Size.Height * 0.0165f;

    It is not the best, still needs tweaking, but it is better for me to have the bars at the right of the screen instead of the left

  13. #57
    Rainarch's Avatar Member
    Reputation
    12
    Join Date
    Apr 2014
    Posts
    34
    Thanks G/R
    3/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would also really love for this plugin to show curses!!

  14. #58
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rainarch View Post
    Would also really love for this plugin to show curses!!
    I think it is not possible: http://www.ownedcore.com/forums/diab...ml#post3763066

  15. Thanks cherouvim13 (1 members gave Thanks to bm206 for this useful post)
  16. #59
    zakarumloz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I disable the healthbars of minions? I'm only interested in the main elites healthbars showing.

  17. #60
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think u need that one : plugin.ShowRareMinions = false; //disable rare minions in list


    Originally Posted by d3gigi View Post
    Attachment 51371

    Example Customization:

    PHP Code:
    Hud.RunOnPlugin<Gigi.EliteBarPlugin>(plugin =>
    {
        
    //Colors and Fonts
        
    plugin.BossBrush Hud.Render.CreateBrush(2551251201200);   //different boss BossBrush
        
    plugin.NameFont Hud.Render.CreateFont("tahoma"6f20025500falsefalsetrue); //different MonsterType Font
        
        //Display Options
        
    plugin.JuggernautHighlight false;                                 //disable red jugger JuggernautHighlight
        
    plugin.CircleNonIllusion false;                                   //disable non-clone detection
        
    plugin.MissingHighlight false;                                    //disable notification for missing blues
        
    plugin.ShowRareMinions false;                                     //disable rare minions in list
        
    plugin.ShowDebuffAndCC false;                                     //disable debuff and cc in list
        
    plugin.ShowMonsterType false;                                     //disable monstertype in healtbar
        
    plugin.ShowBossHitBox false;                                      //disable hitbox on bosses
        
    plugin.PercentageDescriptor "0.0";                                //Change %-Numbers to X.X%
        
    foreach(MonsterAffix afx in Enum.GetValues(typeof(MonsterAffix)))   
            
    plugin.DisplayAffix.Add(afxafx.ToString("G"));                //set affix string for each affix you want to be displayed 

        //Position and Scaling
        
    plugin.XPos Hud.Window.Size.Width 0.125f;                       //move elitebar to XPos
        
    plugin.YPos Hud.Window.Size.Height 0.0333f;                     //move elitebar to YPos
        
    plugin.XScaling 0.8f;                                             //shrink XScaling (width) of elitebar to 80%
        
    plugin.YScaling 1.05f;                                            //stretch YScaling (height) of elitebar by 5% (hint: alignment doesn't adapat!)
    }); 
    Changelog:
    • v2.0: recommited to ownedcore



    Source: \plugins\Gigi\EliteBarPlugin.cs

Page 4 of 15 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [v7.2] [ENGLISH] [Gigi] RiftTrackerPlugin
    By d3gigi in forum TurboHUD Community Plugins
    Replies: 13
    Last Post: 04-07-2017, 06:29 AM
  2. [Guide] Proper English Language
    By aggiish in forum Community Chat
    Replies: 31
    Last Post: 02-04-2008, 02:29 PM
  3. Omg,Funniest Thing I ever saw!!! ENGLISH PWNED!!!!
    By anmer in forum Screenshot & Video Showoff
    Replies: 10
    Last Post: 11-12-2007, 10:15 AM
  4. Chinese Names in English WoW
    By pandaman in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 08-12-2006, 05:40 AM
All times are GMT -5. The time now is 06:22 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