[V9.x] [RNN] TheFellowshipOfThePotion menu

User Tag List

Results 1 to 9 of 9
  1. #1
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    [V9.x] [RNN] TheFellowshipOfThePotion

    These plugins were originally created for the S28 and have been adapted to the current seasons by removing unnecessary code after the potion was nerfed.

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

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

    Code:
    	Hud.GetPlugin<RNN.TheFellowshipOfThePotion>().Enabled = true;
    	Hud.RunOnPlugin<RNN.TheFellowshipOfThePotion>(plugin => 
    	{
    		plugin.OffsetX = 2.55f;			// To set the x coordinate of the icon  (OffsetYX * Portrait Width)
    		plugin.OffsetY = 0.50f;			// To set the y coordinate of the icon (OffsetYX * Portrait Height)
    		plugin.Opacity = 0.75f;			// 0f..1f  Opacity for icon texture
    		plugin.SizeMultiplier = 0.65f;		// Size multiplier for icons
    		plugin.swapTexturePotion = true;	// Change the texture when you get a buff from the potion.
    	} );
    --------------------------------------

    If you only want the potion for yourself



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

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

    Code:
    	Hud.GetPlugin<RNN.MyPreciousPotion>().Enabled = true;
    	Hud.RunOnPlugin<RNN.MyPreciousPotion>(plugin =>
    	{
    		plugin.OffsetX_Me = 0.55f;		// 0f..1f  To set the x coordinate of the icon (OffsetX_Me * Hud.Window.Size.Width)
    		plugin.OffsetY_Me = 0.47f;		// 0f..1f  To set the y coordinate of the icon (OffsetY_Me * Hud.Window.Size.Height)
    		plugin.Opacity = 0.75f;			// 0f..1f  Opacity for icon texture
    		plugin.SizeMultiplier = 0.75f;		// Size multiplier for icons
    		plugin.swapTexturePotion = true;	// Change the texture when you get a buff from the potion.
    	} );
    Last edited by RNN; 07-21-2024 at 10:22 AM. Reason: reuploaded

    [V9.x] [RNN] TheFellowshipOfThePotion
  2. Thanks LittleDez13, JohnWick, TobiaSBooN, Jembo, SeaDragon, 731113, BombasticBoo, ipaman (8 members gave Thanks to RNN for this useful post)
  3. #2
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update

    added notification for power , added plugin variant

  4. #3
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update

    Added Counter for powers you've had in Rifts


  5. #4
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    118
    Thanks G/R
    31/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Excellent Plugin RNN - TYVM
    I have noticed when I have the Power Potion buff active and then hit a channelling pylon, the "Potion Power" TTS announces again even when the power buff wasn't refreshed. Perhaps add a condition to only announce when Buff duration >15secs

  6. #5
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    When you take a channeling, the cooldown of the potion is reset and if you have the pction on autocast it will be used again, and it can happen that you get power again, it happened to me too. Anyway, I'll look into it if it happens, even when you don't get another power.

    Edit:
    You're right, add an additional check to it: Hud.Game.Me.Powers.GetBuff(488072)?.TimeLeftSeconds[0] > 15

    You noticed this bug because your autocast doesn't work as it should
    Before using the potion it is convenient to check if you have power from a pylon, from the potion or from an echoing nightmare.

    if (!Hud.Game.Me.Powers.BuffIsActive(262935,0) && !Hud.Game.Me.Powers.BuffIsActive(488072,0) && !Hud.Game.Me.Powers.BuffIsActive(486865,0) )

    I'll upload the updated version in a moment
    Last edited by RNN; 03-07-2023 at 08:58 AM.

  7. #6
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update

    Fixed Bug. (thanks to Jembo for reporting it)

  8. Thanks Jembo, 731113 (2 members gave Thanks to RNN for this useful post)
  9. #7
    BombasticBoo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2021
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I trouble you to re-enable the links to both plugins? Thanks in advance

  10. #8
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BombasticBoo View Post
    Can I trouble you to re-enable the links to both plugins? Thanks in advance
    These plugins are no longer as useful as in S28, but I uploaded a fixed and adapted update.

  11. Thanks BombasticBoo (1 members gave Thanks to RNN for this useful post)
  12. #9
    RNN's Avatar Legendary
    Reputation
    837
    Join Date
    Sep 2018
    Posts
    1,102
    Thanks G/R
    107/799
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update

    To find out the circle generated by each player will have to match the instant in which the potion was used, before there was a margin of 1 tick (1/60 seconds)


    Update 2

    Yesterday they didn't update properly, reuploaded
    Last edited by RNN; 07-21-2024 at 10:21 AM.

Similar Threads

  1. [V9.1] [RNN] BuildsIcons&Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 109
    Last Post: 04-29-2024, 09:32 AM
  2. [Guide] Calculate The Cost of Crafting Potions, Elixirs and Flasks
    By lilsniff in forum WoW Classic Guides
    Replies: 12
    Last Post: 09-22-2022, 12:02 PM
  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] Singularity & Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 1
    Last Post: 03-27-2020, 09:33 AM
  5. Increase the effect of healing potions. Bears.
    By pantowned in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 12-28-2010, 10:11 AM
All times are GMT -5. The time now is 05:31 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