[ENG] Elite Info menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 84
  1. #61
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kamil2239 View Post
    How to delete elite line distance to player? This is one thing that irritate me so much.
    you can set the distance to 5000 to avoid it

    [ENG] Elite Info
  2. #62
    robertsabaton's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit: nevermind!!
    Last edited by robertsabaton; 12-08-2020 at 08:41 AM.

  3. #63
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello, how too show distance on the lines ?

  4. #64
    Punkk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, does anyone know how to fix this? Elite Info.jpg

  5. #65
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Punkk View Post
    Hello, does anyone know how to fix this? Elite Info.jpg
    Hud.Window.Size should be bugged, try to change to a fixed value for
    Hud.Window.Size.Height & Hud.Window.Size.Width

  6. #66
    Punkk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The default settings were:
    plugin.XPos = Hud.Window.Size.Width * 0.670f; // 0.125f; Will display near the portrait // 0.670f; Will be displayed near the minimap
    plugin.YPos = Hud.Window.Size.Height * 0.0720f; // 0.0333f; Will display near the portrait // 0.0720f; Will be displayed near the minimap


    Now, no matter what values I set, nothing changes. It also does not display the % health rectangle on the elite.

    Using your mousecircle plugin as an example, I set the label values to the center, but the Absoulate label remained in place.
    xPos = 830 / 1920f;
    yPos = 513 / 1080f;

    Mouse-Circle hosted at ImgBB — ImgBB

    I also tried the modified razorfish mobile plugin. This is the result:
    eliteinfomov hosted at ImgBB — ImgBB
    Last edited by Punkk; 09-21-2023 at 02:15 PM.

  7. #67
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    seems you forget to change the 2 values in following line

    public DAV_EliteInfo(IController hud, int r, int g, int b, float Monsize = 3f, float dist = 45f) {
    Enabled = true;
    Hud = hud;

    barH = Hud.Window.Size.Height * 0.012f; //0.014f
    barW = Hud.Window.Size.Width * 0.11f;

    Originally Posted by Punkk View Post
    The default settings were:
    plugin.XPos = Hud.Window.Size.Width * 0.670f; // 0.125f; Will display near the portrait // 0.670f; Will be displayed near the minimap
    plugin.YPos = Hud.Window.Size.Height * 0.0720f; // 0.0333f; Will display near the portrait // 0.0720f; Will be displayed near the minimap


    Now, no matter what values I set, nothing changes. It also does not display the % health rectangle on the elite.

    Using your mousecircle plugin as an example, I set the label values to the center, but the Absoulate label remained in place.
    xPos = 830 / 1920f;
    yPos = 513 / 1080f;

    Mouse-Circle hosted at ImgBB — ImgBB

    I also tried the modified razorfish mobile plugin. This is the result:
    eliteinfomov hosted at ImgBB — ImgBB

  8. #68
    Punkk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the answer, but it looks like the problem is with Turbohud_Lightingmod, they turned off part of the Turbohud function. Unfortunately, I didn't find another one. This problem occurs with many plugins.
    Razorfish
    As far as I know, the developers of TurboHUD Lightning removed important functionality from TH Lightning in a recent update, and it breaks almost all of my plugins when used with TH Lightning instead of regular TurboHUD.

  9. #69
    bbrandao85's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello. I know I'm asking a lot, but can you give me a tip on how to fix this plugin? After the latest TurboHUD LightningMOD v5.7 update, the text and health bars for elites have disappeared. It seems that the positioning reference has been lost and all the text is concentrated in the upper left corner. Any ideas? Thanks.

  10. #70
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bbrandao85 View Post
    Hello. I know I'm asking a lot, but can you give me a tip on how to fix this plugin? After the latest TurboHUD LightningMOD v5.7 update, the text and health bars for elites have disappeared. It seems that the positioning reference has been lost and all the text is concentrated in the upper left corner. Any ideas? Thanks.
    check my previous reply, change all the Hud.Window.Size.Height & Hud.Window.Size.Width to a fixed value, same with the RG CD plugin

  11. #71
    ezequiel56's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tyvm, works like a charm.

    Depending your screen resolution, replace the values
    Hud.Window.Size.Height -> 1080
    Hud.Window.Size.Width -> 1920

  12. #72
    bbrandao85's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It didn't work, but I also don't know if it's correct. Please correct me. I did this in the lines: 33, 34, 187, 188.

    XPos = Hud.Window.Size.Width * 1920;
    YPos = Hud.Window.Size.Height * 1080;

    Thanks!

  13. #73
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    very wrong, =.=
    change Hud.Window.Size.Width to 1920, Hud.Window.Size.Height to 1080

    Originally Posted by bbrandao85 View Post
    It didn't work, but I also don't know if it's correct. Please correct me. I did this in the lines: 33, 34, 187, 188.

    XPos = Hud.Window.Size.Width * 1920;
    YPos = Hud.Window.Size.Height * 1080;

    Thanks!

  14. #74
    FoxPox's Avatar Member
    Reputation
    12
    Join Date
    Jun 2018
    Posts
    83
    Thanks G/R
    19/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It doesn’t work for me, I tried all the options suggested here, perhaps this is due to the disabled functions of the free version.

  15. #75
    Punkk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FoxPox View Post
    It doesn’t work for me, I tried all the options suggested here, perhaps this is due to the disabled functions of the free version.
    when I changed to 1920 and 1080 it didn’t work for me either. I guess I'm stupid
    For the Lightning mod it turned out like this:

    public override void Load(IController hud) {
    base.Load(hud);

    XPos = 1300; //position on the screen next to the map
    YPos = 75;
    public DAV_EliteInfo(IController hud, int r, int g, int b, float Monsize = 3f, float dist = 45f) {
    Enabled = true;
    Hud = hud;

    barH = 15f; //0.014f
    barW = 200f;
    barHmon = barH * 1.2f; // 1.4f
    barWmon = barW * 0.25f;

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [WTT] Steam Account(Info inside) for Pirox pvpTools lifetime elite
    By andykh in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 2
    Last Post: 12-06-2009, 09:13 AM
  2. [Info] Norwegian Elite DB 5.0 Progress
    By knaur in forum World of Warcraft Emulator Servers
    Replies: 50
    Last Post: 09-10-2008, 03:04 PM
  3. WTT 10-50 Scammed accounts [Full Info] and Elite Glider Key for a 70
    By xIxVoLcOmxIx in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 2
    Last Post: 07-09-2008, 06:37 AM
  4. Collected Naxx info
    By impulse102 in forum World of Warcraft General
    Replies: 1
    Last Post: 06-04-2006, 01:44 AM
  5. Info on taking Ragnaros (And other MC general info)
    By Cush in forum World of Warcraft Guides
    Replies: 4
    Last Post: 05-28-2006, 03:53 AM
All times are GMT -5. The time now is 10:46 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