[v7.6] [INTERNATIONAL] [glq] CursorOnMonster menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,053
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    you should not give the same number to all the plugins. An example so you know how it works. If you have 3 plugins (A, B, C) that interest you to look over the rest, and also C is more important than to see that B and this one A, what you should do is add a high order to the 3, :
    A -> 25000 / B -> 25001 / C -> 25002
    but you could also write
    A -> 28000 / B -> 28500 / C -> 28505

    This is useful to know to use it in the plugin that shows the life of the elites, or the one that indicates the position of the players on the screen (the monk will see better where the wizard is),
    Last edited by RNN; 12-19-2018 at 06:19 AM.

    [v7.6] [INTERNATIONAL] [glq] CursorOnMonster
  2. Thanks PapYruS (1 members gave Thanks to RNN for this useful post)
  3. #17
    PapYruS's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    25
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    you should not give the same number to all the plugins. An example so you know how it works. If you have 3 plugins (A, B, C) that interest you to look over the rest, and also C is more important than to see that B and this one A, what you should do is add a high order to the 3, :
    A -> 25000 / B -> 25001 / C -> 25002
    but you could also write
    A -> 28000 / B -> 28500 / C -> 28505

    This is useful to know to use it in the plugin that shows the life of the elites, or the one that indicates the position of the players on the screen (the monk will see better where the wizard is),
    thx for the reply, ofc that point i know and gave different orders.
    but what is the base order of hud if theres one set.was just wondering where it starts to set maybe a plugin like this to lowest








    Originally Posted by RNN View Post
    In interfaces \ Iplugin you can read:
    /// The order of the plugin. Smaller number means the plugin will be called earlier, larger number means the plugin will be called later.
    int Order {get; set; }

    The plugins that come with the TH and that include an Order are:
    BountyTablePlugin.cs (30000)
    RiftPlugin.cs (30000)
    WaypointQuestPlugin (30000)
    BuffLists \ CheatDeathBuffFeederPlugin.cs (-10000)
    Monsters \ EliteMonsterAffixPlugin.cs (20000)
    Monsters \ MonsterPackPlugin.cs (20000)
    Decorators \ GroundLabelDecoratorPainterPlugin.cs (int.MaxValue)

    From which it follows that it must be an integer value, and that except GroundLabelDecorator to which it has assigned the maximum possible value, the rest does not exceed 30000
    big thx!!
    Last edited by PapYruS; 12-19-2018 at 07:12 AM.

  4. #18
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,053
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    In interfaces \ Iplugin you can read:
    /// The order of the plugin. Smaller number means the plugin will be called earlier, larger number means the plugin will be called later.
    int Order {get; set; }

    The plugins that come with the TH and that include an Order are:
    BountyTablePlugin.cs (30000)
    RiftPlugin.cs (30000)
    WaypointQuestPlugin (30000)
    BuffLists \ CheatDeathBuffFeederPlugin.cs (-10000)
    Monsters \ EliteMonsterAffixPlugin.cs (20000)
    Monsters \ MonsterPackPlugin.cs (20000)
    Decorators \ GroundLabelDecoratorPainterPlugin.cs (int.MaxValue)

    From which it follows that it must be an integer value, and that except GroundLabelDecorator to which it has assigned the maximum possible value, the rest does not exceed 30000

  5. Thanks PapYruS, johnbl (2 members gave Thanks to RNN for this useful post)
  6. #19
    franehr's Avatar Member
    Reputation
    6
    Join Date
    Oct 2017
    Posts
    82
    Thanks G/R
    34/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i customize selection circle?i would it to look like red and black circle on azmodan and i would like to change the color from red to green but that exact green from self indicator. thanks in advance
    Attached Thumbnails Attached Thumbnails [v7.6] [INTERNATIONAL] [glq] CursorOnMonster-iwysy3v-jpg  
    Last edited by franehr; 02-18-2019 at 04:04 PM.

  7. #20
    franehr's Avatar Member
    Reputation
    6
    Join Date
    Oct 2017
    Posts
    82
    Thanks G/R
    34/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    an answer would be nice

  8. #21
    batzmichtot's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2019.02.23 12:55:23.661 19.2.13.0 namespace mismatch in plugin file: 'C:\Users\Andi\Desktop\H 9.0\Plugins\qlg\glq_cursoronmonster.cs': namespace should be this: 'Turbo.Plugins.qlg

    i get this error when i copy the file in the path

    and when i download the file it is saved as .cs.txt should i rename it to .cs or?
    Last edited by batzmichtot; 02-23-2019 at 07:04 AM.

  9. #22
    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)
    glq, not qlg (C:\Users\Andi\Desktop\H 9.0\Plugins\qlg\glq_cursoronmonster.cs)
    yes .cs (rename glq_cursoronmonster.cs.txt to glq_cursoronmonster.cs)
    Last edited by icheck; 02-23-2019 at 02:50 PM.

  10. #23
    Guigui92i's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    19
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    Since the update of Hud the dotted circle never appear. Only solid circle. Furthermore when wizz press the metor there is no more that blue circle.

    Do it need an update ?

    Thanks.

  11. #24
    hoorapa's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it still working ? I think it's not... can you please update it ?

  12. #25
    profredseries's Avatar Member
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    31
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when I paste this code:
    2019.09.16 12:02:52.917 19.9.6.0 error while initializing plugins
    2019.09.16 12:02:52.917 19.9.6.0 C:\TH\Plugins\User\PluginEnablerOrDisablerPlugin.cs(54,17) : error CS0246: The type or namespace name 'GLQ_CursorOnMonster' could not be found (are you missing a using directive or an assembly reference?)

    If you don’t add the code, then it works, but I need to edit the circles
    Last edited by profredseries; 09-16-2019 at 04:13 AM.

  13. #26
    iThinkiWin's Avatar Active Member
    Reputation
    28
    Join Date
    Oct 2018
    Posts
    104
    Thanks G/R
    25/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by profredseries View Post
    when I paste this code:
    2019.09.16 12:02:52.917 19.9.6.0 error while initializing plugins
    2019.09.16 12:02:52.917 19.9.6.0 C:\TH\Plugins\User\PluginEnablerOrDisablerPlugin.cs(54,17) : error CS0246: The type or namespace name 'GLQ_CursorOnMonster' could not be found (are you missing a using directive or an assembly reference?)
    namespace means, you must place it in C:\TH\Plugins\glq\ rather than \User\

  14. #27
    profredseries's Avatar Member
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    31
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he is there,but it doesn’t matter anymore, I’ll edit the radius in the plugin itself

  15. #28
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,053
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Hud.GetPlugin<glq.GLQ_CursorOnMonster>().Radius = 13f;//radius of the skill or the -1
    When it is not in the Default folder, you must add it in front of the name
    Last edited by RNN; 09-16-2019 at 07:16 AM.

  16. Thanks profredseries (1 members gave Thanks to RNN for this useful post)
  17. #29
    hoorapa's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't under stand your saying. where should I put that line "Hud.GetPlugin<glq.GLQ_CursorOnMonster>().Radius = 13f;//radius of the skill or the -1" ??

  18. #30
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,053
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    You should add that line to Plugins\User\PluginEnablerOrDisablerPlugin.cs, but if you don't understand how that file works, you have another alternative: directly edit the Plugin and change the line 14:

    Code:
            private float _radius =  -1;
    to
    Code:
            private float _radius = 13;

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [v7.2] [INTERNATIONAL] [glq] MonsterRiftProgressionPlugin
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 23
    Last Post: 09-07-2021, 04:46 AM
  2. [v7.3] [INTERNATIONAL] [glq] GRProgressionToTime
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 44
    Last Post: 11-27-2020, 08:45 PM
  3. [v7.3] [INTERNATIONAL] [glq] PlayerSkillBarPlugin
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 27
    Last Post: 10-12-2019, 01:58 AM
  4. [v7.2] [INTERNATIONAL] [glq] ZeiCircleForBoss
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 22
    Last Post: 05-25-2018, 03:33 AM
  5. [v7.3] [INTERNATIONAL] [glq] OriginalHealthPotionSkillPlugin
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 0
    Last Post: 09-12-2017, 08:09 AM
All times are GMT -5. The time now is 06:24 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