[INTERNATIONAL] [Jack] *AlertListPlugin menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 100
  1. #1
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL] [Jack] *AlertListPlugin



    This is a plugin pack, 5 fully customizable alert lists :


    Examples :

    Gargantuans & Zombie Dogs missing :


    Barbarian :


    Flying Dragon active :


    Powers actually included by default in the PlayerTopAlertListPlugin :
    // =========
    // Barbarian
    // =========
    // War Cry
    // Battle Rage
    // Ignore Pain
    // Call of Ancients

    // ========
    // Crusader
    // ========
    // Akarat's Champion

    // ===========
    // DemonHunter
    // ===========

    // ====
    // Monk
    // ====
    // Flying Dragon
    // Sweeping Wind : Drained
    // Sweeping Wind : Recharge

    // ===========
    // WitchDoctor
    // ===========
    // gargantuans
    // zombie dogs

    // ======
    // Wizard
    // ======
    // Energy Armor
    // Storm Armor
    // Ice Armor
    // Magic Weapon
    // Familiar
    Credits :
    - started as a rewrite of @legendofbrett v6 xml, Kudos for the idea & snos ;p

    Install :
    Unzip the files into \plugins\ (there is already a 'Jack' folder inside the zip)
    (No VirusTotal because it's a dynamic tarball, always up to date) Zip from GitHub

    Customization :
    • PlayerTopAlertListPlugin
    • PlayerBottomAlertListPlugin
    • PlayerLeftAlertListPlugin
    • PlayerRightAlertListPlugin
    • MiniMapLeftAlertListPlugin

    See \plugins\Jack\Alerts\AlertListSampleCustomizationPlugin.txt for examples.
    Last edited by JackCeparou; 02-14-2019 at 07:37 AM. Reason: version tag

    [INTERNATIONAL] [Jack] *AlertListPlugin
  2. Thanks RealGsus, kuldrok, Dandello, migajo, bm206, Djanee, Runkel, thaelina, sketax, Razzko, Plapper, BeeAntOS, Jackass24, temp123 (14 members gave Thanks to JackCeparou for this useful post)
  3. #2
    KingXaris's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    3
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for the noob question but how can i download this plugin Jack? the url you gave doesn't work for me at least

  4. #3
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I rushed the copy/pasta and the link was broken, thanks for reporting ; )

  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)
    So much customization here, I hope it will be including @ TurboHUD Customization Tool !

  6. #5
    migajo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    27
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi JackCepqrou

    Request

    // ShadowPower 130830
    plugin.AlertList.Alerts.Add(new Alert(Hud, HeroClass.DemonHunter)
    {
    TextSnoId = powers.DemonHunter_ShadowPower.Sno,
    MessageFormat = "\uD83D\uDE08 {0} \uD83D\uDE08",//��
    Rule =
    {
    ShowInTown = true,
    CheckSkillCooldowns = true,
    EquippedSkills = new [] { new SnoPowerId(powers.DemonHunter_ShadowPower.Sno) },
    InactiveBuffs = new [] { new SnoPowerId(powers.DemonHunter_ShadowPower.Sno) },
    },
    });
    The Shadow's Mantle 4pc
    Shadow Power gains the effect of every rune and lasts forever

    Cooldown is unknown when worn

    Cooldown 5 seconds as described in the runes below, but I do not know

    Night Bane Rune
    Slow movement speed of enemies within 30 yards by 80% for 5 seconds.

    The Shadow's Mantle 4pc Help me to be output after cooldown

  7. #6
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
                // ShadowPower 130830
                
    plugin.AlertList.Alerts.Add(new Alert(HudHeroClass.DemonHunter)
                {
                    
    TextSnoId powers.DemonHunter_ShadowPower.Sno,
                    
    MessageFormat "\uD83D\uDE08 {0} \uD83D\uDE08",//��
                    
    Rule =
                    {
                        
    ShowInTown true,
                        
    CheckSkillCooldowns true,
                        
    EquippedSkills = new [] { new SnoPowerId(powers.DemonHunter_ShadowPower.Sno) },
                        
    ActiveBuffs = new [] { new SnoPowerId(318876) }, //318876    ItemPassive_Unique_Ring_680_x1        Shadow Power gains the effect of every rune and lasts forever.
                        
    InactiveBuffs = new [] { new SnoPowerId(powers.DemonHunter_ShadowPower.Sno) },
                    },
                }); 
    I can't test it, i don't have 4 piece.
    Report if it works i'll add it to the default config ; )
    Hide the Rum! --> Default theme customization 101 <--

  8. #7
    migajo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    27
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It does not work
    No Alert after 5 seconds due to 4pc effect
    I think it would be nice to create a 5 second cooldown count?
    Last edited by migajo; 04-03-2017 at 03:36 PM.

  9. #8
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't understand what you want, the 4 pieces bonus doesn't add anything with 5s.
    5s is the base effect duration of Shadow Power.

    And btw, this plugin doesn't handle countdown and no plan to do so.
    Hide the Rum! --> Default theme customization 101 <--

  10. #9
    migajo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    27
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep
    Why did you ask for it?
    Get 4 pieces,
    To get Night Bane Rune effect, click ShadowPower once every 5 seconds.

    Thanks for reading

  11. #10
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by migajo View Post
    Yep
    Why did you ask for it?
    Get 4 pieces,
    To get Night Bane Rune effect, click ShadowPower once every 5 seconds.

    Thanks for reading
    Wait, what ?
    First : i didn't ask anything. There was no question mark in my sentences.
    Second : Learn to code and make it yourself instead of telling me to get 4 pieces to help you.
    Third : I'll not answer to this specific request anymore.
    Hide the Rum! --> Default theme customization 101 <--

  12. #11
    Djanee's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jack, is it possible to make an alert when a goblin is near? When you would hear the goblin laugh on speaker it makes an alert pop up? I looked at the Sample Customization file but couldn't quite put together to goblinplugin code and the alert plugin samples to make something that works.

    Thanks in advance

  13. #12
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Djanee View Post
    Jack, is it possible to make an alert when a goblin is near? When you would hear the goblin laugh on speaker it makes an alert pop up? I looked at the Sample Customization file but couldn't quite put together to goblinplugin code and the alert plugin samples to make something that works.
    This will display a green "!!! Goblin !!!" alert when a goblin is alive & around (i can't test it before tonight but this should work)
    PHP Code:
                Hud.RunOnPlugin<Jack.Alerts.PlayerTopAlertListPlugin>(plugin =>
                {
                    
    plugin.AlertList.Alerts.Add(new Jack.Alerts.Alert(Hud)
                    {
                        
    MessageFormat "!!! Goblin !!!",
                        
    Rule =
                        {
                            
    CustomCondition player =>
                            {
                                if (
    Hud.Game.Me.IsInTown) return false;
                                return 
    Hud.Game.AliveMonsters.Any(=> m.SnoMonster.Priority == MonsterPriority.goblin);
                            },
                        },
                        
    Label =
                        {
                            
    TextFont Hud.Render.CreateFont("tahoma"122553024430falsefalse242000true),
                        }
                    });
                }); 
    Hide the Rum! --> Default theme customization 101 <--

  14. Thanks cherouvim13 (1 members gave Thanks to JackCeparou for this useful post)
  15. #13
    Djanee's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works! Thank you!

  16. #14
    Kasztan100's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    9
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm blind? where is the link to download?

  17. #15
    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)
    There.....

    Originally Posted by JackCeparou View Post

  18. Thanks franehr (1 members gave Thanks to cherouvim13 for this useful post)
Page 1 of 7 12345 ... LastLast

Similar Threads

  1. [INTERNATIONAL] [Jack] DangerousAffixMonsterPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 03-20-2021, 04:08 AM
  2. [INTERNATIONAL] [Jack] RiftInfoPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 63
    Last Post: 02-25-2021, 07:35 AM
  3. [INTERNATIONAL] [Jack] DoorsPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 94
    Last Post: 01-15-2021, 05:08 PM
  4. [INTERNATIONAL] [Jack] BossSkillsPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 16
    Last Post: 03-27-2019, 01:50 AM
  5. [v7.2] [INTERNATIONAL] [Jack] ItemDropSoundAlertPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 22
    Last Post: 07-17-2017, 08:27 PM
All times are GMT -5. The time now is 06:33 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