CooldownSoundPlayerPlugin menu

User Tag List

Results 1 to 3 of 3
  1. #1
    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)

    CooldownSoundPlayerPlugin

    I believe in the plugin there is an unwanted feature:
    I hear the wav file not only when the cooldown is done, but also when you press the skill.

    CooldownSoundPlayerPlugin
  2. #2
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    I fixed it with following code in CooldownSoundPlayerPlugin.cs:

    Added line:
    if (!expired) return;

    Code:
    public void OnCooldown(IPlayerSkill playerSkill, bool expired)
    {
    	if (!expired) return;
    	if (playerSkill.Player != Hud.Game.Me) return;
    	if (EnableOnlyWhenIngameSoundIsEnabled && !Hud.Game.IsIngameSoundEnabled) return;
    
    	CoolDownRule rule = null;
    	if (!CoolDownRules.TryGetValue(playerSkill.SnoPower, out rule)) return;
    		if (rule == null) return;
    
    	ThreadPool.QueueUserWorkItem(state =>
    	{
    		try
    		{
    			rule.SoundPlayer.PlaySync();
    		}
    		catch (Exception)
    		{
    		}
    	});
    }

  3. Thanks bm206 (1 members gave Thanks to JarJarD3 for this useful post)
  4. #3
    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, it works.

All times are GMT -5. The time now is 10:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search