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

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 78
  1. #16
    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)
    Somehow, new plugin that shows blackhole hiddens Wizards skills icons when I Transform Archon, and it comes back when transformation ends.

    Did not notice this at first glance, gonna check code later try to solve what is wrong

    Im using old version of plugin that only has archon iconCD (no blackhole) and its working.

    Dont know why it always bugs when blackhole line code comes in

    [ENG] Combin Plugin of Party Cooldown & Archon Downtime
  2. #17
    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 Saico View Post
    Somehow, new plugin that shows blackhole hiddens Wizards skills icons when I Transform Archon, and it comes back when transformation ends.

    Did not notice this at first glance, gonna check code later try to solve what is wrong

    Im using old version of plugin that only has archon iconCD (no blackhole) and its working.

    Dont know why it always bugs when blackhole line code comes in
    I know when I play WZ in season, I am inspecting that now.
    And seems I found the reason, now I need more time to test it.

  3. #18
    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)
    I have the size of achron thing and numbers perfect now, i removed it from showing other teammates in the group i just mainly am worried about seeing my own. Though when other wizards are in the group it still shows their achron timer. is there a way to remove that and only show my timer? sorry for the million questions.

  4. #19
    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
    I know when I play WZ in season, I am inspecting that now.
    And seems I found the reason, now I need more time to test it.
    Sure, I would be appreciated, I tried restore String format from - ToString("0") to ToString("0,0") I thought that was the problem, but no.

    I was pretty sure it was working fine in group, but yesterday when I asked my zbarb to check my CD he told me it was not visible in my archon form.

  5. #20
    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 Dave2269 View Post
    I have the size of achron thing and numbers perfect now, i removed it from showing other teammates in the group i just mainly am worried about seeing my own. Though when other wizards are in the group it still shows their achron timer. is there a way to remove that and only show my timer? sorry for the million questions.
    try add the red code
    foreach (var player in Hud.Game.Players.OrderBy(p => p.HeroId)) {
    if (!player.IsMe) continue;

  6. #21
    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 to fix the Archon Bug

  7. #22
    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)
    works like a charm u are the best!!!!!!!

  8. #23
    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 improvement putting CD numbers at icon border, now there is space to check both counters at same time =) but I found a problem, the countdown runs great until the archon form ends, the white number CD (off archon) stops on 32 sec, it was supposed to continue running from 32 > 0

    Running good, both CDcounters> [ENG] Combin Plugin of Party Cooldown & Archon Downtime-screenshot_2-png

    When Archon CDcounter ends (Green text number) Off Archon CDcounter (White text number) stops on 32
    edit: Actually counter was stopping on 32 cause I was testing in Town, it stops on any number (depends of CD/Gogok) timer stops any number and freezes when archon ends
    [ENG] Combin Plugin of Party Cooldown & Archon Downtime-screenshot_4-png

    Original Bar Counter Still running (The CDcounter that should be counting on plugin for me and my teammates check instead of freeze number [ENG] Combin Plugin of Party Cooldown & Archon Downtime-screenshot_6-png

    edit: I checked now I see you put both companion timers, active (green) and CD (White) it helps soo much, and CD timer (white counter) for DH companion is not freezen as Archon Timer when active companion ends. > [ENG] Combin Plugin of Party Cooldown & Archon Downtime-screenshot_7-png

    Trying to compare both codes to see what is wrong (With my very poor code knowledge ) =(

    Would appreciate any help
    Last edited by Saico; 05-24-2019 at 01:50 PM.

  9. #24
    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)
    my CD stop at 10sec (as a zmonk) & I have modify the code a bit to fix it.
    Are you using the latest code & still getting the bug?

  10. #25
    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
    my CD stop at 10sec (as a zmonk) & I have modify the code a bit to fix it.
    Are you using the latest code & still getting the bug?
    The cooldowns for Companion runs fine when I checked, but Archon freezes timer just when Transformation ends.

    I tested the version you updated today morning.

    Im runnin few runs and doin some job, I gonna check in a bit newest you updated to see

  11. #26
    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)
    I think you are using the "old" code, try the latest one & let me know the result

  12. Thanks Saico (1 members gave Thanks to s4000 for this useful post)
  13. #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 s4000 View Post
    I think you are using the "old" code, try the latest one & let me know the result
    Oh ya, I tested newest now and It is workin so good till this moment.

    Now I can check better my remaining CDcounter when I use zodiac to reset CD with ticks > Screenshot_5.png

    I`m still testin and I report if any bugs appear.

    Thank you so much s4, your efforts on this plugin with these update are helpin me and my teammates soo much !! =)
    Last edited by Saico; 05-24-2019 at 09:54 PM.

  14. #28
    profredseries's Avatar Member
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    31
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Help please move the green numbers to the center of the icon

  15. #29
    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 profredseries View Post
    Help please move the green numbers to the center of the icon
    modify the code
    BuffFont.DrawText(bufftextLayout, rect.X, rect.Y);
    to
    BuffFont.DrawText(bufftextLayout, rect.X + (rect.Width - (float)Math.Ceiling(textLayout.Metrics.Width))/2, rect.Y + (rect.Height - textLayout.Metrics.Height)/2);

    But NOT recommend to do that as I believe the text (CD white number & buff green number) will overlay,

  16. #30
    profredseries's Avatar Member
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    31
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    modify the code
    BuffFont.DrawText(bufftextLayout, rect.X, rect.Y);
    to
    BuffFont.DrawText(bufftextLayout, rect.X + (rect.Width - (float)Math.Ceiling(textLayout.Metrics.Width))/2, rect.Y + (rect.Height - textLayout.Metrics.Height)/2);

    But NOT recommend to do that as I believe the text (CD white number & buff green number) will overlay,

    2018.09.14 07:36:52.392 19.5.20.1 error while initializing plugins
    2018.09.14 07:36:52.393 19.5.20.1 C:\TH\Plugins\DavPlayer\dav_partycdplugin.cs(170,101) : error CS0841: Cannot use local variable 'textLayout' before it is declared
    2018.09.14 07:36:52.393 19.5.20.1 C:\TH\Plugins\DavPlayer\dav_partycdplugin.cs(170,157) : error CS0841: Cannot use local variable 'textLayout' before it is declared

Page 2 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 08:45 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