[ENG] Active Commend Skeleton Plugin menu

User Tag List

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 79
  1. #46
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    update v4
    - add more option to show each kind of pet
    - can see other players active skeleton
    - add buff time of bone ringer
    - 2 type of timer will be shown (time for target is within the thud detection range & the time when skill is used)
    - buff time for kill comment will not correct if the buff is not active successfully

    [ENG] Active Commend Skeleton Plugin
  2. Thanks Saico (1 members gave Thanks to s4000 for this useful post)
  3. #47
    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 s4000 View Post
    update v4
    - add more option to show each kind of pet
    - can see other players active skeleton
    - add buff time of bone ringer
    - 2 type of timer will be shown (time for target is within the thud detection range & the time when skill is used)
    - buff time for kill comment will not correct if the buff is not active successfully
    Yo, nice improvement s4, minions from revive and golem are easy to see now and discern, thanks for toggle code, also the eliteonly and bossonly helps so much.
    I Have to thank you for all your efforts on making these plugins till this point of the game lol, this plugin and also, DAV_PartyCDPlugin helps a LOT.

  4. #48
    HiFive's Avatar Member
    Reputation
    2
    Join Date
    Aug 2018
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i really like the updates and thank you for sharing all this.


    i tried to edit the code so i can see commanded skeletons on minions also (with the line on the mini map) but failed bad.

    is there a simple way to change it on the current code?

    {on solo if the elite is frozen i dont want to command on the elite because he will die very fast.)

  5. #49
    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)
    Originally Posted by s4000 View Post
    update v4
    - add more option to show each kind of pet
    - can see other players active skeleton
    - add buff time of bone ringer
    - 2 type of timer will be shown (time for target is within the thud detection range & the time when skill is used)
    - buff time for kill comment will not correct if the buff is not active successfully
    thank u for updateing this nice plugin

  6. #50
    mdruger's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    12
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Install last version, not see circus on mage and golem, only on skelets/ whats wrong?

  7. #51
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mdruger View Post
    Install last version, not see circus on mage and golem, only on skelets/ whats wrong?
    default disable, please edit
    public bool ShowMage { get; set; } = true;
    public bool ShowGolem { get; set; } = true;

  8. Thanks mdruger (1 members gave Thanks to s4000 for this useful post)
  9. #52
    mdruger's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    12
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    default disable, please edit
    public bool ShowMage { get; set; } = true;
    public bool ShowGolem { get; set; } = true;
    yeap, my bad) And so...how reduce icon ringer? very large for me
    Last edited by mdruger; 07-18-2019 at 10:58 AM.

  10. #53
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    please edit the line

    texsize = Hud.Window.Size.Width * 0.025f;

  11. #54
    Violet rain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for nice plugin. How do I on/off ringer?

  12. #55
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Violet rain View Post
    Thank you for nice plugin. How do I on/off ringer?
    you can edit the following option

    public bool GRonly { get; set; } = false;
    public bool Bossonly { get; set; } = false;
    public bool showTimerShort { get; set; } = true;
    public bool showTimerLong { get; set; } = true;

  13. Thanks stargate10009 (1 members gave Thanks to s4000 for this useful post)
  14. #56
    stargate10009's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    8
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the plugin
    Q: how to disable pets count number ?
    a feature i would like to add and is very important based on the info ( each elite has a specific max range in yards different than others before losing the bone-ringer focus) : that if the target outside the range of turbohud mini map, i would like to see how many yards in numbers between the target and the necromancer beside the bone-ringer timer Icon as long as the bone-ringer target is still active, since the target line on the mini map disappears once the target gets out of of turbo minimap
    Last edited by stargate10009; 08-24-2019 at 01:01 PM.

  15. #57
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    set the barX & barY to 0 should move the count on the top left corner & will affect you.

    & try to add a new MapShapeDecorator(Hud) {
    Brush = Hud.Render.CreateBrush(180, red, green, blue, 0),
    Radius = 8,
    ShapePainter = new CircleShapePainter(Hud)
    }
    into the SkeletonTargetDecorator & SkeletonTargetEliteDecorator
    for easier to know the target on minimap

    Originally Posted by stargate10009 View Post
    thx for the plugin
    Q: how to disable pets count number ?
    a feature i would like to add and is very important based on the info ( each elite has a specific max range in yards different than others before losing the bone-ringer focus) : that if the target outside the range of turbohud mini map, i would like to see how many yards in numbers between the target and the necromancer beside the bone-ringer timer Icon as long as the bone-ringer target is still active, since the target line on the mini map disappears once the target gets out of of turbo minimap

  16. #58
    stargate10009's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    8
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is a bug, the icon of the bone-ringer that shows the timer and damage % sometimes disappears while the target is still active not lost

  17. #59
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stargate10009 View Post
    there is a bug, the icon of the bone-ringer that shows the timer and damage % sometimes disappears while the target is still active not lost
    more information or picture?

  18. #60
    stargate10009's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    8
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    more information or picture?
    the bone-ringer off hand icon on the right side with 2 type of timers beside, the icon start to appear once i command the skeletons to a target, and the icon stays active as long as i didn't lose that target,
    what happened to me many times : the icon disappears sometimes when i go about 50 yards or more from the target and when i go back to the targeted elite i find that the reddish bone-ringer star ring under the elite feet is still active and the target doesn't lose bone-ringer focus, and sometimes the icon re appears again when i go close to that elite to about 20 or 25 yards or something and the timer get reset and start from beginning by it self without doing anything

    i did this edit to the plugin from true to false
    showTimerShort { get; set; } = false;

    // Ringer timer ~~~~~~~~~~

    public bool showTimerShort { get; set; } = false; /// so i don't get two timers, i need just one
    public bool showTimerLong { get; set; } = true;
    Last edited by stargate10009; 08-31-2019 at 11:34 AM.

Page 4 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [ENG] Combin Plugin of Party Cooldown & Archon Downtime
    By s4000 in forum TurboHUD Community Plugins
    Replies: 77
    Last Post: 02-01-2021, 04:54 AM
  2. Command skeleton plugin
    By wad1532 in forum TurboHUD Discussions
    Replies: 0
    Last Post: 06-15-2019, 06:04 PM
  3. [How To] Seems i am overwriting everything when activating plugins (with TCT)
    By h0meb0y in forum TurboHUD Support
    Replies: 1
    Last Post: 04-30-2019, 01:26 PM
  4. Command Skeletons are active
    By FredDurst in forum TurboHUD Discussions
    Replies: 1
    Last Post: 09-19-2017, 10:43 PM
  5. [Question] Hide plugins when Map is Active?
    By Csavo in forum TurboHUD Support
    Replies: 2
    Last Post: 04-11-2017, 06:06 AM
All times are GMT -5. The time now is 05:45 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