[ENGLISH] [Gigi] EliteBarPlugin menu

User Tag List

Page 9 of 15 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 221
  1. #121
    hkjhkh's Avatar Member
    Reputation
    9
    Join Date
    Mar 2018
    Posts
    82
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    strongarm

    var Strongarm = monster.GetAttributeValue(Hud.Sno.Attributes.Power_Buff_2_Visual_Effect_None, 318772);//318772 2 power: ItemPassive_Unique_Ring_590_x1


    if (ShowCurses) is never true. Please can provide your full code ?
    Last edited by hkjhkh; 01-23-2019 at 02:34 PM.

    [ENGLISH] [Gigi] EliteBarPlugin
  2. Thanks icheck (1 members gave Thanks to hkjhkh for this useful post)
  3. #122
    icheck's Avatar Banned
    Reputation
    6
    Join Date
    Jan 2019
    Posts
    36
    Thanks G/R
    11/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hkjhkh View Post
    strongarm

    var Strongarm = monster.GetAttributeValue(Hud.Sno.Attributes.Power_Buff_2_Visual_Effect_None, 318772);//318772 2 power: ItemPassive_Unique_Ring_590_x1


    Thanks for this, it works perfectly to know if a monster or the boss himself has the bonus of the strong arm.
    The variable Strongarm starts with value -1 and takes the value 1 when it has the bonus and 0 when it loses it. I imagine that then the plugin of the curses is not quite right, if the curses are lost .. test will remain != -1, concretely 0 . The check according to this should be if (test == 1)
    Last edited by icheck; 01-23-2019 at 04:23 PM.

  4. #123
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,056
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I have uploaded the plugin with some changes:
    Added text for Strongarm and Curses ( contribution of thetest1 . Show text F L D)
    Fix -> Bug when a yellow elite is dead but not Minions and ShowRareMinions == false (sometimes the affixes of the minions are displayed without showing any bar )
    Fix: -> Sometimes it shows a fake elite life, in which case the word bug will appear
    Added two variables: OnlyGR and ShowCurses


    If the author of the plugin is upset that I have made modifications, I will delete it

    [C#] EliteBarPlugin - Pastebin.com

    c1.jpg , c2.jpg
    Last edited by RNN; 01-23-2019 at 09:20 PM. Reason: making the ShowCurses variable independent of ShowDebuffAndCC

  5. Thanks (Sarge), BeeAntOS (2 members gave Thanks to RNN for this useful post)
  6. #124
    MlokCZ's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    70
    Thanks G/R
    11/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for inspiration.

    I have used code for strongarm in TopMonsterHealthBarPlugin.cs (I know, that change original plugin is not ideal)
    Original code
    if (monster.Strongarmed) textDebuff += (textDebuff == null ? "" : ", ") + "strongarm";
    doesan't work

    I have replaced it for
    if (monster.GetAttributeValue(Hud.Sno.Attributes.Power_Buff_2_Visual_Effect_None, 318772) == 1) textDebuff += (textDebuff == null ? "" : ", ") + "strongarm";

    and now it works.

  7. #125
    thetest1's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2018
    Posts
    24
    Thanks G/R
    5/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone test if the curses has the same interaction as strongarms? i dont have the time atm.

  8. #126
    hkjhkh's Avatar Member
    Reputation
    9
    Join Date
    Mar 2018
    Posts
    82
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thetest1 View Post
    can someone test if the curses has the same interaction as strongarms? i dont have the time atm.
    what do you mean with same interaction ? Then I can check it

  9. #127
    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)
    both working fine for me

  10. #128
    hkjhkh's Avatar Member
    Reputation
    9
    Join Date
    Mar 2018
    Posts
    82
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have a idea how blizz checking the strongarm stack 2x strongarm ? I check with friends, all strongarm and I'm not able to see something additional on the monster

  11. #129
    xmadmax's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,

    Can you explayn to me like to an idiot, do i have to make the file my self or i can download it from this link and how do i make this file work cause i rly dont have a clue.... I created a normal TXT. file copy/paste the whole thing and name it as you said put it in a new folder as you said but it just doesnt seem to work what im doing wrong and pls dont send me links just explayn how to create the file... Ty
    Last edited by xmadmax; 03-27-2019 at 04:05 AM. Reason: MonsterHealthBarr plugin

  12. #130
    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)
    you have the file name.txt? if yes change .txt to .cs

    go in turbohud plugins folder and greate an new folder called Gigi(if you dont have it), and put the file in. its done

  13. #131
    hurrikane's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    78
    Thanks G/R
    29/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do i have to change to see the elite affixes above the bar? like here

    https://www.ownedcore.com/forums/att...rplugin-c2-jpg
    Last edited by hurrikane; 04-02-2019 at 01:17 AM.

  14. #132
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,056
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Open file PluginEnablerOrDisablerPlugin.cs and Add

    Hud.RunOnPlugin<Gigi.EliteBarPlugin>(plugin => {
    plugin.DisplayAffix.Add(MonsterAffix.Frozen, "Frozen");
    plugin.DisplayAffix.Add(MonsterAffix.Wormhole, "WormHole");
    plugin.DisplayAffix.Add(MonsterAffix.Illusionist, "Illusion");
    plugin.DisplayAffix.Add(MonsterAffix.Juggernaut, "Jugger");
    plugin.DisplayAffix.Add(MonsterAffix.Waller, "Waller");
    plugin.DisplayAffix.Add(MonsterAffix.Arcane, "Arcane");
    plugin.DisplayAffix.Add(MonsterAffix.HealthLink, "HealthLink");
    plugin.DisplayAffix.Add(MonsterAffix.Desecrator, "Desec");
    plugin.DisplayAffix.Add(MonsterAffix.Shielding, "Shield");
    plugin.DisplayAffix.Add(MonsterAffix.Molten, "Molten");
    plugin.DisplayAffix.Add(MonsterAffix.FrozenPulse, "Pulse");
    plugin.DisplayAffix.Add(MonsterAffix.Thunderstorm, "Thunder");
    plugin.DisplayAffix.Add(MonsterAffix.FireChains, "Chains");
    plugin.DisplayAffix.Add(MonsterAffix.Teleporter, "Teleport");
    plugin.DisplayAffix.Add(MonsterAffix.Mortar, "Mortar");
    plugin.DisplayAffix.Add(MonsterAffix.Horde, "Horde");
    } );

    Change the "text"
    Last edited by RNN; 03-30-2019 at 08:05 PM.

  15. Thanks hurrikane (1 members gave Thanks to RNN for this useful post)
  16. #133
    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)
    Any help how can I add color to these MonsterAffix ?

    I appreciate any help to create code for Brush each affix, I can upload my code if it helps.

    I found image in a twitch clip, so low resolution, just for demonstration

    Screenshot_4.png

  17. Thanks ADV2015 (1 members gave Thanks to Saico for this useful post)
  18. #134
    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 Saico View Post
    Any help how can I add color to these MonsterAffix ?

    I appreciate any help to create code for Brush each affix, I can upload my code if it helps.

    I found image in a twitch clip, so low resolution, just for demonstration

    Screenshot_4.png
    Sounds good ! I like that !

  19. #135
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,056
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    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.
    Last edited by RNN; 06-26-2019 at 05:51 AM.

  20. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
Page 9 of 15 FirstFirst ... 5678910111213 ... 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 02:10 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