[V9.1] [RNN] BuildsIcons&Coe menu

User Tag List

Page 2 of 8 FirstFirst 123456 ... LastLast
Results 16 to 30 of 108
  1. #16
    Violet rain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome plugin~ I love it. Is it possible to add 'haunt'?

    [V9.1] [RNN] BuildsIcons&Coe
  2. #17
    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 Violet rain View Post
    This is awesome plugin~ I love it. Is it possible to add 'haunt'?
    Update

    Added ShowHaunted (default value is false) and YardsLocustHaunt (default value is 40)

  3. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
  4. #18
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update

    Added ShowHaunted (default value is false) and YardsLocustHaunt (default value is 40)
    Is there a way to display 4icons of WD skills above others ? instead of 7 skills displayed horizontally ?

    Eg:
    [] [] [] [] - first line of skills
    [] [] [] - second line skills
    [] [] [] [] - COE elements

    Instead of :
    [] [] [] [] [] [] [] skills
    [] [] [] [] CoE

  5. #19
    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)
    insert the line
    Code:
    x =  Hud.Window.Size.Width * Xpor;  y +=  SizeIconHeight;
    where do you want to create the next line of icons

    for example between lines 502 and 503, so BigBadVoodoo and the following icons will appear in the second row

    I am not going to modify it for now, you have to do it yourself. (Not everyone has all the icons activated or uses the same skills)
    Last edited by RNN; 04-15-2020 at 02:47 PM.

  6. #20
    Violet rain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update

    Added ShowHaunted (default value is false) and YardsLocustHaunt (default value is 40)

    Thx a lot~!!

  7. #21
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    insert the line
    Code:
    x =  Hud.Window.Size.Width * Xpor;  y +=  SizeIconHeight;
    where do you want to create the next line of icons

    for example between lines 502 and 503, so BigBadVoodoo and the following icons will appear in the second row

    I am not going to modify it for now, you have to do it yourself. (Not everyone has all the icons activated or uses the same skills)
    Oh HUGE !! thats exactly what I wanted, no need for huge code changing atm, this line fits me great ! Thanks RNN

  8. #22
    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
    I have adjusted the base size of the icons so that they don't vary as much from one resolution to another. It may be necessary to re-adjust SizeMultiplier (a 0.65 - 0.75 normalmente)
    If you see it well now there is no need to update

  9. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
  10. #23
    gumegasonic's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what i wanted to o is to put it at the side of the trash killer's portrait and use this convention of the elements display instead of the default

  11. #24
    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)
    In this plugin the Coe bar is secondary, you even have the possibility to disable it.

    Install OtherCoeBar plugin to replace the original and show it next to the portrait, or try SupportCoeBar (# 7) which is designed to be used by Barbarian support in GR

    https://www.ownedcore.com/forums/dia...-mycoebar.html ([V9.1] [INTERNATIONAL] [RNN] OtherCoeBar & MyCoeBar)

  12. #25
    gumegasonic's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way we can put the Builds icons (WD) and (NEC) next to the portrait, above the default Coe? because it is easier for me as a Zbarb because the IP is under the portrait.

  13. #26
    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 gumegasonic View Post
    Is there any way we can put the Builds icons (WD) and (NEC) next to the portrait, above the default Coe? because it is easier for me as a Zbarb because the IP is under the portrait.
    You will have to edit the plugin code to change the position.

    Lines 265 to 268 are these:
    Code:
    	var y =  Hud.Window.Size.Height * Ypor ;
    	foreach(var player in players)
    	{
    		var x =  Hud.Window.Size.Width * Xpor;
    You have to delete the first line, and change the last line to:
    Code:
    		var x = player.PortraitUiElement.Rectangle.X + Hud.Window.Size.Width * 0.05f;	var y = player.PortraitUiElement.Rectangle.Y + Hud.Window.Size.Height * 0.11f;
    Modify the two numbers to better adjust the position.

  14. #27
    gumegasonic's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks very much, It is working, I have ajusted it like this2020-04-24 (3).jpg

  15. #28
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to have bool for Soul Harvest icon ? Want to disable as I have on your skillbar already

  16. #29
    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 Saico View Post
    Is there a way to have bool for Soul Harvest icon ? Want to disable as I have on your skillbar already
    Update
    Added ShowSoulHarvest

  17. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
  18. #30
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update
    Added ShowSoulHarvest
    Thank you so much

Page 2 of 8 FirstFirst 123456 ... LastLast

Similar Threads

  1. [V9.0] [INTERNATIONAL] [RNN] Icount
    By RNN in forum TurboHUD Community Plugins
    Replies: 21
    Last Post: 1 Week Ago, 04:48 AM
  2. [V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin
    By RNN in forum TurboHUD Community Plugins
    Replies: 137
    Last Post: 2 Weeks Ago, 04:25 PM
  3. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
  4. [V9.1] [RNN] Singularity & Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 1
    Last Post: 03-27-2020, 09:33 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 02:44 AM. 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