[v7.2] [INTERNATIONAL] [glq] MonsterRiftProgressionPlugin menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [v7.6] [INTERNATIONAL] [glq] MonsterRiftProgressionPlugin

    Supported TurboHUD version:9.0



    Place in plugins\glq\MonsterRiftProgressionPlugin.cs

    This plugin will help you know the progress values for each monster

    MonsterRiftProgressionPlugin - Pastebin.com

    Custom code
    Code:
    Hud.GetPlugin<MonsterRiftProgressionPlugin>().ToggleKeyEvent = Hud.Input.CreateKeyEvent(true, Key.F9, false, false, false);//Toggle display or no display
    Hud.GetPlugin<MonsterRiftProgressionPlugin>().DisplayLimit = 0.00;//Minimum limit Progression display
    Hud.GetPlugin<MonsterRiftProgressionPlugin>().DyingEnable = true;//The dying monster is shown red
    Hud.GetPlugin<MonsterRiftProgressionPlugin>().DyingLimit= 15;//The percentage below the health value is dying
    Hud.GetPlugin<MonsterRiftProgressionPlugin>().OnlyMultiplayerEnable = true;//Dying for red function is effective only in multiplayer games
    Change log
    1.The dying monster is shown red
    Last edited by SeaDragon; 02-13-2019 at 10:50 AM.

    [v7.2] [INTERNATIONAL] [glq] MonsterRiftProgressionPlugin
  2. Thanks cherouvim13, song min cheol (2 members gave Thanks to SeaDragon for this useful post)
  3. #2
    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)
    PHP Code:
    public bool TurnedOn getset; } 
    Useless, you can use the 'Enabled' property already defined in each plugin.

    - Fix the image.

    - Just a remark, but this is too much copied from a default plugin but i don't see a way to make it nicely right now, i'll check for a more elegant solution.
    Hide the Rum! --> Default theme customization 101 <--

  4. #3
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't fix the image
    I insert a picture, upload it, and it shows a link instead of a picture
    Maybe I need your help to optimize it, the hotkey is to hide and display
    In the original forum has this request
    And then there's the color difference and the minimum limit
    Of course, all of this is done by copying some of the default plugin code
    Last edited by SeaDragon; 03-27-2017 at 06:41 AM.

  5. #4
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    [IMG]http://UrlOfImage[/IMG] 

  6. #5
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bm206 View Post
    PHP Code:
    [IMG]http://UrlOfImage[/IMG] 
    cannot
    The first insert can be displayed properly, if I edit the picture it will be displayed as a link

  7. #6
    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)


    Edit : still show ;p
    Last edited by JackCeparou; 03-27-2017 at 12:43 PM.
    Hide the Rum! --> Default theme customization 101 <--

  8. #7
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit it will no longer show

  9. #8
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I uploaded the N again, still shows a link, not a picture

  10. #9
    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)
    Tried it at a normal rift and it is not working.

  11. #10
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cherouvim13 View Post
    Tried it at a normal rift and it is not working.
    Are there any exceptions?

  12. #11
    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)
    Originally Posted by SeaDragon View Post
    Are there any exceptions?
    No, I just copy pasted the data from your link into a new .cs file and placed it into the suggested folder in the plugins.

    Same by just downloading it too and renaming the file to .cs

  13. #12
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cherouvim13 View Post
    No, I just copy pasted the data from your link into a new .cs file and placed it into the suggested folder in the plugins.

    Same by just downloading it too and renaming the file to .cs
    Sorry, I default to set a minimum of 0.5% progress display
    You can modify DisplayLimit = 0.0;
    I updated the CS

  14. #13
    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)
    Everything in order now, thanks!

  15. #14
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post


    Edit : still show ;p
    Shit, where is the problem? I don't think there's a problem with the way I upload pictures
    User group permissions?
    I don't have a better idea

  16. #15
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No upload is needed in the forum. Upload the pictures on imgur.com and use [img] [/img].

Page 1 of 2 12 LastLast

Similar Threads

  1. Internal Mail Error
    By delldude1989 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-05-2008, 04:35 PM
  2. International Talk Like a Pirate Day!
    By Loveshock in forum Community Chat
    Replies: 13
    Last Post: 09-20-2007, 12:11 PM
  3. International Rules to Calling Shotgun
    By matswurld in forum Community Chat
    Replies: 1
    Last Post: 05-18-2007, 08:37 PM
  4. President Bush, CAUGHT SWEARING at international meeting
    By mantalcore in forum Community Chat
    Replies: 15
    Last Post: 08-14-2006, 09:41 AM
All times are GMT -5. The time now is 06:42 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