[V9.0] [INTERNATIONAL] [RNN] OtherClassMarkers menu

Shout-Out

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 76
  1. #61
    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 LittleDez13 View Post
    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

    [V9.0] [INTERNATIONAL] [RNN] OtherClassMarkers
  2. Thanks LittleDez13, mois (2 members gave Thanks to RNN for this useful post)
  3. #62
    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)
    Originally Posted by RNN View Post
    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.

  4. #63
    RawHulk's Avatar Banned
    Reputation
    4
    Join Date
    Apr 2024
    Posts
    58
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    HealthPlayer.cs (the numbers will only be seen in Town)
    please include the link

  5. #64
    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)
    links enabled

  6. #65
    caiweizhe's Avatar Member
    Reputation
    1
    Join Date
    Apr 2024
    Posts
    8
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  7. #66
    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)
    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.

  8. #67
    bara78rus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Plugin.jpg How name of this plugin? Need to delete.

  9. #68
    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 think that plugin was created by hakache, name PersonalArcPlugin

  10. #69
    bara78rus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    I think that plugin was created by hakache, name PersonalArcPlugin
    nope not find ih folder

  11. #70
    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 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.

  12. #71
    RawHulk2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2025
    Posts
    21
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    222.png
    is it possible to add a shield strip here?

  13. #72
    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 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


  14. #73
    RawHulk2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2025
    Posts
    21
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  15. #74
    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)
    ah, I hadn't understood you

    [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 🎨

  16. Thanks RawHulk2 (1 members gave Thanks to RNN for this useful post)
  17. #75
    RawHulk2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2025
    Posts
    21
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everything is great, sometimes it's just like this:
    2025-06-28_145657.jpg

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin
    By RNN in forum TurboHUD Community Plugins
    Replies: 139
    Last Post: 05-27-2025, 10:35 AM
  2. [V9.0] [INTERNATIONAL] [RNN] TimersBarGR
    By RNN in forum TurboHUD Community Plugins
    Replies: 47
    Last Post: 07-04-2024, 12:34 PM
  3. [V9.0] [INTERNATIONAL] [RNN] Icount
    By RNN in forum TurboHUD Community Plugins
    Replies: 24
    Last Post: 06-08-2024, 01:39 AM
  4. [V9.0] [INTERNATIONAL] [RNN] BLueLines
    By RNN in forum TurboHUD Community Plugins
    Replies: 28
    Last Post: 03-20-2022, 07:48 PM
  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 02:59 AM. 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