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

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  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] MonsterKrysbinPlugin

    Supported TurboHUD version: 7.6



    Hi,
    this plugin shows you if a Monster can get full Krysbins Dmg.
    [v7.5] [INTERNATIONAL] [gjuz] MonsterKrysbinPlugin-krysbinplugin-gif

    Download: [C#] MonsterKrysbinPlugin
    install to: [HUD folder]/plugins/gjuz/MonsterKrysbinPlugin.cs


    Note:
    • Only for Greater Rifts.
    • if no Krysbin is equipped, no icon will be drawn.
    • default position is at Monsters Feet. To change use Offset.
    • default only for Necromancer. To Change use DrawForHeroClass.
    • You can Set if you want to view at Elite / Boss.




    Customisations:
    PHP Code:
    //############# MonsterKrysbinPlugin #############
    Hud.RunOnPlugin<MonsterKrysbinPlugin>(plugin =>
    {
        
    plugin.DrawAtBoss true;         //Krysbin for Boss
        
    plugin.DrawAtElite true;        //Krysbin for Elites
        
    plugin.SizeMultiplier 0.65f;    //iconSize Multiplier
        
    plugin.opacityMultiplier 0.35f;    //opacity Multiplier - single Krysbin (NOT Full Krysbin)
        
        //position offset
        
    plugin.OffsetX 0f;
        
    plugin.OffsetY 0f;
        
        
    //only draw for specific classes
        // plugin.DrawForHeroClass.Add(HeroClass.Barbarian);
        // plugin.DrawForHeroClass.Add(HeroClass.Crusader);
        // plugin.DrawForHeroClass.Add(HeroClass.DemonHunter);
        // plugin.DrawForHeroClass.Add(HeroClass.Monk);
        // plugin.DrawForHeroClass.Remove(HeroClass.Necromancer);        //NEC added by Default
        // plugin.DrawForHeroClass.Add(HeroClass.WitchDoctor);
        // plugin.DrawForHeroClass.Add(HeroClass.Wizard);
    }); /**/ 

    Update:
    - new method to check Krysbin
    - added opacity for single krysbins buff (NOT Full Buff)
    Update:
    calculation logic - necessary update !!!



    greetz gjuz
    Last edited by gjuz; 11-30-2017 at 06:18 PM.

    [v7.5] [INTERNATIONAL] [gjuz] MonsterKrysbinPlugin
  2. Thanks TobiaSBooN, cherouvim13, ADV2015, Blop08 (4 members gave Thanks to gjuz for this useful post)
  3. #2
    Xewl's Avatar Active Member CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2015
    Posts
    95
    Thanks G/R
    24/19
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Good idea, thank you

  4. #3
    Xewl's Avatar Active Member CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2015
    Posts
    95
    Thanks G/R
    24/19
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Just tried and it does not appear to be working. My clan mates tried it as well and it didn't work for them either.

  5. #4
    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)
    doesn' t work for me either

  6. #5
    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)
    Works as intended for me.

    tell me your testing circumstances...


    greetz gjuz

  7. #6
    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)
    im on necro, with krysbin in gr. no circle or icon under the mobs

    btw how to make these circles like in your images?

  8. #7
    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)
    Great !! I'll test it when i back home

  9. #8
    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
    im on necro, with krysbin in gr. no circle or icon under the mobs

    btw how to make these circles like in your images?
    circle is not part of plugin -> elitemarkplugin

    read the krysbins itemtext once more.
    • if a monster is slowed wich mean a slow or chill effect i get more dmg from krysbin
    • if it gets another cc effect (stun, freeze, blind) then the krysbin effect is trippeld. -> icon is drawn.


    first e.g. by bane of trapped
    second e.g. by land of the dead - freeze rune

    if both come together you'll have the dmg, and icon


    greetz gjuz

  10. Thanks cherouvim13 (1 members gave Thanks to gjuz for this useful post)
  11. #9
    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)
    Same here, i dont have this icon. Is it possible plugin dont check cubed krysbin ring??

  12. #10
    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)
    Ok, i did a solo gr with double CC on mobs, sometimes the icon appeared sometimes not, krysbin is on me and not in cube. Dunno if there is something that holds the icon back into not appearing

  13. #11
    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
    Same here, i dont have this icon. Is it possible plugin dont check cubed krysbin ring??
    i check if player has krysbin buff (legendary power) -> equipped or cube means the same.


    greetz gjuz

  14. #12
    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)
    I see with my Barb the icon under Boss feet, nice Plugin, thanks.
    I´m sorry for my bad english

  15. #13
    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)
    Sorry, my mistake ... work 100%. I just before do to low GR and dont have time to obseve this icon ;P

  16. #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)
    for testing - edit plugins code, and remove the only in GRift line
    that's how i took those pictures above.

    greetz gjuz

  17. Thanks cherouvim13 (1 members gave Thanks to gjuz for this useful post)
  18. #15
    Darkblader24's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2017
    Posts
    30
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As far as I understood the ring you don't need a monster to be slowed AND stunned but ONLY stunned to get the full bonus.

Page 1 of 2 12 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.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin
    By gjuz in forum TurboHUD Community Plugins
    Replies: 50
    Last Post: 08-30-2019, 05:04 AM
  4. [v7.3] [INTERNATIONAL] [gjuz] PlayerInTown
    By gjuz in forum TurboHUD Community Plugins
    Replies: 10
    Last Post: 11-30-2017, 06:11 PM
All times are GMT -5. The time now is 07:46 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