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

User Tag List

Page 3 of 10 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 138
  1. #31
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    how to change the color LineToPylon in the minimap ?
    the color is barely to see it. I want to change another more sharp color

    [V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin
  2. #32
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    edit Line 246
    Code:
     
             Brush = Hud.Render.CreateBrush(120, 180, 180, 0, 1,SharpDX.Direct2D1.DashStyle.Dash),
    you can replace it for example with this one:
    Code:
             Brush = Hud.Render.CreateBrush(250, 255,255, 0, 1,SharpDX.Direct2D1.DashStyle.Dash),
    250 -> opacity , maxvalue 255
    255,255,0 -> rgb
    1 -> width line

    in future versions it will be set up like this
    Last edited by RNN; 09-27-2019 at 06:56 AM.

  3. Thanks takayo72 (1 members gave Thanks to RNN for this useful post)
  4. #33
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    setting the line width to 2 is much much better

  5. #34
    stevietv's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    2
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for this plugin, its really nice!
    Is there a way to also announce when the buff is lost? I.e the shrine ends?

  6. #35
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I like the idea. I plan to review this plugin soon, I will consider including it. Thanks for the suggestion
    Last edited by RNN; 09-29-2019 at 06:22 AM.

  7. Thanks stevietv (1 members gave Thanks to RNN for this useful post)
  8. #36
    blejdzik's Avatar Member
    Reputation
    3
    Join Date
    Dec 2018
    Posts
    9
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what other plugin have pylon chance on minimap? now i have cyrcles and squares, how to disable the cyrcles? thanks

  9. #37
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    There are several, from authors like Dark, Psycho, Resu y also the default plugin (Default\Actors\ShrinePlugin.cs)

    dia...elsplugin.html
    https://www.ownedcore.com/forums/dia...elsplugin.html
    Last edited by RNN; 09-29-2019 at 08:36 AM.

  10. Thanks blejdzik (1 members gave Thanks to RNN for this useful post)
  11. #38
    blejdzik's Avatar Member
    Reputation
    3
    Join Date
    Dec 2018
    Posts
    9
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have only the ShrinePlugin.cs, changed
    public ShrinePlugin()
    {
    Enabled = false;
    }

    but still have two signs on the minimap cyrcles in squares. Any idea?

  12. #39
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    no, temporarily disable other plugins until you find it

  13. Thanks blejdzik (1 members gave Thanks to RNN for this useful post)
  14. #40
    blejdzik's Avatar Member
    Reputation
    3
    Join Date
    Dec 2018
    Posts
    9
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    no, temporarily disable other plugins until you find it
    thanks for help, its was Dav`s plugin. Solved

  15. #41
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update:
    Many changes to the configuration. I recommend not taking advantage of the previous one and setting it from scratch.
    Added the possibility of being notified when you lose the buff of the pylon/sanc.


  16. Thanks imnotabotuser, stevietv (2 members gave Thanks to RNN for this useful post)
  17. #42
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update:
    Many changes to the configuration. I recommend not taking advantage of the previous one and setting it from scratch.
    Added the possibility of being notified when you lose the buff of the pylon/sanc.

    Nice updates, RNN, I have a question, is there a way to make label for pylon in minimap longer ? It kind of disappears from minimap at certain distance away and also if I get too close.
    and where do I change to modify color for pylon text and size in minimap ?
    last thing, is there a way to configure TTS only to notify Pylons ? and turn off Shrines ? a bool to choose true/false between them would be great.

    ty

  18. #43
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    It kind of disappears from minimap at certain distance
    nothing can be done here

    Originally Posted by Saico View Post
    and also if I get too close
    LabelPylonExchange = false;


    Originally Posted by Saico View Post
    and where do I change to modify color for pylon text and size in minimap ?
    line 200
    Code:
            LabelFont = Hud.Render.CreateFont("tahoma", 6f, 192, 255, 255, 55, false, false, 128, 0, 0, 0, true),
    line 221 for pylon used (gray)
    Code:
            LabelFont = Hud.Render.CreateFont("tahoma", 6f, 200, 155, 155, 155, false, false, 128, 0, 0, 0, true),

    Originally Posted by Saico View Post
    and turn off Shrines ? a bool to choose true/false between them would be great.
    using plugin.Config, , example for Blessedsrhine: Label yes (namelocalized) , no TTS and no Popup
    plugin.Config(ShrineType.BlessedShrine,null,"","","","");
    Last edited by RNN; 10-04-2019 at 03:17 PM.

  19. #44
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    nothing can be done here


    LabelPylonExchange = false;



    line 200
    Code:
            LabelFont = Hud.Render.CreateFont("tahoma", 6f, 192, 255, 255, 55, false, false, 128, 0, 0, 0, true),
    line 221 for pylon used (gray)
    Code:
            LabelFont = Hud.Render.CreateFont("tahoma", 6f, 200, 155, 155, 155, false, false, 128, 0, 0, 0, true),


    using plugin.Config, , example for Blessedsrhine: Label yes (namelocalized) , no TTS and no Popup
    plugin.Config(ShrineType.BlessedShrine,null,"","","","");
    Hm nice, thanks RNN. One more thing, Searched all the main plugin and custom code and did not found text string for Shrines Labels like ( "Frenzied Shrine" ) I would like to modify text labels, for ground and minimap decorators if possible.

    Ex: I have these in another plugin and would like to do it in yours.

    ShrineCustomNames[ShrineType.BlessedShrine] = "DR";
    ShrineCustomNames[ShrineType.EnlightenedShrine] = "XP";
    ShrineCustomNames[ShrineType.FortuneShrine] = "MF";
    ShrineCustomNames[ShrineType.FrenziedShrine] = "Frenzy";
    ShrineCustomNames[ShrineType.EmpoweredShrine] = "Empower";
    ShrineCustomNames[ShrineType.FleetingShrine] = "Fleeting";
    ShrineCustomNames[ShrineType.PowerPylon] = "* POWER *";
    ShrineCustomNames[ShrineType.ConduitPylon] = "* CONDUTROLL *";
    ShrineCustomNames[ShrineType.ChannelingPylon] = "* CHINELINHO *";
    ShrineCustomNames[ShrineType.ShieldPylon] = "* ESCUDO *";
    ShrineCustomNames[ShrineType.SpeedPylon] = "* SPEED *";
    ShrineCustomNames[ShrineType.BanditShrine] = "..:: BANDIT ::..";
    ShrineCustomNames[ShrineType.PoolOfReflection] = "";
    ShrineCustomNames[ShrineType.HealingWell] = "";
    Last edited by Saico; 10-04-2019 at 04:56 PM.

  20. #45
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    plugin.Config(ShrineType.FrenziedShrine,null,null,null,null,"Frenzied");

    Never modify the first value, which is green. And the rest is to configure the label, the 3 tts (pylon, buff on, buff off) and popup (text).

    To change the Label (what you want to do) modify what is in red and leave it like this:

    plugin.Config(ShrineType.FrenziedShrine, "Frenzy","",null,null,null);

    that is, modify the second value for each shrine


    - This is how I set it up for me, it can help you as a reference

    Code:
    	plugin.Config(ShrineType.PowerPylon,"POWER","Power","Activado Power","Sin Power","[Power]");
    	plugin.Config(ShrineType.ConduitPylon,"CONDUIT","Conduit","Activado Konduit","Sin Conduit","[Conduit]");
    	plugin.Config(ShrineType.ChannelingPylon,"CHANNELING","Canalizador","Activado Canalizador","Sin Canalizador","[Canalizador]");
    	plugin.Config(ShrineType.ShieldPylon,"SHIELD","Escudo","Activado Escudo","Sin Escudo","[Escudo]");
    	plugin.Config(ShrineType.SpeedPylon,"SPEED","Speed","Activado Speed","Sin Speed","[Speed]");
    		
    	plugin.Config(ShrineType.BlessedShrine,null,null,"Activada Protección","Sin Protección","Protección");
    	plugin.Config(ShrineType.EnlightenedShrine,null,null,null,null,"Experiencia");
    	plugin.Config(ShrineType.FortuneShrine,null,null,null,null,"Fortuna");
    	plugin.Config(ShrineType.FrenziedShrine,null,null,"Activado Frenesí","Sin Frenesí","Frenesí");
    	plugin.Config(ShrineType.EmpoweredShrine,null,null,"Activado Potenciado","Sin Potenciado","Potenciado");
    	plugin.Config(ShrineType.FleetingShrine,null,null,"Activado Fugaz","Sin Fugaz","Fugaz");
    	plugin.Config(ShrineType.BanditShrine,null,"Bandit","This is ignored", "ignored","ignored");
    Last edited by RNN; 10-04-2019 at 05:09 PM.

Page 3 of 10 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [V7.7] [INTERNATIONAL] [RNN] BountiesTracking
    By RNN in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 4 Days Ago, 12:22 PM
  2. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
  3. [V8.0] [INTERNATIONAL] [RNN] DeathInMap
    By RNN in forum TurboHUD Community Plugins
    Replies: 2
    Last Post: 03-24-2020, 09:18 AM
  4. [V9.0] [INTERNATIONAL] [RNN] Icount
    By RNN in forum TurboHUD Community Plugins
    Replies: 17
    Last Post: 09-29-2019, 09:02 AM
  5. [V8.0] [INTERNATIONAL] [RNN] Ip4Meta
    By RNN in forum TurboHUD Community Plugins
    Replies: 13
    Last Post: 09-14-2019, 10:10 AM
All times are GMT -5. The time now is 09:06 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