InnerHolySanctuary menu

User Tag List

Results 1 to 6 of 6
  1. #1
    SILENTxTRIGGER's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    27
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    InnerHolySanctuary

    hi there,

    long time ago ive a groundcircle for supmonk wich was neon green, i searched but found nothing. i only know the Hex code for the color but not where to change it and what to change to get it back. if some1 could help ?

    Hexcode is : #39ff14

    Greets

    InnerHolySanctuary
  2. #2
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    first of all you need need the color code in rgb

    then go to default/players/player skill plugin and search for

    InnerSanctuaryTempleOfProtecteionDecorator = new WorldDecoratorCollection(
    new GroundCircleDecorator(Hud)
    {
    Brush = Hud.Render.CreateBrush(100, 255, 204, 0, 4),
    Radius = 11,
    },
    new GroundLabelDecorator(Hud)
    {
    CountDownFrom = 6,
    TextFont = Hud.Render.CreateFont("tahoma", 9, 255, 100, 255, 150, true, false, 128, 0, 0, 0, true),
    },
    new GroundTimerDecorator(Hud)
    {
    CountDownFrom = 6,
    BackgroundBrushEmpty = Hud.Render.CreateBrush(128, 0, 0, 0, 0),
    BackgroundBrushFill = Hud.Render.CreateBrush(100, 255, 204, 0, 0),
    Radius = 35,
    }


    and change the numbers in this line

    Brush = Hud.Render.CreateBrush(100, 255, 204, 0, 4),

  3. #3
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3693
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3335
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    it is not a good thing to recommend changing a default plugin...

    you need to write your own "customizer" for this.
    https://www.ownedcore.com/forums/dia...ion-101-a.html (Default theme customization 101)

    In your Customize() method you should write this:

    Hud.RunOnPlugin<PlayerSkillPlugin>(plugin =>
    {
    plugin.InnerSanctuaryTempleOfProtecteionDecorator
    .GetDecorators<GroundCircleDecorator>()
    .FirstOrDefault().Brush = Hud.Render.CreateBrush(100, 255, 204, 0, 4);
    });

    also you will need this using directive at the beginning of your file:
    using System.Linq;
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  4. #4
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i posted this method couse i do it as well and it works fine

  5. #5
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3693
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3335
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by knight84 View Post
    i posted this method couse i do it as well and it works fine
    It is nice that you have helped for OP! Thank you!

    But if I release a new, refactored set of default pluing you will be in trouble.
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  6. Thanks evan6944 (1 members gave Thanks to KillerJohn for this useful post)
  7. #6
    SILENTxTRIGGER's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    27
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hiya ,

    thx alot was exactly what im looking for , now ive my green circle back..
    Ty both , and keep up ur nice work


    Greets

All times are GMT -5. The time now is 10:50 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