[V9.1] [RNN] TrialsOfTempestsIcon menu

Shout-Out

User Tag List

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 92
  1. #31
    s4000's Avatar Contributor
    Reputation
    286
    Join Date
    Oct 2018
    Posts
    495
    Thanks G/R
    18/273
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cafe1326 View Post
    How to adjust the position of the icon?
    modify the following code

    x = portraitRect.Right;
    y = portraitRect.Top + portraitRect.Height * 0.3f;
    Buff.Left = x;
    Buff.Top = y;

    [V9.1] [RNN] TrialsOfTempestsIcon
  2. Thanks Mundzso (1 members gave Thanks to s4000 for this useful post)
  3. #32
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    modify the following code

    x = portraitRect.Right;
    y = portraitRect.Top + portraitRect.Height * 0.3f;
    Buff.Left = x;
    Buff.Top = y;
    I could put it to the left side instead of right.
    But still not exactly where I want to. How can I move it a bit more to the left (now its like almost in the middle of my portrait)?
    Sry for stupid questions, I'm familiar with offsets but this is new

  4. #33
    s4000's Avatar Contributor
    Reputation
    286
    Join Date
    Oct 2018
    Posts
    495
    Thanks G/R
    18/273
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    x = portraitRect.Right + portraitRect.Width * 0.3f; // change 0.3f to what u need
    y = portraitRect.Top + portraitRect.Height * 0.3f; // change 0.3f to what u need

  5. Thanks Mundzso (1 members gave Thanks to s4000 for this useful post)
  6. #34
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    x = portraitRect.Right + portraitRect.Width * 0.3f; // change 0.3f to what u need
    y = portraitRect.Top + portraitRect.Height * 0.3f; // change 0.3f to what u need
    Thanks
    I did this meanwhile and it also worked :

    x = portraitRect.Left - 18f;
    y = portraitRect.Top + portraitRect.Height * 0.3f;
    Buff.Left = x;
    Buff.Top = y;

  7. #35
    SeaDragon's Avatar Contributor
    Reputation
    322
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/300
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mundzso View Post
    I have the same question, can't see any offset option in the code
    This is a private plugin, I deleted the custom snippet which is useless to me
    Code:
    x = portraitRect.Right;
                            y = portraitRect.Top + portraitRect.Height * 0.3f;
    You can change the position by modifying lines 83 and 84, It is based on the portrait rectangle

  8. Thanks Mundzso (1 members gave Thanks to SeaDragon for this useful post)
  9. #36
    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)
    thanks 海龍 , s4000 8)

  10. #37
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    - Version not yet tested: plugins\RNN\TrialsOfTempestsIcon.cs (moved to post #1 )
    - Changes:
    For players who are away, an estimate will be made of the remaining time (assumes the time between one effect and another is 90 seconds always)
    The text of the Timer will be green if it is less than 10. In addition, for the lowest of all of them a green border will be drawn (currently only nearby players are considered, are the ones that can affect our stacks)
    Last edited by RNN; 07-25-2020 at 10:15 AM. Reason: link moved

  11. Thanks SeaDragon, BeeAntOS, d3snorter, elderoak (4 members gave Thanks to RNN for this useful post)
  12. #38
    elderoak's Avatar Member
    Reputation
    3
    Join Date
    Apr 2020
    Posts
    3
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is really helpful! Especially the 10 second timer. Is there a way to make the plugin play a sound 10 seconds before a player is set to proc?

  13. #39
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I don't think it includes something like that because ... I don't want to complicate it further, this theme is too buggy, and I stopped playing season so I have no chance to test it thoroughly
    If someone makes modifications to this plugin, it's free to share it in this thread or in another. I wouldn't even have made the last change if it weren't for Seadragon's contribution (post # 25)
    Last edited by RNN; 07-22-2020 at 03:15 PM.

  14. #40
    DerDude0305's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elderoak View Post
    This is really helpful! Especially the 10 second timer. Is there a way to make the plugin play a sound 10 seconds before a player is set to proc?
    Originally Posted by RNN View Post
    I don't think it includes something like that because ... I don't want to complicate it further, this theme is too buggy, and I stopped playing season so I have no chance to test it thoroughly
    If someone makes modifications to this plugin, it's free to share it in this thread or in another. I wouldn't even have made the last change if it weren't for Seadragon's contribution (post # 25)
    I would love the same thing. Is there a Specification/Guide/whatever on TurboHUD? Like you used var buff = player.Powers.GetBuff(484426); Where can i see whats getting stored in "buff" ? Especially buff.TimeLeftSeconds

  15. #41
    elderoak's Avatar Member
    Reputation
    3
    Join Date
    Apr 2020
    Posts
    3
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aw. Well thank you anyway for this version!

  16. #42
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DerDude0305 View Post
    Where can i see whats getting stored in "buff" ? Especially buff.TimeLeftSeconds
    This may be helpful:
    https://www.ownedcore.com/forums/dia...n-mybuffs.html ([V9.0] [ENG] [RNN] MyBuffs)
    Screenshots are out of date

  17. #43
    DerDude0305's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah very nice. Got it figured out. Any clue why those notifications are so quiet? Or can i just edit the .wav and boost the db?

    Here is what i did modify (Line 223). Makes a Sound 10 and 5 Seconds before Season Theme proc if enabled.

    10 sec alarm RNN Season Theme - Pastebin.com

  18. Thanks RNN (1 members gave Thanks to DerDude0305 for this useful post)
  19. #44
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DerDude0305 View Post
    Any clue why those notifications are so quiet?
    Read from here
    https://www.ownedcore.com/forums/dia...ml#post4101743 ([v7.6] [INTERNATIONAL] [One] GRVoice)

  20. Thanks DerDude0305, d3snorter (2 members gave Thanks to RNN for this useful post)
  21. #45
    elderoak's Avatar Member
    Reputation
    3
    Join Date
    Apr 2020
    Posts
    3
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Derdude!
    I don't like it playing while I'm in town, though, only inside GR, so I added this:
    if(SoundEnabled && !Hud.Game.IsInTown && Hud.Game.Me.InGreaterRift && t < 10 && asd + 5000 < Hud.Game.CurrentRealTimeMilliseconds){

  22. Thanks d3snorter, RNN (2 members gave Thanks to elderoak for this useful post)
Page 3 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. [V9.1] [RNN] BuildsIcons&Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 122
    Last Post: 2 Weeks Ago, 09:11 AM
  2. [V9.1] [RNN] GoblinsPlugin
    By RNN in forum TurboHUD Community Plugins
    Replies: 9
    Last Post: 05-30-2025, 02:22 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] 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 05:39 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