[v9] Minimal plugin theme! menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    wolfstein68's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    8
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    Thanks again, can you explain how we can add something please in your theme Im begginer and i want for example, information of rift (conduit at level 1 / 10% rift done, ...)
    And how can i have the % of monster around me and the % of the rift in live ? Because i want default THUD monster colors on minimap but i lost rift progression percent.
    Thanks
    Last edited by wolfstein68; 04-03-2019 at 05:33 AM.

    [v9] Minimal plugin theme!
  2. #17
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by wolfstein68 View Post
    Hi,

    Thanks again, can you explain how we can add something please in your theme Im begginer and i want for example, information of rift (conduit at level 1 / 10% rift done, ...)
    And how can i have the % of monster around me and the % of the rift in live ? Because i want default THUD monster colors on minimap but i lost rift progression percent.
    Thanks
    There is two rift plugins I have disabled and not checked what they do.
    Code:
    Hud.TogglePlugin<NotifyAtRiftPercentagePlugin>(NOO);
    Hud.TogglePlugin<RiftPlugin>(NOO);
    You can try to change NOO to YES in one or both of those.

    And BTW, I have noticed that when you have progressed in a rift to 98 or something, D3 shows rift percentage there - maybe because the progress bar is so near to the end it is difficult to see properly how far it is?
    IMHO before that is does not matter what number it is. Only those last few percent matters where you decide how you end the rift anyways.

  3. Thanks wolfstein68 (1 members gave Thanks to JarJarD3 for this useful post)
  4. #18
    franehr's Avatar Member
    Reputation
    6
    Join Date
    Oct 2017
    Posts
    82
    Thanks G/R
    34/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi , I have question. How do i reposition that nice green rift progress percentage on top of the screen? I would like to place it little bit more to the left.

  5. #19
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by franehr View Post
    Hi , I have question. How do i reposition that nice green rift progress percentage on top of the screen? I would like to place it little bit more to the left.
    AFAIK Minimal plugin theme does not add anything to the UI, it just removes stuff.
    It must be other plugin that shows "green rift progress percentage". Typically plugins have some options to customize positioning and fonts of labels. But not all.

  6. #20
    RNN's Avatar Legendary
    Reputation
    876
    Join Date
    Sep 2018
    Posts
    1,154
    Thanks G/R
    108/838
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    maybe he refers to this:

    Monster coloring V2 advert (video):
    MyMonsterColoring - Streamable

  7. #21
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by RNN View Post
    maybe he refers to this:

    Monster coloring V2 advert (video):
    MyMonsterColoring - Streamable
    Yes, it is it. I have to check the code. Not playing much recently so I tend to forget things.

  8. #22
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by franehr View Post
    Hi , I have question. How do i reposition that nice green rift progress percentage on top of the screen? I would like to place it little bit more to the left.
    Here are (some of) the things that can be currently customized:
    Code:
    public bool ProgressionLabelOnMinimap { get; set; } = false;        // Postion label relative to minimap X coordinate.
    public float XRatioTop { get; set; } = 0.250f;                      // Label X offset relative to screen (or minimap).
    public float YRatioTop { get; set; } = 0.025f;                      // Label Y offset relative to screen (always).
    And this way you can move that label horizontally:
    Code:
    public void Customize()
    {
        Hud.RunOnPlugin<Turbo.Plugins.User.MyMonsterColoringV2>(plugin =>
        {
            plugin.Helper.XRatioTop = 0.250f;
        });
    }
    I hope this gets you going to the right direction.
    Remember that those label offset (position) multipliers are relative for screen or minimap, depending on plugin.Helper.ProgressionLabelOnMinimap value.

  9. Thanks franehr (1 members gave Thanks to JarJarD3 for this useful post)
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Request] can anybody helps to update the pylon marker plugin to V9?
    By greetree in forum TurboHUD Support
    Replies: 3
    Last Post: 06-02-2019, 07:49 AM
  2. [Question] How u make the plugin work for v9.0
    By tubbygrimreaper in forum TurboHUD Support
    Replies: 0
    Last Post: 03-09-2019, 06:01 AM
  3. [7.3] [ENGLISH] [Styckz] Plugin Theme Pack
    By Styckz in forum TurboHUD Community Plugins
    Replies: 24
    Last Post: 11-07-2017, 05:35 AM
  4. Where can i get a Cord mod/plugin?
    By Mike3667 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-09-2006, 07:20 PM
All times are GMT -5. The time now is 12:37 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search