-
Legendary
Originally Posted by
LittleDez13
Hi RNN.
Can you fix MarkBanner.cs
for compatibility with LightningMOD too? Thx.
link enabled and modified to be compatible. I can't test it right now but it should work
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
RNN
link enabled and modified to be compatible. I can't test it right now but it should work
Dear RNN.
Update tested and approved! Thank you so much for your time.
-
Banned
Originally Posted by
RNN
please include the link
-
Legendary
-
Member
Este plug - in también es muy bueno, pero de repente encontré un problema, Tab al abrir el mapa, este círculo bloqueará el mapa https://i.imgur.com/CP1DEAy.png https://i.imgur.com/9YAOcZP.png
-
Legendary
Sólo necesitas reemplazar la línea 228
var players = Hud.Game.Players.Where(p => p.CoordinateKnown);
por esta otra línea:
var players = (Hud.Game.MapMode == MapMode.Map)? Hud.Game.Players.Where(p => p.CoordinateKnown && !p.IsOnScreen) : Hud.Game.Players.Where(p => p.CoordinateKnown);
Last edited by RNN; 06-01-2025 at 05:21 AM.
-
Member
Plugin.jpg How name of this plugin? Need to delete.
-
Legendary
I think that plugin was created by hakache, name PersonalArcPlugin
-
Member
Originally Posted by
RNN
I think that plugin was created by hakache, name PersonalArcPlugin
nope not find ih folder
-
Legendary
I don't use that plugin.
Official Post: https://www.ownedcore.com/forums/dia...arcplugin.html ([INT] [Extended] PersonalArcPlugin)
If you use LMOD, it may be included by default, and you'll have to ask on their Discord, because it may have been modified or moved to another folder.
-
Member
222.png
is it possible to add a shield strip here?
-
Legendary
I don't know what exactly you want. If you want to see when you are immune (shield, portal, transform, etc) a dotted white circle usually appears around your position
-
Member
I'm talking about the shield from skills and equipment
PlayersArcPlugin is good but too big
2025-06-27_102531.jpg
Last edited by RawHulk2; 06-27-2025 at 02:52 AM.
-
Legendary
ah, I hadn't understood you
![[V9.0] [INTERNATIONAL] [RNN] OtherClassMarkers-shield-png](https://www.ownedcore.com/forums/attachments/diablo-3/turbohud/turbohud-community-plugins/89709d1751100036t-v9-0-international-rnn-otherclassmarkers-shield-png)
Plugins\RNN\HealthPlayer.cs
If you prefer another color, modify line 32:
Code:
BrushShield = Hud.Render.CreateBrush(255, 120, 120 , 255, 0);
RGB Color Codes Chart 🎨
-
Post Thanks / Like - 1 Thanks
RawHulk2 (1 members gave Thanks to RNN for this useful post)
-
Member
everything is great, sometimes it's just like this:
2025-06-28_145657.jpg