[V9.1] [RNN] BuildsIcons&Coe menu

User Tag List

Page 7 of 8 FirstFirst ... 345678 LastLast
Results 91 to 105 of 108
  1. #91
    d3snorter's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    I added the sound warnings to the coe variants that you find here:
    https://www.ownedcore.com/forums/dia...-mycoebar.html ([V9.1] [INTERNATIONAL] [RNN] OtherCoeBar & MyCoeBar)
    Mycoebarplus && MyCoeBestElementPlus do the same as this plugin but only for your character.
    Thanks, is there a way when I am playing a zee that it can sound off for the DPS players COE element? I am only getting it for myself when I am DPS with a COE.
    Cheers

    [V9.1] [RNN] BuildsIcons&Coe
  2. #92
    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)
    Maybe will help you:
    SupportCoebar -> https://www.ownedcore.com/forums/dia...ml#post4184924 ([V9.1] [INTERNATIONAL] [RNN] OtherCoeBar & MyCoeBar)
    or
    MovableCoeBar (in the first post of the same thread, section D)

  3. #93
    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)
    Update
    Added Fenix
    Fixed Coe (follower enchantress)
    Extra plugin for mirror images (wizard)

  4. #94
    wad1532's Avatar Member
    Reputation
    7
    Join Date
    Mar 2019
    Posts
    94
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update
    Added Fenix
    Fixed Coe (follower enchantress)
    Extra plugin for mirror images (wizard)
    WOOOOT RNN IS BACK!!!!! nice update RNN! ty so much

  5. #95
    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)
    only partially
    I will re-enable links and make some small corrections

  6. Thanks LittleDez13 (1 members gave Thanks to RNN for this useful post)
  7. #96
    LittleDez13's Avatar Member
    Reputation
    3
    Join Date
    Mar 2020
    Posts
    69
    Thanks G/R
    48/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Welcome back Master RNN!!! I am very happy to see you here!!! Thanks for the improvements!!!

  8. #97
    wad1532's Avatar Member
    Reputation
    7
    Join Date
    Mar 2019
    Posts
    94
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    only partially
    I will re-enable links and make some small corrections
    WELL, partially is better then nothing!!!!!
    Also was wondering on the wizzard plugin, is there anyway to turn off My coe at the top right but still show other's when im on barb??? also havnt tested it yet but can the barb see the images??

    Cause i do use your "mycoeplus" so now i have that one plus the wizzard plugin... i know on the rat plugin you made it so you can turn off "yours" but see other's

  9. #98
    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)
    Code:
    plugin.ShowMe = true;			// Show for my character
    I don't know if I understood you.
    If you use MycoebarPlus (I also added the Fenix ​​build) set false to that ShowMe variable so that this plugin does not display anything for your character, but does for other players

  10. #99
    wad1532's Avatar Member
    Reputation
    7
    Join Date
    Mar 2019
    Posts
    94
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Code:
    plugin.ShowMe = true;			// Show for my character
    I don't know if I understood you.
    If you use MycoebarPlus (I also added the Fenix ​​build) set false to that ShowMe variable so that this plugin does not display anything for your character, but does for other players
    Oh shit.... YEah my bad!!!! i forgot i added the biuldsandcoe... and it changed show me to true.... MY bad and TY!!! =)

  11. #100
    antofll's Avatar Member
    Reputation
    1
    Join Date
    Sep 2020
    Posts
    12
    Thanks G/R
    23/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to add the Monk MysticAlly skill, but the skill cooldown doesn't appear, how can I fix it?

    IPlayerSkill skill = player.Powers.UsedMonkPowers.MysticAlly;
    if (player.Powers.BuffIsActive(449252)) //inna 6set
    {
    if (ShowNames) { layout = FontNames.GetTextLayout(player.BattleTagAbovePortrait); FontNames.DrawText(layout,x + 1,y ); y += layout.Metrics.Height + 1; }
    //if ((skill != null) && (skill.Rune==0))
    if ((skill != null) && player.Powers.BuffIsActive(485724)) //볼품없는 장화
    {
    DrawIconSkill(x,y,SizeIconWidth,SizeIconHeight,skill, 0); // index 0, para averiguar el timeleft . Debo restar 1.5s (death)
    x += SizeIconWidth;
    }
    }

  12. #101
    antofll's Avatar Member
    Reputation
    1
    Join Date
    Sep 2020
    Posts
    12
    Thanks G/R
    23/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added the Monk "MysticAlly" skill, but the skill cooldown is not displayed. please tell me how to solve this

    IPlayerSkill skill = player.Powers.UsedMonkPowers.MysticAlly;
    if (player.Powers.BuffIsActive(449252))
    {
    if ((skill != null) && player.Powers.BuffIsActive(485724))
    {
    DrawIconSkill(x,y,SizeIconWidth,SizeIconHeight,skill, 0);
    x += SizeIconWidth;
    }
    }

  13. #102
    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)
    Yes, it is due to a bug in DrawIconSkill, it happens in skills where always "skill.Buff == null", I will update later

  14. #103
    antofll's Avatar Member
    Reputation
    1
    Join Date
    Sep 2020
    Posts
    12
    Thanks G/R
    23/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for letting me know, the cooldown indicator appears very occasionally... so I don't know what the problem is. I'll wait for the update.

  15. #104
    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)
    Update

    Added Inna Build
    Last edited by RNN; 12-05-2021 at 05:54 AM.

  16. #105
    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)
    I have created a plugin to understand how the Arachyr set works before next season. I post it here in case anyone is interested. I will not play with this character, and I will not make future modifications to the file:

    plugins\RNN\SpiderQueen

    The icon represents the damage reduction provided by the set

  17. Thanks madbmax (1 members gave Thanks to RNN for this useful post)
Page 7 of 8 FirstFirst ... 345678 LastLast

Similar Threads

  1. [V9.0] [INTERNATIONAL] [RNN] Icount
    By RNN in forum TurboHUD Community Plugins
    Replies: 21
    Last Post: 1 Week Ago, 04:48 AM
  2. [V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin
    By RNN in forum TurboHUD Community Plugins
    Replies: 137
    Last Post: 3 Weeks Ago, 04:25 PM
  3. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
  4. [V9.1] [RNN] Singularity & Coe
    By RNN in forum TurboHUD Community Plugins
    Replies: 1
    Last Post: 03-27-2020, 09:33 AM
  5. [V9.1] [INTERNATIONAL] [RNN] Spirit Barrage && COE
    By RNN in forum TurboHUD Community Plugins
    Replies: 60
    Last Post: 03-27-2020, 09:29 AM
All times are GMT -5. The time now is 08:07 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