[V9.1] [INTERNATIONAL] [RNN] OtherCoeBar & MyCoeBar menu

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 60 of 60
  1. #46
    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)
    MovableCoeBar is currently not possible to download, i am fixing a bug (sometimes the coe bar are swapped)

    Hide all coe when your character is of a certain class, or only for those players of that class?

    [V9.1] [INTERNATIONAL] [RNN] OtherCoeBar & MyCoeBar
  2. #47
    mois's Avatar Member
    Reputation
    8
    Join Date
    Feb 2018
    Posts
    54
    Thanks G/R
    178/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'ts for Crusader

  3. #48
    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 : MyCoeBestElementPlus and MyCoeBarPlus (Bone Spear)



    Notes on the Dayntee belt:

    In one corner of the icon the number of cursed monsters will be shown (that TH allows to detect)
    The "✔️" symbol will appear whenever damage reduction is active. It works with intervals of 1.2 seconds and also seems to see in a range somewhat higher than TH so there may be some discrepancy with the cursed monster counter.

  4. Thanks BeeAntOS, mois (2 members gave Thanks to RNN for this useful post)
  5. #49
    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 Fenix (MyCoeBarPlus, MyCoeBestElementPlus)
    Fix for Coe

  6. Thanks LittleDez13 (1 members gave Thanks to RNN for this useful post)
  7. #50
    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)
    Welcome back Master RNN!!! I am very happy to see you here!!! Thanks for the improvements!!!

  8. #51
    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
    MyCoeBarPlus update (build Inna)
    Last edited by RNN; 12-04-2021 at 02:32 PM.

  9. #52
    MGun's Avatar Member
    Reputation
    2
    Join Date
    Mar 2021
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update
    MyCoeBarPlus update (build Inna)
    How to disable COE icon?
    I just want to keep Monk's buffs on the screen.

  10. #53
    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)
    You must edit the file, specifically lines 905-911

    Code:
    							x += SizeIconWidth;							
    						}							
    					}					
    				}		
    			}
    			
    			var BuffCoE = Hud.Game.Me.Powers.GetBuff(Hud.Sno.SnoPowers.ConventionOfElements.Sno); // 430674
    Write the line "return;" in the right place so that it skips all the code after it. For example: so that it does not show the Coe with the inna build, the previous lines would look like this:

    Code:
    							x += SizeIconWidth;							
    						}							
    					}	
    					return;				
    				}		
    			}
    			
    			var BuffCoE = Hud.Game.Me.Powers.GetBuff(Hud.Sno.SnoPowers.ConventionOfElements.Sno); // 430674
    If you don't want to see the Coe for any build write that line just before the last one (var BuffCoe ....)

  11. #54
    kosa1234's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi RNN,

    How could I remove the 'timeleft' on the coe icon, but this icon near the skills bar only?
    I use the 'OtherCoeBar'

  12. #55
    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)
    Hi RNN!

    Now the TH is not showing the COE icon of all my plugins. Only show the counter number. Do you know what it's happening? And curiosly its closing in the town and not open again.

    Thx if you can help me.

    Hugs

  13. #56
    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)
    LightningMod made some modifications in its latest versions that have caused incompatibilities with numerous plugins, mainly those that use Hud.Window.Size.Height, Hud.Window.Size.Width or even Metrics (inconsistent values) during the loading process. A possible solution would be to transfer the setting of certain variables from "Load" or "Customize" to the first execution of PaintTopInGame, PaintWorld or OnRegister(Movable). There may also be some cases of codes that worked previously and that now cause the program to close without it catching any exceptions. For example, this is the case of my HealthPlayer plugin, which you should delete if you have it installed.

    I have disabled the links to my plugins, I will not publish new ones and, from now on, I will not support the old ones either, basically for 2 reasons: 1) there is no Turbohud accessible to everyone and 2) Blizzard has actively positioned itself against Turbohud. I already sensed that after the launch of D4 Blizzard would abandon its ambiguous position to force a migration of players to D4, although it has taken a little longer than I thought.They have missed an opportunity.

    D3 and D4 are dying. D3, rest in peace. Personally I don't play any of them anymore, maybe it's time for Last Epoch and POE 2.
    Last edited by RNN; 10-04-2023 at 07:19 AM.

  14. Thanks JohnWick (1 members gave Thanks to RNN for this useful post)
  15. #57
    Punkk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your plugins work great. Don't delete them. With the help of good people we will fix it. Everything runs fine in China
    RNN.jpg
    hud.jpg
    mycoe.jpg

    Originally Posted by LittleDez13 View Post
    Hi RNN!

    Now the TH is not showing the COE icon of all my plugins. Only show the counter number. Do you know what it's happening? And curiosly its closing in the town and not open again.

    Thx if you can help me.

    Hugs
    change Hud.Window.Size.Width to 1920, Hud.Window.Size.Height to 1080

    MyCoeMovable
    104 SizeIconWidth = Hud.Texture.BuffFrameTexture.Width * 1080/1200.0f * SizeMultiplier;
    105 SizeIconHeight = Hud.Texture.BuffFrameTexture.Height * 1080/1200.0f * SizeMultiplier;

    151 new System.Drawing.RectangleF(1920 * OffsetX_Me, 1080 * OffsetY_Me, SizeIconWidth * 4, SizeIconHeight), //position + dimensions
    Everything else follows this template
    Last edited by Punkk; 10-04-2023 at 05:15 PM.

  16. #58
    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)
    Hi Punkk.

    When can I do it? I'm a noob. ;(

    TY.

  17. #59
    Punkk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LittleDez13 View Post
    Hi Punkk.

    When can I do it? I'm a noob. ;(

    TY.
    Open the plugin with notepad++ and follow the template above

  18. #60
    JohnWick's Avatar Member
    Reputation
    12
    Join Date
    Mar 2017
    Posts
    102
    Thanks G/R
    82/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for all your contributions over the years, RNN

Page 4 of 4 FirstFirst 1234

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] BLueLines
    By RNN in forum TurboHUD Community Plugins
    Replies: 28
    Last Post: 03-20-2022, 07:48 PM
  4. [V9.0] [INTERNATIONAL] [RNN] TimersBarGR
    By RNN in forum TurboHUD Community Plugins
    Replies: 37
    Last Post: 04-09-2021, 09:20 AM
  5. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
All times are GMT -5. The time now is 01:05 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