[V9.0] [INTERNATIONAL] [RNN] Icount menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    [V9.0] [ENGLISH] [RNN] Icount

    Supported TurboHUD version: 9.x

    Mothers, Summoners and Transformers Counter (In the lower right corner) .

    Seeing the plugin Marker For Mobs ([SHAKE] [v9.0] Marker For Mobs) gave me an idea to improve an old plugin that I did some time ago and upload it.

    Update: I have exchanged the green (transformers) and yellow (summoners) colors because the summoners did not look good in yellow.




    Download: ICount.cs

    Installation: Place LogChat.cs in "plugins\RNN\ICount.cs"

    Custom code (Plugins\User\PluginEnablerOrDisablerPlugin.cs , it's not mandatory) :

    Code:
    	Hud.GetPlugin<RNN.ICount>().Enabled = true;
    
    		Hud.RunOnPlugin<RNN.ICount>(plugin => 
    		{		
    			plugin.XPor = 0.853f;    // 0f ... 1f
    			plugin.YPor = 0.978f;    // 0f ... 1f
    			plugin.OnlyGR = false;   // Show  in GR only
    			plugin.YardAll = false;  // If it is false, only those that are at 40y/120y will be counted. Press Control to change between 40 and 120
    			plugin.Circles = true;   // Show circles under the mothers and summoners creatures
    			plugin.Labels = true;    // Show the labels "mother" and "Summ"
    			plugin.CircleAnimated = true;  // Show animated circles about mothers, summoners and transformers (without transforming)
    			plugin.CircleAnimatedOnlyNoElites = false; // Don't show animated circles on elites
    
    		}  );

    if you liked the plugin, raise your thumb
    Last edited by RNN; 04-11-2020 at 04:16 AM. Reason: Updated

    [V9.0] [INTERNATIONAL] [RNN] Icount
  2. Thanks Delarnes, BigShock, Guigui92i, song min cheol, BeeAntOS (5 members gave Thanks to RNN for this useful post)
  3. #2
    M1SHAKE's Avatar Member
    Reputation
    7
    Join Date
    Jul 2018
    Posts
    94
    Thanks G/R
    5/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GJ at the plugin, loved it, a really good improve!!!!

  4. #3
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Bad text in custom code (PluginEnablerOrDisablerPlugin.cs) , has been corrected : replaced Icount with ICount
    Thx

  5. #4
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update:
    I have exchanged the green and yellow colors because the summoners did not look good in yellow. I will update the picture (with the new colors) later . .

    ( Previous version: [C#] ICount - Pastebin.com )

  6. #5
    djkasen's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi RNN, can you help me? Im spanish and i want to get the turbo hud in spanish similar than yours, if can tell me how i can get this, thanks.

    Hola RNN, podrias ayudarme? Soy español y quiero poner el Turbo Hud en español similar al tuyo, si pudieras ayudarme o decirme como te estaria muy agradecido.



    EDITO: ya lo conseguí, perdon, es que hace mucho tiempo no se podia poner en español pero veo que han añadido el lenguaje, un saludo.
    Last edited by djkasen; 03-31-2019 at 07:02 PM. Reason: Todo correcto.

  7. #6
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Sí , a partir de la versión 19.2.13.0 (ya es v9) KJ incluyó soporte para el idioma español (esES) , antes de esa versión sólo estaba disponible español de México (esMX)

  8. #7
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I have created this variant that shows the data vertically, in case someone prefers it like this



    [C#] ICount - Pastebin.com

    Code:
    	Hud.GetPlugin<RNN.ICount>().Enabled = true;
    
    		Hud.RunOnPlugin<RNN.ICount>(plugin => 
    		{		
    			plugin.XPor = 0.772f;   // 0f ... 1f
    			plugin.YPor = 0.925f;    // 0f ... 1f
    			plugin.OnlyGR = false;   // Show  in GR only
    			plugin.YardAll = true;  // If it is false, only those that are at 40y/120y will be counted. Press Control to change between 40 and 120
    			plugin.Circles = false;   // Show circles under the mothers and summoners creatures
    			plugin.Labels = true;   // Show the labels "mother" and "Summ"
    			plugin.LineSpacing = 0f ;
    			plugin.CircleAnimated = true;  // Show animated circles about mothers, summoners and transformers (without transforming)
    			plugin.CircleAnimatedOnlyNoElites = false; // Don't show animated circles on elites
    
    		}  );
    Last edited by RNN; 08-29-2019 at 06:27 AM. Reason: Minor Changes

  9. Thanks Saico, BeeAntOS (2 members gave Thanks to RNN for this useful post)
  10. #8
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update:

    Show animated circles about mothers, summoners and transformers (without transforming)
    Added circle Animated to enable or disable it

  11. Thanks BeeAntOS (1 members gave Thanks to RNN for this useful post)
  12. #9
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Update:

    Show animated circles about mothers, summoners and transformers (without transforming)
    Added circle Animated to enable or disable it
    Hm nice update, I am trying to check it but I guess the display code should display like the mod you did few weeks ago Screenshot_2.png (vertically)

    cause the old display stays behind RazorRunStats plugin.

    I am trying to identify the code how you did to dispose them vertically above instead of horizontally but I got no luck. =(

  13. #10
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    Hm nice update, I am trying to check it but I guess the display code should display like the mod you did few weeks ago Screenshot_2.png (vertically)

    cause the old display stays behind RazorRunStats plugin.

    I am trying to identify the code how you did to dispose them vertically above instead of horizontally but I got no luck. =(
    I have updated the one that shows the data horizontally (post #1: Icount.cs ) and also the one that shows it vertically (post #9: Icount.cs )
    Last edited by RNN; 08-23-2019 at 01:55 PM.

  14. #11
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    I have updated the one that shows the data horizontally (post #1: Icount.cs ) and also the one that shows it vertically (post #9: Icount.cs )
    Oh thank you, its working fine vertically now. =)

  15. #12
    janluis's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. In this last version I can't make it work. What can be?
    Last edited by janluis; 08-26-2019 at 02:14 PM.

  16. #13
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I have tried the plugin of post #1 with the latest version (19.8.26.3) and it works. If you do not configure el plugin using the custom code, it will only work in GR
    Last edited by RNN; 08-26-2019 at 02:49 PM.

  17. #14
    janluis's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I create the folder inside plugins \ RNN \ ICount.cs

    and when I run turbo hud and enter a gr nothing comes out.

    Do I have to do anything else?
    many thanks.

  18. #15
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by janluis View Post
    I create the folder inside plugins \ RNN \ ICount.cs

    and when I run turbo hud and enter a gr nothing comes out.

    Do I have to do anything else?
    many thanks.
    No nothing else
    Just create the RNN folder in Plugins\. you enter in the pastebin link, click on the Download button and save the file without changing its name in the Plugins\RNN\ folder. If it doesn’t work in GR you’re copying it to an incorrect folder, maybe another copy of TH

    It looks like this, horizontally and at the bottom of the screen. If you have the RunStatsPlugin (Razorfish plugin) you may not see it, you must modify the position (plugin.XPor and plugin.YPor ) or download the file from post #9 (will display the data vertically)


    The new thing is those circles, in map and minimap, that are changing in size, there they are in their maximum size

    Last edited by RNN; 09-07-2019 at 04:40 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [V7.7] [INTERNATIONAL] [RNN] BountiesTracking
    By RNN in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 3 Days Ago, 12:22 PM
  2. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
  3. [V8.0] [INTERNATIONAL] [RNN] PoolsBanditsList
    By RNN in forum TurboHUD Community Plugins
    Replies: 31
    Last Post: 07-05-2020, 03:13 PM
  4. [V8.0] [INTERNATIONAL] [RNN] DeathInMap
    By RNN in forum TurboHUD Community Plugins
    Replies: 2
    Last Post: 03-24-2020, 09:18 AM
  5. [V8.0] [INTERNATIONAL] [RNN] Ip4Meta
    By RNN in forum TurboHUD Community Plugins
    Replies: 13
    Last Post: 09-14-2019, 10:10 AM
All times are GMT -5. The time now is 07:31 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