[ENG] Combin Plugin of Party Cooldown & Archon Downtime menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 78
  1. #61
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    you need to write special code for that,
    I am not going to provide code at this moment as KJ said all plugin may need to re-write,

    Originally Posted by Jembo View Post
    AkaratsChampion: 269032
    Prophet Rune (cheat death proc): Icon Index 11

    I tried but no luck:
    Code:
    (269032, 11)
    Code:
    {HeroClass.Crusader, new Tuple<uint, ITexture>(Hud.Sno.SnoPowers.Crusader_AkaratsChampion.Sno,[11] Hud.Texture.GetTexture(4261224958))},
    Any ideas S4?

    [ENG] Combin Plugin of Party Cooldown &amp; Archon Downtime
  2. #62
    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)
    No worries mate, that's understandable

  3. #63
    QianLei's Avatar Member
    Reputation
    1
    Join Date
    Jan 2020
    Posts
    6
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome plugin! But I have a small problem,what should I do if I want to block monk's buff display?

  4. #64
    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 S4000.
    Plugin does not show the duration of BigBadVoodoo in the WD's new set Mundunugu's Regalia or without it. I would appreciate your help in fixing it
    [ENG] Combin Plugin of Party Cooldown &amp; Archon Downtime-voodoo-png

  5. #65
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    Hi S4000.
    Plugin does not show the duration of BigBadVoodoo in the WD's new set Mundunugu's Regalia or without it. I would appreciate your help in fixing it
    [ENG] Combin Plugin of Party Cooldown &amp; Archon Downtime-voodoo-png
    The IconIndex for the skill is too complicated that cannot provide all active time for all skill (my code can provide buff time but not all),
    but you can try to modify the following code for bigbadvoodoo (hope there will not exception for other skills)

    if (skill.BuffIsActive) {
    var ActiveTime = 0.0d;
    for (var i = 4; i >= 0; i--) {

  6. #66
    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)
    Originally Posted by s4000 View Post
    The IconIndex for the skill is too complicated that cannot provide all active time for all skill (my code can provide buff time but not all),
    but you can try to modify the following code for bigbadvoodoo (hope there will not exception for other skills)

    if (skill.BuffIsActive) {
    var ActiveTime = 0.0d;
    for (var i = 4; i >= 0; i--) {
    Everythings works fine! TY

  7. #67
    EvanChester's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Buddy, as you know, I am not into astrology but I have found it absolutely fascinating. When I checked the compatibility of me and my partner ex-partner, it said that: we can feel a great attitude in a short-term perspective, but the long-term is not our option. I have declined this taurus and sagittarius forecast. But after 3 months, we accidentally have broken up with her. That's sick.

  8. #68
    EvanChester's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What do you think about it?

  9. #69
    EvanChester's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you believe in that kind of stuff, or not so much?

  10. #70
    M1SHAKE's Avatar Member
    Reputation
    7
    Join Date
    Jul 2018
    Posts
    94
    Thanks G/R
    5/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you share your text for voodo?? i dont know where i put that
    if (skill.BuffIsActive) {
    var ActiveTime = 0.0d;
    for (var i = 4; i >= 0; i--) {
    ty!

  11. #71
    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 everybody!
    I added Hud.Sno.SnoPowers.Necromancer_SkeletalMage.Sno, but only shows the skill CD.
    What should I do to show the number of mages and their duration like Archon. Help pls
    TY
    Last edited by Romanmas; 07-15-2020 at 01:10 AM.

  12. #72
    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)
    Originally Posted by Romanmas View Post
    Hi everybody!
    I added Hud.Sno.SnoPowers.Necromancer_SkeletalMage.Sno, but only shows the skill CD.
    What should I do to show the number of mages and their duration like Archon. Help pls
    TY
    guys, come out of the twilight, please help))

  13. #73
    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 everybody!
    I added Hud.Sno.SnoPowers.Necromancer_SkeletalMage.Sno, but only shows the skill CD.
    What should I do to show the number of mages and their duration like Archon. Help pls
    TY

    PS. why do plug-in creators respond to other topics, but they can't respond to their own?

  14. #74
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    This plugin does not show stacks and is not designed to work with all buffs. No one will have answered you because what you ask for is not easy. You can change line 153 to make skeletal mage "work"
    Code:
    	for (var i = 5; i >= 0; i--) {
    but the data may stop working for other buff
    Last edited by RNN; 07-18-2020 at 07:25 AM.

  15. #75
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    the number on top left corner show the buff time (not apply to all skill as the iconindex is too complicate, no general rule for it),
    and the number cannot show the quantity of Mage.

    You should use another plugin for that, such as one of my plugin (remember to activate the correct option)
    https://www.ownedcore.com/forums/dia...on-plugin.html ([ENG] Active Commend Skeleton Plugin)

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Selling] Account 23 ENG + 2 weeks of gameplay
    By tillox in forum WildStar Buy Sell Trade
    Replies: 0
    Last Post: 07-17-2014, 10:17 AM
  2. [Class] [Warrior] Using Intervene on friendly NPCs instead of party members
    By The Devil in forum World of Warcraft Guides
    Replies: 0
    Last Post: 07-06-2014, 02:02 PM
  3. Angel of Death cooldown reset using iceblock
    By flashburn in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 09-30-2012, 03:34 AM
  4. Combined MPQ of Tauren male > NiF including forms
    By bentk in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 09-30-2009, 02:41 PM
  5. Keep Greater Blessing out of Party / Raid
    By zeroflow in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 08-15-2009, 01:37 PM
All times are GMT -5. The time now is 05:58 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