[INTERNATIONAL][Psycho] ShrineLabelsPlugin menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 38
  1. #16
    kebabisgood's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    11
    Thanks G/R
    24/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works fine, ty
    Last edited by kebabisgood; 08-21-2017 at 03:15 AM.
    Allan please add signature.

    [INTERNATIONAL][Psycho] ShrineLabelsPlugin
  2. #17
    n1com's Avatar Member
    Reputation
    2
    Join Date
    May 2017
    Posts
    39
    Thanks G/R
    45/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a question from someone who has no idea of how this stuff works.. Im using this plugin for a few days now and i came across that "problem". When this plugin is enabled, i cant see any marks for exp-pools on the map anymore. Usually there was that small circle indicating me, there is a pool. Thats gone. Help..? Please..?

  3. #18
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by n1com View Post
    Just a question from someone who has no idea of how this stuff works.. Im using this plugin for a few days now and i came across that "problem". When this plugin is enabled, i cant see any marks for exp-pools on the map anymore. Usually there was that small circle indicating me, there is a pool. Thats gone. Help..? Please..?
    Change this line...

    [76] if (shrine.Type == ShrineType.PoolOfReflection && ShowPoolOfReflection == true) continue;

  4. Thanks n1com (1 members gave Thanks to ADV2015 for this useful post)
  5. #19
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change

    Code:
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.LastSpeak.TimerTest(5000))
                    {
                        Hud.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    to

    Code:
    				
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.Sound.LastSpeak.TimerTest(5000))
                    {
                        Hud.Sound.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    Now work perfect with 7.4.

  6. Thanks TobiaSBooN, circatm2001, Aiste (3 members gave Thanks to MrOne for this useful post)
  7. #20
    circatm2001's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    6
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrOne View Post
    Change

    Code:
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.LastSpeak.TimerTest(5000))
                    {
                        Hud.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    to

    Code:
    				
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.Sound.LastSpeak.TimerTest(5000))
                    {
                        Hud.Sound.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    Now work perfect with 7.4.
    Thank you.

  8. #21
    phly2011's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, seems there is a problem with new update, getting exception error: A namespace cannot directly contain members such as fields or methods.

  9. #22
    bobindeed's Avatar Member
    Reputation
    3
    Join Date
    Jun 2017
    Posts
    6
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by phly2011 View Post
    Hi, seems there is a problem with new update, getting exception error: A namespace cannot directly contain members such as fields or methods.
    working fine here, can't imagine why you'd get that with the version i'm seeing. that's a standard c# error that means there's stray code outside the class definition which is not the case here. maybe re-download it. and it's in /plugins/Psycho/ ?

  10. #23
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey Psycho,
    I had a great idea for that plugin, is there a problem if I kang it and add a very useful feature ?
    Therefore I will maintain it of course.
    Supported version for all Resu plugins

  11. #24
    PsychoPyro202's Avatar Active Member
    Reputation
    25
    Join Date
    Mar 2017
    Posts
    34
    Thanks G/R
    10/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Feel free to do with it as you please sir.

  12. Thanks Aiste (1 members gave Thanks to PsychoPyro202 for this useful post)
  13. #25
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PsychoPyro202 View Post
    Feel free to do with it as you please sir.
    I will, sir!
    Thanks & respect.
    Supported version for all Resu plugins

  14. Thanks PsychoPyro202 (1 members gave Thanks to User5981 for this useful post)
  15. #26
    b0ob1ik's Avatar Member
    Reputation
    9
    Join Date
    Mar 2017
    Posts
    34
    Thanks G/R
    116/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit to 7.7 ?

  16. #27
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    112
    Thanks G/R
    28/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Hey Phsycho,
    Wondering if it's possible to add a yellow circle icon on the minimap for Pools of Reflections like the Default\Actor\ShrinePlugin:
    PoolOfReflectionDecorator = new WorldDecoratorCollection(
    new MapShapeDecorator(Hud)
    {
    Brush = Hud.Render.CreateBrush(255, 255, 255, 64, 2),
    ShadowBrush = shadowBrush,
    Radius = 4.0f,
    ShapePainter = new CircleShapePainter(Hud),
    },
    new GroundLabelDecorator(Hud)
    {
    BackgroundBrush = Hud.Render.CreateBrush(255, 255, 255, 64, 0),
    TextFont = Hud.Render.CreateFont("tahoma", 6.5f, 255, 0, 0, 0, false, false, false),
    }
    );

  17. #28
    koolkaracter's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrOne View Post
    Change

    Code:
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.LastSpeak.TimerTest(5000))
                    {
                        Hud.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    to

    Code:
    				
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.Sound.LastSpeak.TimerTest(5000))
                    {
                        Hud.Sound.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    Now work perfect with 7.4.
    Is there something that broke the TTS part? Getting this ex

    Code:
    2019.01.24 17:56:33.155	19.1.22.1	error while initializing plugins
    2019.01.24 17:56:33.168	19.1.22.1		C:\Users\...\Desktop\T Hud\Plugins\Psycho\ShrineLabelsPlugin.cs(83,44) : error CS1061: 'IController' does not contain a definition for 'CreateWatch' and no accessible extension method 'CreateWatch' accepting a first argument of type 'IController' could be found (are you missing a using directive or an assembly reference?)
    I even updated as you mention, but it is having issues with the createwatch.

  18. #29
    icheck's Avatar Banned
    Reputation
    6
    Join Date
    Jan 2019
    Posts
    36
    Thanks G/R
    11/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    one thing was missing

    Code:
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.LastSpeak.TimerTest(5000))
                    {
                        Hud.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.CreateWatch();
                        shrine.LastSpeak.Restart();
                    }
    to

    Code:
    if (EnableSpeak && (shrine.LastSpeak == null) && Hud.Sound.LastSpeak.TimerTest(5000))
                    {
                        Hud.Sound.Speak(shrine.SnoActor.NameLocalized);
                        shrine.LastSpeak = Hud.Time.CreatetWatch();
                        shrine.LastSpeak.Restart();
                    }

  19. #30
    beranaco's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with new beta 19.2.13.0 v9.0 i got this message:

    2019.02.14 15:59:33.266 19.2.13.0 error while initializing plugins
    2019.02.14 15:59:33.274 19.2.13.0 D:\...\Plugins\Psycho\ShrineLabelsPlugin.cs(106,67) : error CS0019: Operator '==' cannot be applied to operands of type 'ActorSnoEnum' and 'int'
    2019.02.14 15:59:33.281 19.2.13.0 D:\...\Plugins\Psycho\ShrineLabelsPlugin.cs(107,35) : error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public instance definition for 'GetEnumerator'


    any solutions? thx

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [INTERNATIONAL][Psycho] ClassMarkersPlugin
    By PsychoPyro202 in forum TurboHUD Community Plugins
    Replies: 34
    Last Post: 02-10-2021, 04:53 PM
  2. [INTERNATIONAL][Psycho] DpsMeterPlugin
    By PsychoPyro202 in forum TurboHUD Community Plugins
    Replies: 29
    Last Post: 08-23-2019, 10:28 AM
  3. International Talk Like a Pirate Day!
    By Loveshock in forum Community Chat
    Replies: 13
    Last Post: 09-20-2007, 12:11 PM
  4. International Rules to Calling Shotgun
    By matswurld in forum Community Chat
    Replies: 1
    Last Post: 05-18-2007, 08:37 PM
  5. President Bush, CAUGHT SWEARING at international meeting
    By mantalcore in forum Community Chat
    Replies: 15
    Last Post: 08-14-2006, 09:41 AM
All times are GMT -5. The time now is 04:33 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