[v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin menu

User Tag List

Page 1 of 6 12345 ... LastLast
Results 1 to 15 of 90
  1. #1
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin


    [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin-portrait-png Shows EXP percentage with two decimal right to portrait paragon level (a bit more precise than the top stats 2 decimals paragon level) with EXP/h & time to next paragon level in the hint and replaces portrait level 70 (only if reached) by each player's highest Greater Rift level with Class, Sheet DPS, EHP and Nemesis Bracers indicator in the hint.
    Download :
    >>>>> ParagonPercentagePlugin.cs <<<<<

    Install:
    save as plugins/Resu/ParagonPercentagePlugin.cs

    customization : - -> Default theme customization 101 <--
    see GitHub.
    Attached Thumbnails Attached Thumbnails [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin-nemesis-png  
    Last edited by User5981; 02-15-2019 at 04:20 AM.

    [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin
  2. Thanks johnbl, cherouvim13, Stormreaver, BeeAntOS, AffaBanana, Argus-434, LazyDruid (7 members gave Thanks to User5981 for this useful post)
  3. #2
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excellent!!!

    edit : where I customise the positioning of the percentage? For example I want it at the left, because at the right it overlaps other plugins (f.e. the pool count plugin)

    also how can I disable the solo rift record?

    Thanks!
    Last edited by cherouvim13; 08-26-2017 at 01:29 AM.

  4. #3
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cherouvim13 View Post
    Excellent!!!

    edit : where I customise the positioning of the percentage? For example I want it at the left, because at the right it overlaps other plugins (f.e. the pool count plugin)

    also how can I disable the solo rift record?

    Thanks!
    Edit : see 1st post ;-)
    Last edited by User5981; 08-26-2017 at 07:40 AM.

  5. #4
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I refactored a bit.
    - simplified the logic in PaintTopInGame()
    - simplified the logic for paragon level percentage
    - use ExperienceStatistic for time compute
    - option ShowGreaterRiftMaxLevel added

    PHP Code:
                Hud.RunOnPlugin<Resu.ParagonPercentagePlugin>(plugin =>
                {
                    
    plugin.ShowGreaterRiftMaxLevel false;
                }); 
    ParagonPercentagePlugin.cs * GitHub
    Hide the Rum! --> Default theme customization 101 <--

  6. Thanks User5981, johnbl (2 members gave Thanks to JackCeparou for this useful post)
  7. #5
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you both!!

  8. #6
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    I refactored a bit.
    - simplified the logic in PaintTopInGame()
    - simplified the logic for paragon level percentage
    - use ExperienceStatistic for time compute
    - option ShowGreaterRiftMaxLevel added

    PHP Code:
                Hud.RunOnPlugin<Resu.ParagonPercentagePlugin>(plugin =>
                {
                    
    plugin.ShowGreaterRiftMaxLevel false;
                }); 
    ParagonPercentagePlugin.cs * GitHub
    Thank you I learned a lot on that one :-)
    (1st post edited)

  9. #7
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi !

    Cool plugins...

    It's possible to show time of best solo GR in the popup ?

  10. #8
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated!

    Originally Posted by ADV2015 View Post
    Hi !

    Cool plugins...

    It's possible to show time of best solo GR in the popup ?
    Great idea, I will add this when it will be possible.
    Last edited by User5981; 09-03-2017 at 11:50 AM.

  11. Thanks ADV2015 (1 members gave Thanks to User5981 for this useful post)
  12. #9
    Runn1ng_F4st's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it possible to add the other players highest Solo GR also? (on top of their own portraits of course) That would help immensely when joining a GR pub and everybody just standing around twiddling their thumbs wondering what level everybody can handle. lol I mean I always ask anyways but that would be awesome!

  13. #10
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Runn1ng_F4st View Post
    Would it possible to add the other players highest Solo GR also? (on top of their own portraits of course) That would help immensely when joining a GR pub and everybody just standing around twiddling their thumbs wondering what level everybody can handle. lol I mean I always ask anyways but that would be awesome!
    Yes I'm trying to do that for sometime now, it is possible but I have yet not figured out how (I'm still learning).
    Last edited by User5981; 09-12-2017 at 05:38 AM.

  14. #11
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Runn1ng_F4st View Post
    Would it possible to add the other players highest Solo GR also? (on top of their own portraits of course) That would help immensely when joining a GR pub and everybody just standing around twiddling their thumbs wondering what level everybody can handle. lol I mean I always ask anyways but that would be awesome!
    Updated! enjoy!

  15. #12
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My name is Bump, Forum Bump, and that's all I've got to say about this!
    Little update!
    Supported version for all Resu plugins

  16. #13
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Work with 7.5

  17. #14
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    update : Added Percentage to level 70 (before level 70 it displays a percentage of your path to paragon 0)
    Supported version for all Resu plugins

  18. Thanks johnbl (1 members gave Thanks to User5981 for this useful post)
  19. #15
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Resu, very nice plugins...


    to interact with the Gjuz plugins (poolState.cs), I would like to move the information as on the image, but I tried to change some value, but nothing works!
    Could you help me please!

    [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin-0001-png

    Thanks
    Last edited by ADV2015; 12-20-2018 at 02:33 PM.

Page 1 of 6 12345 ... LastLast

Similar Threads

  1. [v7.2] [INTERNATIONAL] [glq] MonsterRiftProgressionPlugin
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 23
    Last Post: 09-07-2021, 04:46 AM
  2. [v7.3] [INTERNATIONAL] [Resu] CraftersDelightPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 194
    Last Post: 03-07-2021, 05:56 AM
  3. [v7.2] [INTERNATIONAL] [Jack] ItemDropSoundAlertPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 22
    Last Post: 07-17-2017, 08:27 PM
  4. [V7.2][International][Grischu] Buffstatistics
    By Grischu in forum TurboHUD Community Plugins
    Replies: 20
    Last Post: 04-05-2017, 02:27 AM
All times are GMT -5. The time now is 02:51 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