Chantodo stacks plugin menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    hunterswolf's Avatar Member
    Reputation
    7
    Join Date
    Mar 2018
    Posts
    6
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Chantodo stacks plugin

    Helpfull for any wizard to see his chantodo stacks directly on the character.

    Under 10 stacks the label is red, from 10 - 17 the label is orange, and 18-20 the label is green.
    Really helpfull for the new Vyr speed runs




    [C#] ChantodoStacksPlugin.cs - Pastebin.com
    Last edited by hunterswolf; 05-24-2019 at 12:30 PM.

    Chantodo stacks plugin
  2. Thanks menge123, mois, Argus-434, BeeAntOS, 731113 (5 members gave Thanks to hunterswolf for this useful post)
  3. #2
    menge123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    niceone, thanks!

  4. #3
    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)
    OH Nice idea, thxx, its useful for high pushes, maybe later I add a TTS notification just like I did for Necro EssenceBar

  5. #4
    Dave2269's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    23
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works great!! thank you very much! If i wanted to change the green color to a brighter color how would i go about that?

    this is exactly what i been missing i appreciate ur hard work

  6. #5
    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)
    Actually your code is showing text, it was not suposed to show Colored Bar just as screenshot ? But, its working very good, I just trying to add codes to show in bar format, not text.

  7. #6
    Alandestroyes's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where need to place this archive?

  8. #7
    alunaman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alandestroyes View Post
    Where need to place this archive?
    /plugin/BW/ChantodoStacksPlugin.cs

  9. #8
    itsmylife's Avatar Active Member
    Reputation
    23
    Join Date
    Jun 2012
    Posts
    232
    Thanks G/R
    32/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alandestroyes View Post
    Where need to place this archive?
    It has to go into your TH folder inside Plugins\BW
    If you don't find BW folder then create it.

  10. #9
    hunterswolf's Avatar Member
    Reputation
    7
    Join Date
    Mar 2018
    Posts
    6
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    Actually your code is showing text, it was not suposed to show Colored Bar just as screenshot ? But, its working very good, I just trying to add codes to show in bar format, not text.
    Ah good you told me that. I posted the wrong code. It's been corrected to the version of the screenshot

  11. #10
    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)
    Oh, thanks, I noticed and was trying to solve code by myself (clearly did not work ) hahaha

  12. #11
    Argus-434's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    6
    Thanks G/R
    20/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a very useful plugin! Thank you very much Now you don’t need to look through the set of icons you need.
    Maybe in the first message to add instructions for its connection?

    >>>/plugin/BW/ChantodoStacksPlugin.cs
    >>>It has to go into your TH folder inside Plugins\BW
    >>>If you don't find BW folder then create it.

    Thx 4 alunaman & itsmylife

  13. #12
    kabilos's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love this, and would absolutely love a countdown timer showing when you're going to pop out of Archon.

  14. #13
    sssstephane's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    7
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why a plugins?
    Just edit your "PluginEnablerOrDisablerPlugin.cs" and add

    Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin =>
    {
    plugin.BuffPainter.ShowTimeLeftNumbers = true;
    plugin.BuffPainter.Opacity = 0.80f;

    //Wiz
    //Chantando 20 stacks
    plugin.RuleCalculator.Rules.Add(new BuffRule(440235) {
    IconIndex = null, MinimumIconCount = 20, ShowTimeLeft = true, IconSizeMultiplier = 1.4f, });
    });
    Last edited by sssstephane; 05-25-2019 at 10:58 AM.

  15. #14
    NMP's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hm, the plugin looks good (in the picture) but i get (1) Exception and then TH shows nothing

  16. #15
    myztikrice's Avatar Member
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to hide while in Archon form?

Page 1 of 3 123 LastLast

Similar Threads

  1. Chantodo stacks
    By hunterswolf in forum TurboHUD Discussions
    Replies: 3
    Last Post: 05-24-2019, 02:57 AM
  2. [How To] Wiz Stack Plugins
    By ADV2015 in forum TurboHUD Discussions
    Replies: 1
    Last Post: 04-04-2018, 12:32 PM
  3. [Request] Stricken stacks Plugin
    By Csavo in forum TurboHUD Discussions
    Replies: 10
    Last Post: 03-27-2018, 02:04 PM
  4. How do I stack Dark Portals?
    By negligice in forum World of Warcraft General
    Replies: 4
    Last Post: 08-29-2006, 01:51 AM
  5. Sunfruit STACKS for insane Strength Buff
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 04-02-2006, 03:12 AM
All times are GMT -5. The time now is 09:16 PM. 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