[v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 51
  1. #1
    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)

    [v7.6] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin

    Supported TurboHUD version: 7.6



    I got a request, if i can Draw CoE Buff from BossKiller in the middle of the Screen in Boss fight.
    -> to stun Boss properly in CoE phase, for Krysbin.


    this is my solution:
    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin-coepowerfullplugin_boss-gif

    Download: [C#] CoEPowerfullPlugin.cs - Pastebin.com
    install to: [HUD folder]/plugins/gjuz/CoEPowerfullPlugin.cs

    by Default:
    the CoE is only drawn in BossFight, under the bosses feet
    only the most powerful Element
    only for barbarian players
    CoE from Necromancer
    only in GreaterRifts !!

    for Customizations:
    PHP Code:
    //############# CoEPowerfullPlugin #############
    Hud.RunOnPlugin<CoEPowerfullPlugin>(plugin =>
    {
        
    plugin.bJustTheBest true;            //only max Element
        
    plugin.bJustAtBoss true;            //only at Boss
        
    plugin.bDrawOnBossFeet true;        //draw on Bosses Feet if true else draw on Players Feet
        
    plugin.bDrawCentered true;            //draw Centered
        
    plugin.bDrawKrysbin true;            //draw KrysbinItem if Boss is "Krysbined"
        
        // plugin.OffsetX = 0f;
        // plugin.OffsetY = 0f;

        // plugin.opacityMultiplier = 0.35f;    //opacity Multiplier - single Krysbin (NOT Full Krysbin)
        // plugin.IconSizeMultiplier = 0.65f;    //IconSize Multiplier
        // plugin.BuffPainter.TimeLeftFont = Hud.Render.CreateFont("tahoma", 7, 255, 255, 255, 255, false, false, 255, 0, 0, 0, true);
        
        // WatchThisClass = HeroClass.Necromancer;                    //Necromancer by Default
        
        //only draw for specific classes
        // plugin.DrawForHeroClass.Remove(HeroClass.Barbarian);        //Barb added by Default
        // plugin.DrawForHeroClass.Add(HeroClass.Crusader);
        // plugin.DrawForHeroClass.Add(HeroClass.DemonHunter);
        // plugin.DrawForHeroClass.Add(HeroClass.Monk);
        // plugin.DrawForHeroClass.Add(HeroClass.Necromancer);
        // plugin.DrawForHeroClass.Add(HeroClass.WitchDoctor);
        // plugin.DrawForHeroClass.Add(HeroClass.Wizard);
    }); /**/ 
    You can set which HeroClass you want to watch CoE from. (WatchThisClass)

    You can set who can see CoE (DrawForHeroClass)
    * note: if the listis empty, it's drawn for every HeroClass.

    You can set if you want to see just the powerfull Element, or the complete cycle. (bJustTheBest)

    you can set if you want to see it under the bosses feet or otherwise under "watched"players feet (bDrawOnBossFeet)

    in case bDrawOnBossFeet = false
    you can set if you want the CoE all the time or just at bossfight (bJustAtBoss)

    you can set if you want to see the CoE buff list centered und someones feet (bDrawCentered)



    Note: Numbers show the timeLeft to next Powerfull phase.


    examples:
    watch Necromancer, one element, not centered, atNecromancerFeet
    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin-coepowerfullplugin_player-png
    watch Necromancer, all elements, centered, atNecromancerFeet
    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin-coepowerfullplugin_all_centered-png
    watch Monk, all elements, not centered, at MonkFeet
    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin-coepowerfullplugin_customclass-png




    Update:
    Shows if boss gets full Krysbin Dmg
    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin-coepowerfullplugin_boss_krysbin-gif
    Update:
    Position Offset
    Update:
    IconSizeMultiplier
    opacityMultiplier -> this is only for single Krysbin NOT Full Buff
    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin-coepowerfull_iconsize-png
    Opacity = 1 means Full Krysbin Buff (3x single) left image
    Update:
    calculation logic - necessary update !!!


    greetz gjuz
    Last edited by gjuz; 12-06-2017 at 05:32 PM.

    [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin
  2. Thanks TobiaSBooN, johnbl, ADV2015 (3 members gave Thanks to gjuz for this useful post)
  3. #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)
    Thx! You are the best.

  4. #3
    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)
    DrawKrysbin Update

  5. Thanks TobiaSBooN, cherouvim13, bm206 (3 members gave Thanks to gjuz for this useful post)
  6. #4
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u add customization for turn off CoE, i want only DrawKrysbin Thx

  7. #5
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same, I only want Krysbin and if possible not only at Boss

    But basically this request is to make a standalone krysbin plugin :P

    edit : for CoE I use this one COE plugin fix

    I have it on top, because at feet this is already a lot of "mess" having buffs, essense % etc.
    Last edited by cherouvim13; 11-13-2017 at 04:31 AM.

  8. #6
    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 cherouvim13 View Post
    edit : for CoE I use this one COE plugin fix
    This CoE don't show your own CoE, it shows the CoE of the Bosskiller or of the class you have customized.
    On some bosses the Barb has to interrupt some animations of the boss like spawning minions by crusader king. And you have to stun on physical -> you see CoE of Necro and the animations on the boss on one spot!

    Thx gjuz, this is awesome.

  9. #7
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can see the CoE of the party anyway (beside each portrait)

  10. #8
    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)
    But you have to look left, to Boss, to left, to Boss,...
    I bet you miss a stun to interrupt.

  11. #9
    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)
    Originally Posted by MrOne View Post
    Can u add customization for turn off CoE, i want only DrawKrysbin Thx
    Originally Posted by cherouvim13 View Post
    Same, I only want Krysbin and if possible not only at Boss

    But basically this request is to make a standalone krysbin plugin :P
    you want another plugin...
    incoming later this evening.
    http://www.ownedcore.com/forums/diab...ml#post3799806


    greetz gjuz
    Last edited by gjuz; 11-13-2017 at 06:10 PM.

  12. Thanks cherouvim13, TobiaSBooN (2 members gave Thanks to gjuz for this useful post)
  13. #10
    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)
    Originally Posted by cherouvim13 View Post
    edit : for CoE I use this one COE plugin fix

    I have it on top, because at feet this is already a lot of "mess" having buffs, essense % etc.
    position offset, ok good idea - for next update.
    updated

    greetz gjuz
    Last edited by gjuz; 11-13-2017 at 05:34 PM.

  14. Thanks cherouvim13, TobiaSBooN (2 members gave Thanks to gjuz for this useful post)
  15. #11
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Two things:
    1) Can you add costumize icon size for COE and Krysbin (i know i can change _ruleCalculator.SizeMultiplier = 1.00f;, and i do it but it change only COE size)
    2) Krysbin icon is covered by COE icon, can u make them side by side?

  16. #12
    eifos's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, first of all great plugin.
    Im just wondering how you get the highest element with a timer for the coe since i use a snippet for my coe under my feet solo but it keeps changing element with no timer.
    The way you do it seems alloth more usefull.
    i currently use this:
    feetBuffs.Add(new BuffRule(430674) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true });
    even though show timeleft=true it does not display any numbers only the countdown used by diablo default so if i know how to do this i would also aply it to some other feet buffs i placed there.

  17. #13
    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)
    Originally Posted by eifos View Post
    Hi, first of all great plugin.
    i currently use this:
    feetBuffs.Add(new BuffRule(430674) { IconIndex = null, MinimumIconCount = 1, ShowTimeLeft = true });
    even though show timeleft=true it does not display any numbers only the countdown used by diablo default so if i know how to do this i would also aply it to some other feet buffs i placed there.
    Hi,
    thx,
    feetBuffs shows your own CoE
    this plugin is intended to show RiftGuarianKillers CoE

    greetz gjuz

  18. #14
    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)
    Update


    Originally Posted by MrOne View Post
    Two things:
    1) Can you add costumize icon size for COE and Krysbin (i know i can change _ruleCalculator.SizeMultiplier = 1.00f;, and i do it but it change only COE size)
    2) Krysbin icon is covered by COE icon, can u make them side by side?
    1) added
    2) one multiplier for both.


    greetz gjuz

  19. Thanks PapYruS (1 members gave Thanks to gjuz for this useful post)
  20. #15
    PapYruS's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    25
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    heyho gjuz nice work but u have a small misstype on ur customization path...

    PHP Code:
    //############# CoEPowerfullPlugin #############
    Hud.RunOnPlugin<CoEPowerfullPlugin>(plugin => 
    fails he cant find the plugin...

    PHP Code:
    //############# CoEPowerfullPlugin #############
    Hud.RunOnPlugin<gjuz.CoEPowerfullPlugin>(plugin => 
    now its workin


    thx for your plugins , nice job !

    greetz papy

Page 1 of 4 1234 LastLast

Similar Threads

  1. [v7.2] [INTERNATIONAL] [glq] MonsterRiftProgressionPlugin
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 23
    Last Post: 09-07-2021, 04:46 AM
  2. [v7.4] [INTERNATIONAL] [gjuz] NecSkeletalMagePlugin
    By gjuz in forum TurboHUD Community Plugins
    Replies: 24
    Last Post: 09-01-2019, 10:20 AM
  3. [v7.3] [INTERNATIONAL] [gjuz] PlayerInTown
    By gjuz in forum TurboHUD Community Plugins
    Replies: 10
    Last Post: 11-30-2017, 06:11 PM
  4. [V7.2][International][Grischu] Buffstatistics
    By Grischu in forum TurboHUD Community Plugins
    Replies: 20
    Last Post: 04-05-2017, 02:27 AM
All times are GMT -5. The time now is 05:37 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