[ENGLISH] [Gigi] EliteBarPlugin menu

User Tag List

Page 10 of 15 FirstFirst ... 67891011121314 ... LastLast
Results 136 to 150 of 221
  1. #136
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    For the colors that appear in the capture it seems to be my modification of the plugin, I already put a link in another post:

    https://www.ownedcore.com/forums/dia...ml#post4029731 ([V9.0] [INTERNATIONAL] [RNN] BLueLines) (look at the image of the plugin)

    This plugin (elitebarplugin) brings back memories: my first code I had to redo it because there were exaggerated memory leaks (TH I could get to consume 3GB of RAM, because my experience should normally remain between 250-850), I discovered that I had to be careful where I used CreateBrush/CreateFont.

    How strange that there is a clip on twitch showing TH . Hopefully Blizzard will stop being a hypocrite and officially lift the veto to this program so that everyone can enjoy it without fear of losing their account.
    Ohh, thank you soo much RNN, I got your codes, and addes some colors based on it
    Just like addons for WoW, I hope Blizz sees THUD is the only thing that stills have some players on D3 till today.

    Screenshot_5.png

    [ENGLISH] [Gigi] EliteBarPlugin
  2. #137
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hi!
    Сan you share the plugin or suggest how to change the colors of the affixes?
    Screenshot_5.png
    TY

  3. #138
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    Hi!
    Сan you share the plugin or suggest how to change the colors of the affixes?
    Screenshot_5.png
    TY
    EliteBarColor/EliteBarColor.cs at master . Saicokiller/EliteBarColor . GitHub

    I Uploaded my modifications if you need, changed colors accordingly to some specific affixes and added some extra, text for each one is PT-BR if you want to change to your language just change.

    DisplayAffix.Add(MonsterAffix.Molten, "Incandescente");
    change to

    DisplayAffix.Add(MonsterAffix.Molten, "YOURAFFIXNAMEGOESHERE");
    I dont know how to add PHP Code in this forum, sorry if I wasnt clear on examples.

  4. Thanks WRG (1 members gave Thanks to Saico for this useful post)
  5. #139
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    EliteBarColor/EliteBarColor.cs at master . Saicokiller/EliteBarColor . GitHub

    I Uploaded my modifications if you need, changed colors accordingly to some specific affixes and added some extra, text for each one is PT-BR if you want to change to your language just change.



    change to



    I dont know how to add PHP Code in this forum, sorry if I wasnt clear on examples.
    what about these lines? They also need to be changed to another language?
    public IFont BlancoFontA { get; set; }¶
    public IFont NaranjaFontA { get; set; }¶
    or
    BlancoFontA = Hud.Render.CreateFont("verdana", 7f, 255, 255, 255, 255, false, false, true);¶
    NaranjaFontA = Hud.Render.CreateFont("verdana", 7f, 255, 255, 170, 0, false, false, true);¶
    or
    ColorA = null ;¶
    switch (afijo) {¶

    case MonsterAffix.Frozen:¶
    ColorA = AzulFFontA;¶
    break;¶
    case MonsterAffix.FrozenPulse:¶
    ColorA = Azul1;¶

  6. #140
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    what about these lines? They also need to be changed to another language?
    public IFont BlancoFontA { get; set; }¶
    public IFont NaranjaFontA { get; set; }¶
    or
    BlancoFontA = Hud.Render.CreateFont("verdana", 7f, 255, 255, 255, 255, false, false, true);¶
    NaranjaFontA = Hud.Render.CreateFont("verdana", 7f, 255, 255, 170, 0, false, false, true);¶
    or
    ColorA = null ;¶
    switch (afijo) {¶

    case MonsterAffix.Frozen:¶
    ColorA = AzulFFontA;¶
    break;¶
    case MonsterAffix.FrozenPulse:¶
    ColorA = Azul1;¶
    No, these are not shown on game, only thing that code will show is content between "your_text_goes_here"

  7. #141
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    No, these are not shown on game, only thing that code will show is content between "your_text_goes_here"
    customized for myself, thank you and gigi!!!

  8. #142
    ArnesMeyer's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How change too polish names?

  9. #143
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ArnesMeyer View Post
    How change too polish names?
    Change here in Polish
    DisplayAffix.Add(MonsterAffix.Arcane, "Аркана");
    DisplayAffix.Add(MonsterAffix.Desecrator, "Осквернитель");
    DisplayAffix.Add(MonsterAffix.Illusionist, "Иллюзионист");
    DisplayAffix.Add(MonsterAffix.Juggernaut, "Натиск");

    etc

  10. #144
    WRG's Avatar Member
    Reputation
    2
    Join Date
    Jun 2019
    Posts
    10
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    EliteBarColor/EliteBarColor.cs at master . Saicokiller/EliteBarColor . GitHub

    I Uploaded my modifications if you need, changed colors accordingly to some specific affixes and added some extra, text for each one is PT-BR if you want to change to your language just change.
    I love your modified version but where can I change it so that champion minions don't appear in the list. I don't care so much about the trash that spawns with it and more about knowing when the big yellow has died during massive trash pulls.

  11. #145
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Champion minions on elite bars ? Did not know they appears, never found

  12. #146
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WRG View Post
    where can I change it so that champion minions don't appear in the list.
    PluginEnablerOrDisablerPlugin.cs (customize)

    Code:
    		Hud.RunOnPlugin<Gigi.EliteBarPlugin>(plugin =>  { 
    			plugin.ShowRareMinions = false;
    		}  );

  13. #147
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    PluginEnablerOrDisablerPlugin.cs (customize)

    Code:
    		Hud.RunOnPlugin<Gigi.EliteBarPlugin>(plugin =>  { 
    			plugin.ShowRareMinions = false;
    		}  );
    I have a question RNN, this customized code, runs accordingly to the EliteBarPlugin (Class) name inside plugin, or the name that is in the file ? Like, EliteBarPlugin.cs (as seem on Gigi folder) ?

    Screenshot_5.png

  14. #148
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Gigi.EliteBarPlugin -> folder Gigi , class EliteBarPlugin

    The name of the file does not matter, you can change it. There was some plugin manager (it seems to me that it does not work anymore, it stopped updating) that perhaps for simplifying it required that the class and the file name were the same.

  15. #149
    snapple39's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    I have a question RNN, this customized code, runs accordingly to the EliteBarPlugin (Class) name inside plugin, or the name that is in the file ? Like, EliteBarPlugin.cs (as seem on Gigi folder) ?

    Screenshot_5.png
    Saico if you get this to work could you please upload the file, I can't seem to get this working. However I dont really understand where to put this code or how to put it into a file. Thank you for your time and patience.

  16. #150
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Gigi.EliteBarPlugin -> folder Gigi , class EliteBarPlugin

    The name of the file does not matter, you can change it. There was some plugin manager (it seems to me that it does not work anymore, it stopped updating) that perhaps for simplifying it required that the class and the file name were the same.
    Oh thank you, I was wondering this when checked my customized codes, and wonder which part of code it takes in consideration to work with.

    Saico if you get this to work could you please upload the file, I can't seem to get this working. However I dont really understand where to put this code or how to put it into a file. Thank you for your time and patience.
    What you mean ? The whole plugin ? You dont know how to run it ? or just the customized code

Page 10 of 15 FirstFirst ... 67891011121314 ... 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 10:13 PM. 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