[ENG] RG Skill Cool Down menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 51
  1. #1
    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)

    [ENG] RG Skill Cool Down

    Suggested by user evan6944, the following plugin is completed by us. (data collection by evan6944, code by me)

    As he mentioned, each Rift Guardian skill has a specific cooldown.
    At certain stages of the %HP of the RG, it can have more skills available or have shorter cooldowns on some of the skills.
    Since the RG will cast any skill that is available, we can force the RG to cast it only when the group is ready.
    By delaying the RG by using stuns or freezes, we can make sure some good skills are only used during the physical cycle of COE or when RGK has Land of the Dead ready.

    Hope this plugin will help people for high GR.

    v1.1
    - add zhTW language, for those need english one, delete the chinese and the /* & */ at the begin & end of the english
    - Fuck you hacked thud, steal my plugin & encrypt for money

    BossCD.jpg

    Copt to plugins\DAV
    [C#] DAV_BossCDPlugin - Pastebin.com
    Last edited by s4000; 10-12-2019 at 08:41 PM.

    [ENG] RG Skill Cool Down
  2. Thanks RNN, TobiaSBooN, imnotabotuser, zhiguangjian, rogue00722, DeeThree, 731113, chrisis9593, Jackass24 (9 members gave Thanks to s4000 for this useful post)
  3. #2
    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)
    from ur screenshot, which plugin u are used to show class avatar of each player on players' ground ?

  4. #3
    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 takayo72 View Post
    from ur screenshot, which plugin u are used to show class avatar of each player on players' ground ?
    Its my own plugin, not post in forum as similar plugin exists in forum (marker for players)

  5. #4
    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)
    Hm, I tested in the first boss I encountered and it displayed Raiziel skills Lightning Orb and Holy Bolt Nova on Man Carver. Screenshot_2.png

    PS: Can you share this plugin please ? I have the same but shows "minimized" I have to put mouse on it to show skills as you have already showed all of them by default. Screenshot_3.png

  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)
    Originally Posted by Saico View Post
    Hm, I tested in the first boss I encountered and it displayed Raiziel skills Lightning Orb and Holy Bolt Nova on Man Carver. Screenshot_2.png

    PS: Can you share this plugin please ? I have the same but shows "minimized" I have to put mouse on it to show skills as you have already showed all of them by default. Screenshot_3.png
    Edit: Somehow I returned to last map and reentered the boss map with New Beta TH Build and it displayed correctly

  7. #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 Saico View Post
    Edit: Somehow I returned to last map and reentered the boss map with New Beta TH Build and it displayed correctly
    maybe the clear up code sometimes not work properly, will modify later

  8. #7
    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 Saico View Post
    Hm, I tested in the first boss I encountered and it displayed Raiziel skills Lightning Orb and Holy Bolt Nova on Man Carver. Screenshot_2.png

    PS: Can you share this plugin please ? I have the same but shows "minimized" I have to put mouse on it to show skills as you have already showed all of them by default. Screenshot_3.png
    I had added this message in the boss animation log file, please download from
    https://www.ownedcore.com/forums/dia...g-message.html

  9. #8
    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)
    How to change the x,y position ?
    BaiduShurufa_2019-8-31_16-52-39.png

  10. #9
    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 takayo72 View Post
    How to change the x,y position ?
    BaiduShurufa_2019-8-31_16-52-39.png
    Boss CD :
    XPos = Hud.Window.Size.Width * 0.7f;
    YPos = Hud.Window.Size.Height * 0.5f;

    BossAmine :
    XPos = Hud.Window.Size.Width * 0.2f; // adjust according to EliteBarPlugin
    YPos = Hud.Window.Size.Height * 0.04f; // adjust according to EliteBarPlugin

  11. #10
    imnotabotuser's Avatar Member
    Reputation
    4
    Join Date
    Apr 2019
    Posts
    12
    Thanks G/R
    34/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    s4000 ty mate for share

  12. #11
    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)
    updated :
    fixed the boss skill sometime not clear for new game

  13. #12
    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)
    I'm sorry to bother u again.
    on line 38,39 where the code is to adjust the boss skill cooldown bar
    XPos = Hud.Window.Size.Width * 0.7f;
    YPos = Hud.Window.Size.Height * 0.5f;


    I could not find another pair of xpos and ypos in the dav_bosscdplugin.cs to adjust the text where yellow arrow pointed at

    BaiduShurufa_2019-9-1_6-41-57.png

  14. #13
    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)
    This is from another plugin
    https://www.ownedcore.com/forums/dia...g-message.html ([ENG] Boss Warming Message)

    BossAmine :
    XPos = Hud.Window.Size.Width * 0.2f; // adjust according to EliteBarPlugin
    YPos = Hud.Window.Size.Height * 0.04f; // adjust according to EliteBarPlugin

    Originally Posted by takayo72 View Post
    I'm sorry to bother u again.
    on line 38,39 where the code is to adjust the boss skill cooldown bar
    XPos = Hud.Window.Size.Width * 0.7f;
    YPos = Hud.Window.Size.Height * 0.5f;


    I could not find another pair of xpos and ypos in the dav_bosscdplugin.cs to adjust the text where yellow arrow pointed at

    BaiduShurufa_2019-9-1_6-41-57.png

  15. #14
    WRG's Avatar Member
    Reputation
    2
    Join Date
    Jun 2019
    Posts
    9
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @s4000 Would you be willing to share your plugin pack by chance? Trying to configure all of these plugins to work together are beginning to give me a huge headache and I'm about ready to uninstall Hud completely.

  16. #15
    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 WRG View Post
    @s4000 Would you be willing to share your plugin pack by chance? Trying to configure all of these plugins to work together are beginning to give me a huge headache and I'm about ready to uninstall Hud completely.
    you mean all the plugins, setting of myself?

Page 1 of 4 1234 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 07-31-2018, 05:33 PM
  2. Reset all cool downs for Brawlers fights
    By drm420 in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 03-21-2014, 05:32 PM
  3. [New] Reset Random Dungeoun Q Cool Down
    By godmodeon in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 10-05-2011, 09:51 AM
  4. [server restart] How to make the cool down on your hearth stone low
    By ~Jagris in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 06-09-2009, 11:54 AM
  5. No global cool down on Curse of Agony (maybe other instant casts to)
    By ~Jagris in forum World of Warcraft Exploits
    Replies: 51
    Last Post: 07-18-2008, 11:03 AM
All times are GMT -5. The time now is 12:55 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