Chantodo stacks plugin menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    dor4gon'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)
    The stacks are not under my Char?!


    Imgur: The magic of the Internet



    Problem solved
    Last edited by dor4gon; 05-27-2019 at 03:24 AM.

    Chantodo stacks plugin
  2. #17
    Smurv's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would it be possible to easily modify this to show number of raekor charge stacks ?

  3. #18
    Smurv's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if i just change this line:

    if (!Hud.Game.Me.Powers.BuffIsActive(440235, 0)) return;

    and this line:

    chantodo = Hud.Game.Me.Powers.GetBuff(440235);

    to the number for raekor charge buff, that would be it right? I could then just change the range for the color highlights based on my needs?
    Last edited by Smurv; 05-28-2019 at 05:16 PM.

  4. #19
    Rifulol'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)
    ............
    Last edited by Rifulol; 05-29-2019 at 06:31 PM.

  5. #20
    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)
    Originally Posted by sssstephane View Post
    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, });
    });
    i did try ur code, nothing display below the player char

  6. #21
    denton42's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same. Did not get the code to display. Checked all the obvious stuff. Is there a github or guide of some sort for customizing? I've looked all over the site and only found one thread that goes over a few commands. https://www.ownedcore.com/forums/dia...ion-101-a.html (Default theme customization 101)

  7. #22
    denton42's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah I realized it shows an image at 20 stacks. Will mess around with this thanks!

  8. #23
    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)
    Originally Posted by Smurv View Post
    would it be possible to easily modify this to show number of raekor charge stacks ?
    Same code i post but change id and count to 1.
    Id can be found under "\interfaces\controllers\sno\ISnoPowerList.cs""

  9. #24
    radioheaded's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great work, would it be possible to add the actual Attacks per Second from Vyr under the Chantodo Display. That would be awesome. To always see the current APS at any given time.

  10. #25
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hi! Tell me how to fix a bug in version 9.1

    ChantodoStacksPlugin.cs(19,23) : warning CS0169: The field 'ChantodoStacksPlugin.currentFont' is never used

    thx in advance

  11. #26
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is this plugin supported in the new version? Or need an update?
    Same error for me too "The field 'ChantodoStacksPlugin.currentFont' is never used".
    Easy fix?

  12. #27
    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 Mundzso View Post
    Is this plugin supported in the new version? Or need an update?
    Same error for me too "The field 'ChantodoStacksPlugin.currentFont' is never used".
    Easy fix?
    I got this user ONLY when another exception is caused, other way it runs well.

  13. #28
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Yeah true, it says it is just a warning. It works now, after i got rid of the other exceptions. Thanks.

  14. #29
    odin99's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    is it possible to add a ground circle decor for the chantodo wave radius?

  15. #30
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by odin99 View Post
    is it possible to add a ground circle decor for the chantodo wave radius?
    +1 , if someone got a solution please tell us, want to see the radius me too

Page 2 of 3 FirstFirst 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 06:51 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