This is awesome plugin~ I love it. Is it possible to add 'haunt'?
This is awesome plugin~ I love it. Is it possible to add 'haunt'?
These ads disappear when you log in.
insert the line
where do you want to create the next line of iconsCode:x = Hud.Window.Size.Width * Xpor; y += SizeIconHeight;
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.
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
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
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)
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:
You have to delete the first line, and change the last line to:Code:var y = Hud.Window.Size.Height * Ypor ; foreach(var player in players) { var x = Hud.Window.Size.Width * Xpor;
Modify the two numbers to better adjust the position.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;
Thanks very much, It is working, I have ajusted it like this2020-04-24 (3).jpg
Is there a way to have bool for Soul Harvest icon ? Want to disable as I have on your skillbar already![]()