[ENG] Missing Power Buff Warming menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 76
  1. #61
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Maybe he plays zbarb and asked about this


    [ENG] Missing Power Buff Warming
  2. #62
    FoxPox's Avatar Member
    Reputation
    12
    Join Date
    Jun 2018
    Posts
    83
    Thanks G/R
    19/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    health globe is not buff, cannot support
    hmm, nephalem globe work

  3. #63
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FoxPox View Post
    hmm, nephalem globe work
    check Nephalem Globe - Diablo Wiki

  4. #64
    FoxPox's Avatar Member
    Reputation
    12
    Join Date
    Jun 2018
    Posts
    83
    Thanks G/R
    19/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    ah, I made a mistake, this is needed for "Gruesome Feast"

  5. #65
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Code for Low Soul Harvest
    Code:
    // WitchDoctor - Soul Harvest
    				plugin.HeroNoBuffList.Add(HeroClass.WitchDoctor, new DAV_NoBuffRule() {
    					InCombatOnly = false,
    					IsRelevant = (player) => player.Powers.UsedSkills.Any(x => x.SnoPower.Sno == 67616),
    					IsBuffOn = (player) => player.Powers.BuffIsActive(67616, 0),
    					// IconMsg = (player) => ,
    					SpeakEnable = false,
    					Message = "No Soul Harvest",
    					warmFont = stdFont,
    					IconSize = stdSize,
    					// Icon_Brush = Brush_Red, // draw 3rd
    					// Icon_BG = Hud.Texture.InventorySetBackgroundSmall, // draw 1st
    					Icon_Texture = Hud.Texture.GetTexture(2910640749) // draw 2nd
    				});
    Last edited by s4000; 03-07-2020 at 11:26 AM.

  6. Thanks madbmax (1 members gave Thanks to s4000 for this useful post)
  7. #66
    Alessendro's Avatar Member
    Reputation
    2
    Join Date
    Feb 2018
    Posts
    14
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi s4000,

    first of all: Many thanks for your great plugins, I love them all

    And this one, MissingBuff, creates with the new version of TH 20.3.8.1 (with version 20.3.4.1 all is good) many exceptions (always the same one):

    2020.03.09 22:03:15.543 20.3.8.1 overlay paint error (System.NullReferenceException: The object reference was not set to an object instance.
    bei Turbo.Plugins.DAV.DAV_MissingBuffConfig.<>c.<Customize>b__2_2(IPlayer player)
    bei Turbo.Plugins.DAV.DAV_NoBuffRule.ShowOnList(IPlayer player)
    bei Turbo.Plugins.DAV.DAV_NoBuffLsit.PaintVerticalFull(IPlayer player, Single x, Single y, String& speak)
    bei Turbo.Plugins.DAV.DAV_MissingBuff.PaintWorld(WorldLayer layer)
    bei ‪‎‫‬*‪*‎‪‪***​*‫‏*‎*​*.​​‬*‏‫‪*******​*‪*‏‬​‫*​** *.‫‎‎*‬​*​‎*​‬*‫‫​‪***‬‎‬​*‎‎‪*‎**()
    bei ‪‎‫‬*‪*‎‪‪***​*‫‏*‎*​*.*‬‏‪**‬*‏‪‬‪*​‏‎‏*‪‎‪ **(IPlugin , String , Action )
    bei ‪‎‫‬*‪*‎‪‪***​*‫‏*‎*​*.‎*​‎*​*‏*‎‪****‫‪‪ **(Object , EventArgs )
    bei ‪*‎‏*‬‫*‏‫‏‫**‪**‬‫‫‫*‪**‪*.​​‏**‎‎‫***‪‎*‏‏*​‏‏‫**‏‪‬​‏ ‬*())
    2020.03.09 22:03:15.578 20.3.8.1 overlay paint notification (SharpDX.SharpDXException: HRESULT: [0x88990001], Module: [SharpDX.Direct2D1], ApiCode: [D2DERR_WRONG_STATE/WrongState], Message: Das Objekt befand sich nicht im richtigen Status, um die Methode zu verarbeiten.

    bei SharpDX.Result.CheckError()
    bei ‪*‎‏*‬‫*‏‫‏‫**‪**‬‫‫‫*‪**‪*.​​‏**‎‎‫***‪‎*‏‏*​‏‏‫**‏‪‬​‏ ‬*())


    When I stop TH and delete the file plugins_compiled_xxxxxx.dll I can play without any exception for some minutes.
    But then e.g. 1000 exceptions occur, TH and the MissingBuff plugin still working, and for a long time no additional exception occurs.

    Do you have some ideas for fixing?

    THX in advance!

  8. #67
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alessendro View Post
    Hi s4000,

    first of all: Many thanks for your great plugins, I love them all
    THX in advance!

    do you include the Low Soul Harvest code?
    If yes, please modify the code again using the latest one as I had modified to avoid bugs.

  9. #68
    Khaine40K's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant get this to work. Copied the files in the regular way, but once Thud starts, it tells me about having exceptions. Any advise on making it work?

  10. #69
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Khaine40K View Post
    I cant get this to work. Copied the files in the regular way, but once Thud starts, it tells me about having exceptions. Any advise on making it work?
    post the exception here, otherwise cant help

  11. #70
    Khaine40K's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Problem solved, thanks you for the reply.

  12. #71
    Eternal8888's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway for this to tell me when the crusader loses his squirts when I am the support monk? or to notify me when the WD has no IP rather than myself? also it it possible for this to only tell me when i lost my sqirts vs the RG and not during the Rift as sader?

  13. #72
    Eternal8888's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I asked too many questions at once. Mostly I would love to be able to only be notified when I lose my squirts when i am fighting the rift guardian. Since i lose my squirts alot during the rift, it would be nice to only hear "no squirts" when fighting the Rift Guardian.

  14. #73
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eternal8888 View Post
    I think I asked too many questions at once. Mostly I would love to be able to only be notified when I lose my squirts when i am fighting the rift guardian. Since i lose my squirts alot during the rift, it would be nice to only hear "no squirts" when fighting the Rift Guardian.
    ATM dont support speak with different condition

  15. #74
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Code for DH GoDL 2pcs stack
    Code:
    plugin.HeroNoBuffList.Add(HeroClass.DemonHunter, new DAV_NoBuffRule() {
                        InCombatOnly = true,
                        IsRelevant = (player) => player.Powers.BuffIsActive(484290, 0),
                        IsBuffOn = (player) => player.Powers.GetBuff(484289).TimeLeftSeconds[10] > 15,
                        IconMsg = (player) => player.Powers.GetBuff(484289).TimeLeftSeconds[10].ToString("F0"),
                        SpeakEnable = true,
                        Message = "Low Momentum",
                        warmFont = stdFont,
                        IconSize = stdSize,
                        Icon_Brush = Brush_Red,
                        Icon_BG = Hud.Texture.InventorySetBackgroundSmall,
                        Icon_Texture = Hud.Texture.GetTexture(Hud.Sno.SnoPowers.DemonHunter_Passive_HotPursuit.Icons[1].TextureId) 
                    });

  16. Thanks BeeAntOS, madbmax (2 members gave Thanks to s4000 for this useful post)
  17. #75
    ch25's Avatar Active Member
    Reputation
    37
    Join Date
    Mar 2017
    Posts
    135
    Thanks G/R
    34/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After last game/th update. it is displayed in top left corner almost out of the screen.
    How to correct it's position?
    Last edited by ch25; 09-16-2023 at 02:26 PM.

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [ENG] Player Power Set
    By s4000 in forum TurboHUD Community Plugins
    Replies: 21
    Last Post: 06-24-2020, 07:07 AM
  2. [ENG] Boss Warming Message
    By s4000 in forum TurboHUD Community Plugins
    Replies: 47
    Last Post: 04-17-2020, 09:08 PM
  3. [ENG] non rotating COE buff with time bar
    By s4000 in forum TurboHUD Community Plugins
    Replies: 58
    Last Post: 02-13-2020, 08:37 PM
  4. Spell power buff
    By gozzz in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 07-30-2018, 08:36 AM
  5. [Bug] ui_default_buffs missing buffs from other players
    By d2k2 in forum TurboHUD Support
    Replies: 1
    Last Post: 12-31-2017, 04:55 PM
All times are GMT -5. The time now is 12:26 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