[ENGLISH] [Gigi] EliteBarPlugin menu

User Tag List

Page 6 of 15 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 221
  1. #76
    Lagertha's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    41
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bm206 View Post
    Und was ist der Fehler? Steht im Ordner logs
    2017.11.03 10:38:46.992 error while initializing plugins
    2017.11.03 10:38:46.993 e:\Mö.....\Mi......s - Kopie\plugins\User\PluginEnablerOrDisablerPlugin.cs(62,2) : error CS1513: } erwartet.
    2017.11.03 11:53:20.731 namespace mismatch in plugin file: 'E:\Mö......\Mi......s - Kopie\Plugins\User\PluginEnablerOrDisablerPlugin.cs': namespace should be this: 'Turbo.Plugins.User
    I´m sorry for my bad english

    [ENGLISH] [Gigi] EliteBarPlugin
  2. #77
    Lagertha's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    41
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ihr könnt ja in der Text Datei sehen was ich gemacht habe. Ich habe wirklich keine Ahnung was da falsch sein könnte.
    I´m sorry for my bad english

  3. #78
    Levithan's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    28
    Thanks G/R
    11/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Die Meldung "namespace mismatch" sagt dir an, dass der namespace nicht mit dem speicherort der datei übereinstimmt.

    In deinem Falle hast du "namespace Turbo.Plugins.Gigi;"(Zeile 8 deiner Datei), was bedeuted, dass die Datei in dem Ordner /plugins/gigi liegen muss. Deine liegt aber im /plugins/user ordner.

  4. #79
    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)
    Originally Posted by Levithan View Post
    Die Meldung "namespace mismatch" sagt dir an, dass der namespace nicht mit dem speicherort der datei übereinstimmt.

    In deinem Falle hast du "namespace Turbo.Plugins.Gigi;"(Zeile 8 deiner Datei), was bedeuted, dass die Datei in dem Ordner /plugins/gigi liegen muss. Deine liegt aber im /plugins/user ordner.
    Put the file inside /plugins/Gigi/ folder. (If it not exists, create it)
    Hide the Rum! --> Default theme customization 101 <--

  5. #80
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    in case this plugin is still supported:
    u can add this snippet for in your buffs section
    http://www.ownedcore.com/forums/diab...ml#post3797614 (Snippet Collection Thread)
    to indicate Krysbin

    greetz gjuz

  6. Thanks Levithan (1 members gave Thanks to gjuz for this useful post)
  7. #81
    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)
    Hi. Is it possible to make the text show on the left side of the bar instead of the right side?

    Also, where exactly do I paste that snipet, @gjuz

  8. #82
    batzmichtot's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to write something that i can target the elite on the hpbars? so lets say i go mouseover the yellow and click mages on rathmas?

  9. #83
    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 d3gigi View Post
    You have to set the displays you want to have for an affix via a customization. Either use the example to see them all

    PHP Code:
        foreach(MonsterAffix afx in Enum.GetValues(typeof(MonsterAffix)))    
            
    plugin.DisplayAffix.Add(afxafx.ToString("G")); 
    or do them by hand

    PHP Code:
        plugin.DisplayAffix.Add(MonsterAffix.Frozen"IceIceBaby!");
        
    plugin.DisplayAffix.Add(MonsterAffix.Wormhole"Wormwhore!");
        
    plugin.DisplayAffix.Add(MonsterAffix.Illusionist"LetsRemake!"); 
    Does someone know if it is possible to add all affixes with their localized name?

  10. #84
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, first, I love this plugin, thank you ...

    Do you think it would be possible to put it in French language,
    like the affix on the picture...

    Capture.JPG

    Thanks !....

    Edit :

    I drew inspiration from previous post and concluded the following,.. I added these lines in the config file... (EliteBarConfig.cs)
    Now I just have to translate the rest, But I admit that I have a little trouble if anyone can give a hand he does not hesitate, thank you...

    Edit: I thing the list is OK for french.

    PHP Code:
                    plugin.DisplayAffix.Add(MonsterAffix.Arcane"Arcane"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Frozen"Gel"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.FrozenPulse"Onde gelées"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Plagued"Peste"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Waller"Dresseur de murs"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Reflect"Renvoi de dégâts"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Vortex"Vortex"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Wormhole"Trou de verre"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Electrified"Electricité"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Vampiric"Vampire "); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.ExtraHealth"Bonus de vie"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.HealthLink"Lien de vie"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Knockback"Renversement"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Fast"Rapidité."); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Desecrator"Profanateur"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Molten"Lave"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Teleporter"Téléporteur"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Jailer"Jeôlier"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Shielding"Protection"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.FireChains"Chaine de feu"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Nightmarish"Cauchemar"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Illusionist"Illusion"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Poison"Enchantement empoisonné"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Mortar"Mortier"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Orbiter"Orbital"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Thunderstorm"Orage"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Avenger"Venger"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Horde"Horde"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.MissileDampening"Absorption des projectiles"); 
                    
    plugin.DisplayAffix.Add(MonsterAffix.Juggernaut"Incontrolable"); 
    Last edited by ADV2015; 04-23-2018 at 10:50 AM.

  11. #85
    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)
    In default EliteAffixPlugin it works with snoMonsterAffix.NameLocalized -> It is always shown in your language. Is there a possible solution for every language without creating a config file for french, german...

  12. Thanks ADV2015 (1 members gave Thanks to bm206 for this useful post)
  13. #86
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bm206 View Post
    In default EliteAffixPlugin it works with snoMonsterAffix.NameLocalized -> It is always shown in your language. Is there a possible solution for every language without creating a config file for french, german...
    Good question !
    Last edited by ADV2015; 04-22-2018 at 07:03 AM.

  14. #87
    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)
    Perhaps @JackCeparou knows a solution. I think the original EliteBarPlugin has to be changed.

  15. Thanks ADV2015 (1 members gave Thanks to bm206 for this useful post)
  16. #88
    Zykfryd's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all
    How to install EliteBarPlugin ?
    i copy EliteBarPlugin.cs to plugins/Gigi and not's work.
    Can anyone explain how to install step by step ?

  17. #89
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quit TH and restart perhaps

  18. #90
    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)
    Originally Posted by bm206 View Post
    Perhaps @JackCeparou knows a solution. I think the original EliteBarPlugin has to be changed.
    You can use this fork : EliteBarPlugin.cs * GitHub

    Configurable like this :
    PHP Code:
    plugin.AddAffixes(MonsterAffix.ArcaneMonsterAffix.Frozen); 
    You can add any number of affixes, example with all.
    PHP Code:
    plugin.AddAffixes(MonsterAffix.ArcaneMonsterAffix.FrozenMonsterAffix.FrozenPulseMonsterAffix.PlaguedMonsterAffix.WallerMonsterAffix.ReflectMonsterAffix.VortexMonsterAffix.WormholeMonsterAffix.ElectrifiedMonsterAffix.VampiricMonsterAffix.ExtraHealthMonsterAffix.HealthLinkMonsterAffix.KnockbackMonsterAffix.FastMonsterAffix.DesecratorMonsterAffix.MoltenMonsterAffix.TeleporterMonsterAffix.JailerMonsterAffix.ShieldingMonsterAffix.FireChainsMonsterAffix.NightmarishMonsterAffix.IllusionistMonsterAffix.PoisonMonsterAffix.MortarMonsterAffix.OrbiterMonsterAffix.ThunderstormMonsterAffix.AvengerMonsterAffix.HordeMonsterAffix.MissileDampeningMonsterAffix.Juggernaut); 
    Hide the Rum! --> Default theme customization 101 <--

Page 6 of 15 FirstFirst ... 2345678910 ... 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:36 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