Show ignore pain on party menu

User Tag List

Results 1 to 13 of 13
  1. #1
    frigidclam's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Show ignore pain on party

    I am wondering if there is an easy way to see IP on party members. When doing rat runs as a barb the default UI shows sprint as a priority over IP next to party members. I would much rather see IP so I know if I missed someone. It would be great to see IP on party members no matter what class I am playing if that is at all possible. Thanks!

    Show ignore pain on party
  2. #2
    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)

  3. #3
    frigidclam's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried that plugin and spent over an hour playing with the settings. On the 2nd page of that post it states to put a code in PluginEnablerOrDisablerPlugin.cs.....and this is where i get messed up. No matter what i put in that file it just makes everything stop working and throws anywhere from 10-30 exceptions.

    I just can't understand it, there is already so much stuff in PluginEnablerOrDisablerPlugin.cs so trying to add something new to it with no specific direction on where to paste it does not help me. I tried multiple spots in the file and always got the same results with nothing working and exceptions.

    Thank you for the response though I guess i will just live without it unless there is something easier to use.
    Last edited by frigidclam; 03-31-2018 at 05:20 PM.

  4. #4
    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)
    Copy
    Hud.RunOnPlugin<Gigi.PartyBuffPlugin>(plugin =>
    {
    plugin.OthersAlwaysNextToPortrait = true;
    plugin.DisplayOnAllClassesExceptMe(Hud.Sno.SnoPowers.Barbarian_IgnorePain);
    });
    into the public void Customize() section.

  5. Thanks frigidclam, 23hd (2 members gave Thanks to bm206 for this useful post)
  6. #5
    frigidclam's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THANK YOU!! That works amazing and was so easy. I appreciate the help very much, Happy Easter!

  7. #6
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Guys, is it possible to display the IP and sprint next to party members and NOTHING else with the PartyBuffPlugin?
    If I copy whats written above, will both sprint and IP be displayed or only IP?
    Sorry for dumb questions, I don't have a barb, my friend wants this and asked me to do some research

  8. #7
    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)
    Originally Posted by bm206 View Post
    Copy

    into the public void Customize() section.

    where can i find that?

    thanks in advance

  9. #8
    itsmylife's Avatar Active Member
    Reputation
    23
    Join Date
    Jun 2012
    Posts
    232
    Thanks G/R
    32/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hurrikane View Post
    where can i find that?

    thanks in advance
    You can find it in pluginenablerordisabler file in your TH\plugins\user folder.

    And take care the file has the .cs extension.

  10. #9
    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)
    Hello,

    Yeah thats what i did, i deleted the examples and then i copied it in but do i still need that Partybuffplugin then? And yeah i changed to .cs

    thanks in advance



    // "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()
    {
    Hud.RunOnPlugin<Gigi.PartyBuffPlugin>(plugin =>
    {
    plugin.OthersAlwaysNextToPortrait = true;
    plugin.DisplayOnAllClassesExceptMe(Hud.Sno.SnoPowers.Barbarian_IgnorePain);
    });
    }

    }

    }

  11. #10
    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)
    Ok i figure it out, the only question i have, can i change it that i only see it when i play barb and not on all classes?

    thanks in advance

  12. #11
    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)
    bump

    maybe bm206 or Mr Jack?

    Thanks in advance

  13. #12
    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)
    Try DisplayOnBarb

  14. #13
    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)
    I tried but doesnt work

    i get 2 exceptions:

    2018.10.04 18:10:51.439 18.9.21.0 error while initializing plugins
    2018.10.04 18:10:51.443 18.9.21.0 c:\Users\*****\Desktop\Diablo 3\plugins\User\PluginEnablerOrDisablerPlugin.cs(32, : error CS1061: 'Turbo.Plugins.Gigi.PartyBuffPlugin' enthält keine Definition für 'DisplayOnBarb', und es konnte keine Erweiterungsmethode 'DisplayOnBarb' gefunden werden, die ein erstes Argument vom Typ 'Turbo.Plugins.Gigi.PartyBuffPlugin' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

    I can understand that the plugin cant find "DisplayonBarb" in the "Gigi.PartBuffPlugin" but how can put it in the plugin and where?

    thanks in advance

Similar Threads

  1. [PROGRAM] Show YouTube song on MSN
    By Kiev in forum Community Chat
    Replies: 2
    Last Post: 01-07-2011, 11:08 AM
  2. What display IDs change your race but still show your armor on you?
    By RoyPwns in forum World of Warcraft General
    Replies: 2
    Last Post: 04-14-2010, 04:11 AM
  3. Replies: 7
    Last Post: 04-06-2010, 02:28 PM
  4. [Show Off] Im on fire tonight :D
    By P1raten in forum Art & Graphic Design
    Replies: 0
    Last Post: 04-13-2009, 08:15 PM
  5. Showing scripts to all party members
    By chrisoday in forum World of Warcraft General
    Replies: 8
    Last Post: 04-06-2009, 05:37 PM
All times are GMT -5. The time now is 07:31 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