[v7.3] [ENGLISH] [glq] NecDeadBodyPlugin menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    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)
    Originally Posted by SeaDragon View Post
    The 80 and 81 lines are display coordinates, and you can modify them appropriately

    Thx for this. Wanted it under my Necro too. Not sure I did it right though. Not being a coder or knowing C# period Line 80 var x = uiRect.Left + w; was giving me trouble but I got it to work somehow hehe. Used the following on 1920*1080

    line 80 var x = uiRect.Left - uiRect.Height * 2.80f;
    line 81 var y = uiRect.Top - uiRect.Height * 2.55f;


    Is there a tool y'all could share to give us screen coordinates more easily? Or a how to PLZ? lol


    Another question I had was, Can I somehow get the bodies to show on the minimap?
    Last edited by Runn1ng_F4st; 09-23-2017 at 08:25 AM.

    [v7.3] [ENGLISH] [glq] NecDeadBodyPlugin
  2. #17
    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
    When the number of corpses is less than 10, the font color is white
    When the number of corpses is 10~15, the font color is orange
    When the number of corpses is 16 (maximum), the font color is red
    Is this by default or do I have to modify it in the plugin? And if yes in which lines? Thanks

  3. #18
    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
    Is this by default or do I have to modify it in the plugin? And if yes in which lines? Thanks
    90 and 98 line

  4. #19
    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 Runn1ng_F4st View Post
    Thx for this. Wanted it under my Necro too. Not sure I did it right though. Not being a coder or knowing C# period Line 80 var x = uiRect.Left + w; was giving me trouble but I got it to work somehow hehe. Used the following on 1920*1080

    line 80 var x = uiRect.Left - uiRect.Height * 2.80f;
    line 81 var y = uiRect.Top - uiRect.Height * 2.55f;


    Is there a tool y'all could share to give us screen coordinates more easily? Or a how to PLZ? lol


    Another question I had was, Can I somehow get the bodies to show on the minimap?
    I have no coordinates tools
    Temporarily cannot be displayed on minimap

  5. #20
    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
    90 and 98 line
    There is this, but color remain red no matter the number of corpses. havent touched anything in the plugin.

    "if (Count < 10)
    {
    DeadBodyCountDecorator.TextFont = Hud.Render.CreateFont("tahoma", 7, 255, 175, 238, 238, true, false, false);
    }
    if (Count >= 10 && Count < 16)
    {
    DeadBodyCountDecorator.TextFont = Hud.Render.CreateFont("tahoma", 7, 255, 255, 255, 0, true, false, false);
    }
    if (Count >= 16)
    {
    DeadBodyCountDecorator.TextFont = Hud.Render.CreateFont("tahoma", 8, 255, 255, 0, 0, true, false, false);
    }

  6. #21
    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
    There is this, but color remain red no matter the number of corpses. havent touched anything in the plugin.

    "if (Count < 10)
    {
    DeadBodyCountDecorator.TextFont = Hud.Render.CreateFont("tahoma", 7, 255, 175, 238, 238, true, false, false);
    }
    if (Count >= 10 && Count < 16)
    {
    DeadBodyCountDecorator.TextFont = Hud.Render.CreateFont("tahoma", 7, 255, 255, 255, 0, true, false, false);
    }
    if (Count >= 16)
    {
    DeadBodyCountDecorator.TextFont = Hud.Render.CreateFont("tahoma", 8, 255, 255, 0, 0, true, false, false);
    }
    I don't know. The theory is that if the number of corpses is >=16, it will be red

  7. #22
    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)
    Confirm work with 7.5

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [v7.2] [ENGLISH] [glq] UberRealmMarker
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 23
    Last Post: 05-17-2019, 07:45 AM
  2. [v7.2] [ENGLISH] [glq] AncientParthanCount
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 17
    Last Post: 07-06-2018, 01:56 AM
  3. [v7.2] [ENGLISH] [glq] MonsterDensityPlugin
    By SeaDragon in forum TurboHUD Community Plugins
    Replies: 5
    Last Post: 07-16-2017, 10:47 AM
  4. Omg,Funniest Thing I ever saw!!! ENGLISH PWNED!!!!
    By anmer in forum Screenshot & Video Showoff
    Replies: 10
    Last Post: 11-12-2007, 10:15 AM
  5. Chinese Names in English WoW
    By pandaman in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 08-12-2006, 05:40 AM
All times are GMT -5. The time now is 06:17 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