[V9.1] [INTERNATIONAL] [RNN] Spirit Barrage Icon menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xxbellum View Post
    Thank you so much for this plugin! Can you please also add OnlyMe for this?
    Update
    Added OnlyMe
    Phantasm duration will be 10 or 5 depending on whether the item Gazing Demise is equipped (not required, if not equipped the skill rune 2 is checked)
    Last edited by RNN; 03-17-2020 at 04:37 PM.

    [V9.1] [INTERNATIONAL] [RNN] Spirit Barrage Icon
  2. Thanks xxbellum, BeeAntOS (2 members gave Thanks to RNN for this useful post)
  3. #17
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update

    If a phantasm is created when your character is close and you move away from phantasm, and after a few seconds you back, the phantasm timer is reset (you will see again 10/5 seconds again). Solved.
    Known limitation: if the phantasm is created and your character is far away. and then you get closer to the phantasm, the timer will start from that moment (10/5 seconds). I don't know of any solution for this.

  4. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
  5. #18
    LittleDez13's Avatar Member
    Reputation
    3
    Join Date
    Mar 2020
    Posts
    69
    Thanks G/R
    48/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to include the option to display only when I am zBarb or WD?
    Also, include the criteria of hiding when you are on the boss with rgk present, as in the last update to supportcoebar.cs? And, case no have rgk, hide after boss dead.
    Thank you.

  6. #19
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I'll check it tomorrow

  7. #20
    M1SHAKE's Avatar Member
    Reputation
    7
    Join Date
    Jul 2018
    Posts
    94
    Thanks G/R
    5/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Supported TurboHUD version: 9.x

    Icon for Spirit Barrage
    Show the data (time left) of the 3 most recent actors, regardless of the character to which they correspond (designed for GR Meta4)

    The values ​​are ordered from highest to lowest

    time left > 2
    time left <= 2
    explosion





    Download: SpiritBarrageIcon.cs

    Installation: Place SpiritBarrageIcon.cs in "pluginsRNNSpiritBarrageIcon.cs"

    Custom code (in PluginsUserPluginEnablerOrDisablerPlugin.cs , Optional) :

    Code:
    	Hud.GetPlugin<RNN.SpiritBarrageIcon>().Enabled = true;			
    	Hud.RunOnPlugin<RNN.SpiritBarrageIcon>(plugin =>
    	{	
    		plugin.Xpor = 0.46f;   		// Valid values: from 0 to 1 . To set the x coordinate of the icon
    		plugin.Ypor = 0.43f;		// Valid values: from 0 to 1 . To set the y coordinate of the icon			
    		plugin.SizeMultiplier = 1f; 	// Size multiplier for icon
    		plugin.Opacity = 0.75f;		// 0..1 Opacity for Textures
    		plugin.OnlyGR = false;		// Show  in GR only
    		plugin.OnlyMe = false;		// Ignore phantasm created by others players   
    		plugin.warning = 2.0f;		// 9.0f...0f Text will take the color yellow when it reaches this value	
    	}  );
    Plugin decorators (circles) : https://www.ownedcore.com/forums/dia...ml#post4170890 (Spirit Barrage Plugin update)
    -------------------

    SpiritBarrageIconS : alternative version with multiple icons, one per player. If you prefer to see only 1, install the previous version.



    plugins\RNN\SpiritBarrageIconS.cs

    Code:
    	Hud.GetPlugin<RNN.SpiritBarrageIconS>().Enabled = true;			
    	Hud.RunOnPlugin<RNN.SpiritBarrageIconS>(plugin =>
    	{	
    
    		plugin.Portrait = false;		// Show next to portrait
    		plugin.PortraitOffsetX = 0.103f;	// 0f..1f  Relative offset from portrait
    		plugin.PortraitOffsetY	= 0.105f;	// 0f..1f  Relative offset from portrait	
    		plugin.Xpor = 0.55f;   			// 0f..1f To set the x coordinate of the icon. (Portrait == false)
    		plugin.Ypor = 0.43f;			// 0f..1f To set the y coordinate of the icon. (Portrait == false)
    		plugin.Horizontal = true;		// Horizontal or vertical (Portrait == false)
    		plugin.SizeMultiplier = 1f;	 	// Size multiplier for icons
    		plugin.Opacity	= 0.75f;		// 0..1 Textures
    		plugin.OnlyGR = false;			// Show in GR only	
    		plugin.warning	= 2.0f;			// 9.9f...0.1f Text will take the color yellow when it reaches this value	
    	}  );
    Can you share the plugin with the how much vitality you have on the feet?

  8. #21
    odin99's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    deleted message
    Last edited by odin99; 05-06-2020 at 08:44 AM.

  9. #22
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by M1SHAKE View Post
    Can you share the plugin with the how much vitality you have on the feet?
    https://www.ownedcore.com/forums/dia...ml#post4106553 ([V9.0] [INTERNATIONAL] [RNN] OtherClassMarkers)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [V9.0] [INTERNATIONAL] [RNN] Icount
    By RNN in forum TurboHUD Community Plugins
    Replies: 21
    Last Post: 2 Weeks Ago, 04:48 AM
  2. [V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin
    By RNN in forum TurboHUD Community Plugins
    Replies: 137
    Last Post: 3 Weeks Ago, 04:25 PM
  3. [V9.0] [INTERNATIONAL] [RNN] BLueLines
    By RNN in forum TurboHUD Community Plugins
    Replies: 28
    Last Post: 03-20-2022, 07:48 PM
  4. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
  5. [V9.1] [INTERNATIONAL] [RNN] Spirit Barrage && COE
    By RNN in forum TurboHUD Community Plugins
    Replies: 60
    Last Post: 03-27-2020, 09:29 AM
All times are GMT -5. The time now is 06:07 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