[V9.1] [RNN] TrialsOfTempestsIcon menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 92
  1. #1
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    [V9.1] [RNN] TrialsOfTempestsIcon

    Simple plugin that reads data related to the seasonal power "Trials Of Tempests" and shows them in an icon.



    Download: TrialsOfTempestsIcon.cs

    If you use the - (Movable plugins system) , download this file instead of the previous one . In this version you can change the position of the icon of your character, and also the size but in this case it will also affect the rest of the players.

    Installation: Place TrialsOfTempestsIcon.cs in "plugins\RNN\TrialsOfTempestsIcon.cs"

    Custom code (in Plugins\User\PluginEnablerOrDisablerPlugin.cs , Optional) :

    Code:
    	Hud.GetPlugin<RNN.TrialsOfTempestsIcon>().Enabled = true;
    	Hud.RunOnPlugin<RNN.TrialsOfTempestsIcon>(plugin => 		
    	{		
    		plugin.OnlyGR = false;
    		plugin.OnlyMe = false;
    		plugin.VisibleFar = true;		// Keep showing the icon of the players who are far away: the data will freeze, at this distance the values ​​are not updated
    
    		plugin.PortraitMe = true;		// Show icon near portrait (true) or next to our character (false). For Me
    		plugin.PortraitOthers = true;		// Show icon near portrait (true) or next to our character (false). For Others Players
    		
    		plugin.OffsetX	 = +0.020f;		// To modify the position of the icon. Reference point: character	
    		plugin.OffsetY	 = -0.020f;
    		
    		plugin.OffsetXPortrait	 = -0.010f;	// To modify the position of the icon. Reference point: portrait	
    		plugin.OffsetYPortrait	 = +0.042f;
    			
    		plugin.Opacity = 0.85f;
    		plugin.SizeMultiplier = 0.75f;
    
    		plugin.SoundEnabledProc = true;		// Notify Proc . It will only work in GR and will warn a maximum of 1 second after it happens
    		plugin.SoundEnabledLast10 = true;	// Notify 10sec before Proc. It will only work in GR and will warn when 9-10 seconds are missing for the proc
    		plugin.FileSoundProc = "notification_5.wav";  // File to be played . It must be in the Sounds\ folder
    		plugin.FileSoundLast10 = "notification_6.wav";  
    
    	}  );
    Last edited by RNN; 07-29-2020 at 02:11 PM. Reason: Added version adapted to Movable plugins system

    [V9.1] [RNN] TrialsOfTempestsIcon
  2. #2
    cafe1326's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can it be displayed next to the character's avatar?
    Because you can’t see your teammate’s time..
    Thanks~8)

  3. #3
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update
    Added the possibility to show the icon next to the portrait : PortraitMe, PortraitOthers, OffsetXPortrait, OffsetYPortrait

  4. Thanks BeeAntOS, mois (2 members gave Thanks to RNN for this useful post)
  5. #4
    cafe1326's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you very much ~

  6. #5
    bolek85's Avatar Member
    Reputation
    2
    Join Date
    Jun 2020
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you nice job
    Last edited by bolek85; 07-06-2020 at 08:10 PM.

  7. #6
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update
    Added SoundEnabled , FileSound.
    If you are close to any player when the buff is enabled (only during the first second) it will play the chosen sound. Is disabled by default.
    Last edited by RNN; 07-07-2020 at 02:55 PM.

  8. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
  9. #7
    Jongmanlee's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you tell the buff in writing instead of the COE icon?

  10. #8
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    There is no place in the icon for more than a couple of letters, I think it's better like this

  11. #9
    xhslqkr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I went a long way.
    Party time is not visible.
    Is it possible to see from a distance? Even if it changes when you come near

  12. #10
    Wttioz's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, what is each number in the icon? I could understand the element and the timer in center(the stacks too), but what is the others one?

  13. #11
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xhslqkr View Post
    Is it possible to see from a distance? Even if it changes when you come near
    Update
    Added VisibleFar (keep showing the icon of the players who are far away: the data will freeze, at this distance the values ​​are not updated)

  14. #12
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wttioz View Post
    Hi, what is each number in the icon? I could understand the element and the timer in center(the stacks too), but what is the others one?
    element / previous kills
    countdown 90s
    timeleft buff / current kills

    These elemental damages depend on the accumulated kills, and must occur every 90 seconds, but it is buggy: some cause them every 30 seconds or so, in addition, the kills can be maintained by transferring them from one player to another. Blizzard is supposed to fix it soon.

  15. #13
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Do you have an addon to entirely turn off this season's cursed buff
    Last edited by Stormreaver; 07-11-2020 at 06:17 AM.

  16. #14
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I hesitate between 2 names: non-season or uninstall. The game is paused while I decide xD
    This theme is disappointing: it's annoying, with bugs, and ineffective (unless you use unplanned mechanics)

  17. #15
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    haha not to mention that it lags the game, esp if you have multiple people in the party.
    AND it activates in Set Dungeons looool

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. [V9.1] [RNN] GoblinsPlugin
    By RNN in forum TurboHUD Community Plugins
    Replies: 5
    Last Post: 3 Weeks Ago, 12:36 PM
  2. [V9.1] [RNN] BuildsIcons&Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 107
    Last Post: 10-05-2023, 10:35 AM
  3. [V9.1] [RNN] Shield Of Fury Stacks
    By RNN in forum TurboHUD Community Plugins
    Replies: 17
    Last Post: 06-02-2020, 01:33 PM
  4. [V9.1] [RNN] Resource in Portrait
    By RNN in forum TurboHUD Community Plugins
    Replies: 0
    Last Post: 04-08-2020, 08:12 AM
  5. [V9.1] [RNN] Singularity & Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 1
    Last Post: 03-27-2020, 09:33 AM
All times are GMT -5. The time now is 02: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