Modification of PartyCooldownsPlugin : With Archon and Cheat Death Support  (ZeroBug) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    langman's Avatar Contributor
    Reputation
    175
    Join Date
    Dec 2018
    Posts
    68
    Thanks G/R
    11/172
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Modification of PartyCooldownsPlugin : With Archon and Cheat Death Support (ZeroBug)

    PartyCooldownsPlugin

    Modification of PartyCooldownsPlugin ( The original is not mine )

    GitHub - RuneBarrett/ThudPlugins

    https://www.ownedcore.com/forums/dia...wnsplugin.html ([v7.3] [INTERNATIONAL] [RuneB] PartyCooldownsPlugin)

    Installation
    Copy PartyCooldownsPlugin.cs to TurboHUD\plugins\Default\

    To use this plugin, you need remove original version of PartyCooldownsPlugin.

    Original Features
    • Shows the remaining cooldown on chosen party member skills



    Mod Features
    • Shows Archon Skill (without any bug and exceptions, i fixed all bug)
    • Show Cheat Death with cooldown (only show when it proc)



    Link : DiabloIIISupport/PluginCollection/PartyCooldownsPlugin at master . langmaninternet/DiabloIIISupport . GitHub




    Thank all

    Modification of PartyCooldownsPlugin : With Archon and Cheat Death Support  (ZeroBug)
  2. Thanks leehj1128 (1 members gave Thanks to langman for this useful post)
  3. #2
    langman's Avatar Contributor
    Reputation
    175
    Join Date
    Dec 2018
    Posts
    68
    Thanks G/R
    11/172
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last edited by langman; 04-23-2019 at 12:14 PM.

  4. #3
    van9999's Avatar Member
    Reputation
    2
    Join Date
    Mar 2019
    Posts
    14
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    I seem find a bug two icon of "Cheat Death with cooldown"
    nec bug.png

  5. Thanks langman (1 members gave Thanks to van9999 for this useful post)
  6. #4
    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)
    Awesome modifications... There is any way to put who many time have at land, simulacrum??
    Will be fine if u can do it, TY!!

  7. #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)
    I made a modification, deleted sentries icon, war cry, and IP cause was overlayin Strickens plugin icon. (That is just on the side of Boss Bar)

  8. #6
    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 van9999 View Post
    Hi,
    I seem find a bug two icon of "Cheat Death with cooldown"
    nec bug.png
    I think the cheat death code should move outside the skill loop

  9. Thanks langman (1 members gave Thanks to s4000 for this useful post)
  10. #7
    langman's Avatar Contributor
    Reputation
    175
    Join Date
    Dec 2018
    Posts
    68
    Thanks G/R
    11/172
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by van9999 View Post
    Hi,
    I seem find a bug two icon of "Cheat Death with cooldown"
    nec bug.png
    Originally Posted by M1SHAKE View Post
    Awesome modifications... There is any way to put who many time have at land, simulacrum??
    Will be fine if u can do it, TY!!
    Originally Posted by Saico View Post
    I made a modification, deleted sentries icon, war cry, and IP cause was overlayin Strickens plugin icon. (That is just on the side of Boss Bar)
    Originally Posted by s4000 View Post
    I think the cheat death code should move outside the skill loop

    Thanks, i was fixed double cheat death icon
    Last edited by langman; 04-25-2019 at 04:06 AM.

  11. #8
    langman's Avatar Contributor
    Reputation
    175
    Join Date
    Dec 2018
    Posts
    68
    Thanks G/R
    11/172
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerver get exception with archon
    [Wizard LoN 32 Archon Macro] [Open-source] [Free] Dialo III Support
    https://www.ownedcore.com/forums/diablo-3/diablo-3-bots-programs/783686-wizard-lon-32-archon-macro-open-source-free-dialo-iii-support.html

  12. #9
    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)
    Can someone tell me how to modify the position of the icons?
    It is overlapping with stricken icon.
    I guess I should try to modify the stricken icon instead, but I don't really know what to look for in the code.

  13. #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)
    Originally Posted by Mundzso View Post
    Can someone tell me how to modify the position of the icons?
    It is overlapping with stricken icon.
    I guess I should try to modify the stricken icon instead, but I don't really know what to look for in the code.
    You need to modify value inside StartXPos =

    public override void Load(IController hud) {
    base.Load(hud);

    StartYPos = 0.002f;
    StartXPos = 0.650f; // original 0.555f
    IconSize = 0.05f;
    _size = HudWidth * 0.02f;
    As you see moved mine to the right (+value = right and -value =left) you can copy my value as I moved a bit to the right cause I had same problem overlayin stricken icon (and I didnt find XPos for Stricken.cs)

  14. Thanks Mundzso (1 members gave Thanks to Saico for this useful post)
  15. #11
    langman's Avatar Contributor
    Reputation
    175
    Join Date
    Dec 2018
    Posts
    68
    Thanks G/R
    11/172
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mundzso View Post
    Can someone tell me how to modify the position of the icons?
    It is overlapping with stricken icon.
    I guess I should try to modify the stricken icon instead, but I don't really know what to look for in the code.
    DiabloIIISupport/PartyCooldownsPlugin.cs at master . langmaninternet/DiabloIIISupport . GitHub


    ine 75 : StartYPos = 0.002f;

    You can change StartYPos to 0.0f to avoid overlapping
    [Wizard LoN 32 Archon Macro] [Open-source] [Free] Dialo III Support
    https://www.ownedcore.com/forums/diablo-3/diablo-3-bots-programs/783686-wizard-lon-32-archon-macro-open-source-free-dialo-iii-support.html

  16. Thanks Mundzso (1 members gave Thanks to langman for this useful post)
  17. #12
    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)
    Thanks guys, will give it a try

  18. #13
    hurrikane's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    78
    Thanks G/R
    29/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello langman,

    i play zbarb and it would be awesome to see my wizards Wave of Force stacks up there next to the Archon icon. Is that possible?

    thanks in advance

  19. #14
    langman's Avatar Contributor
    Reputation
    175
    Join Date
    Dec 2018
    Posts
    68
    Thanks G/R
    11/172
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hurrikane View Post
    hello langman,

    i play zbarb and it would be awesome to see my wizards Wave of Force stacks up there next to the Archon icon. Is that possible?

    thanks in advance
    Ok, let me try
    [Wizard LoN 32 Archon Macro] [Open-source] [Free] Dialo III Support
    https://www.ownedcore.com/forums/diablo-3/diablo-3-bots-programs/783686-wizard-lon-32-archon-macro-open-source-free-dialo-iii-support.html

  20. #15
    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)
    I modified this plugin a bit, removed extra info and text colors and sizes. I added some skills that didnt have like Akarat and Epiphany, but I coud not add Black Hole for Wiz, it returns a bug that causes duplication of some minimap animations and bugs some textures of elitecircles, maybe it bugs cause Black Hole changes into an Archon skill when transform happens.

    WatchedSnos = new List<uint> {
    //--- Crusader
    Hud.Sno.SnoPowers.Crusader_AkaratsChampion.Sno,

    //--- Necromancer
    Hud.Sno.SnoPowers.Necromancer_Simulacrum.Sno,
    Hud.Sno.SnoPowers.Necromancer_LandOfTheDead.Sno,

    //--- Barb
    Hud.Sno.SnoPowers.Barbarian_IgnorePain.Sno,
    Hud.Sno.SnoPowers.Barbarian_WrathOfTheBerserker.Sno,
    Hud.Sno.SnoPowers.Barbarian_WarCry.Sno,

    //--- Monk
    Hud.Sno.SnoPowers.Monk_InnerSanctuary.Sno,
    Hud.Sno.SnoPowers.Monk_Epiphany.Sno,

    //--- Witch Doctor
    Hud.Sno.SnoPowers.WitchDoctor_SpiritWalk.Sno,

    //--- Demon Hunter
    Hud.Sno.SnoPowers.DemonHunter_Companion.Sno,
    Hud.Sno.SnoPowers.DemonHunter_Sentry.Sno,

    //--- Wizard
    Hud.Sno.SnoPowers.Wizard_Archon.Sno
    }; // When I add (Hud.Sno.SnoPowers.Wizard_BlackHole.Sno) it bugs

    btw, anyone knows where can I edit the opacity of clock cooldown animation ? It seems archon opacity is different from previous Thud build, contrast is weird somehow

    Screenshot_2.png
    Last edited by Saico; 05-15-2019 at 07:15 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Guide] Tons of Gold with Alchemy and JC Patch 6.0
    By nicholasihunt in forum World of Warcraft Guides
    Replies: 8
    Last Post: 10-17-2014, 04:23 AM
  2. [Sql] A lot of Gameobjects, with names and description 3.3.0a
    By Xees in forum WoW EMU General Releases
    Replies: 55
    Last Post: 05-16-2010, 06:08 PM
  3. [Exploit] [Death Knight] Cheat Death with Path of frost
    By 7itanium in forum World of Warcraft Exploits
    Replies: 27
    Last Post: 11-28-2008, 09:18 AM
  4. lots of gold with lw and enchanting!
    By nerdywow in forum World of Warcraft Guides
    Replies: 4
    Last Post: 06-10-2007, 04:23 PM
All times are GMT -5. The time now is 04:33 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