[INTERNATIONAL][SHAKE]Rat Runs Plugin menu

User Tag List

Results 1 to 10 of 10
  1. #1
    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)

    [INTERNATIONAL][SHAKE]Rat Runs Plugin

    Hello Everyone!
    This plugin draws a green circle at znec on minimap and feet to helps on rath runs..
    Also shows your simulacrum remain active time on feet, its possible to see the mages and coe.
    I will post znec circle images later

    Land cooldown(only shows to the znec)

    Rats View(draws a coe on portrait too)

    Add it at plugins/SHAKE
    RatRuns . GitHub
    Thanks!
    Attached Thumbnails Attached Thumbnails [INTERNATIONAL][SHAKE]Rat Runs Plugin-ndice-jpg   [INTERNATIONAL][SHAKE]Rat Runs Plugin-vapo-jpg  
    Last edited by M1SHAKE; 05-16-2020 at 08:03 AM.

    [INTERNATIONAL][SHAKE]Rat Runs Plugin
  2. Thanks Wttioz, TobiaSBooN, idontwannatell, 731113 (4 members gave Thanks to M1SHAKE for this useful post)
  3. #2
    Eternal8888's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gratz on your first plugin. I will install this now

  4. #3
    Pe1a0's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    58
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any customizations?

  5. #4
    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)
    Originally Posted by Eternal8888 View Post
    gratz on your first plugin. I will install this now
    Thanks!! Let me know what i should improve.

  6. #5
    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)
    Originally Posted by Pe1a0 View Post
    any customizations?
    For now no, you can change it direct in the plugin.

  7. #6
    d3snorter's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by M1SHAKE View Post
    Thanks!! Let me know what i should improve.
    Can you show a circle for the frailty aura range?

  8. #7
    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)
    Originally Posted by d3snorter View Post
    Can you show a circle for the frailty aura range?
    This plugin can do it
    https://www.ownedcore.com/forums/dia...cleplugin.html ([v9.1] [INTERNATIONAL] [yin]HeroClassCirclePlugin)
    Code:
                HeroClassCircleRadius.Add(HeroClass.Necromancer, new List<Tuple<uint, bool, float>>(){
                    Tuple.Create(hud.Sno.SnoPowers.Necromancer_DeathNova.Sno, true, 15f),//死亡新星, Necromancer_DeathNova, 462243
    
                });
    Edit in line 77 to:
    Code:
             HeroClassCircleRadius.Add(HeroClass.Necromancer, new List<Tuple<uint, bool, float>>(){
                    Tuple.Create(hud.Sno.SnoPowers.Necromancer_DeathNova.Sno, true, 15f),//死亡新星, Necromancer_DeathNova, 462243
                    Tuple.Create(hud.Sno.SnoPowers.Necromancer_Frailty.Sno, true, 20f),
                });
    Last edited by M1SHAKE; 05-18-2020 at 06:39 AM.

  9. #8
    d3snorter's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by M1SHAKE View Post
    This plugin can do it
    https://www.ownedcore.com/forums/dia...cleplugin.html ([v9.1] [INTERNATIONAL] [yin]HeroClassCirclePlugin)
    Code:
                HeroClassCircleRadius.Add(HeroClass.Necromancer, new List<Tuple<uint, bool, float>>(){
                    Tuple.Create(hud.Sno.SnoPowers.Necromancer_DeathNova.Sno, true, 15f),//死亡新星, Necromancer_DeathNova, 462243
    
                });
    Edit in line 77 to:
    Code:
             HeroClassCircleRadius.Add(HeroClass.Necromancer, new List<Tuple<uint, bool, float>>(){
                    Tuple.Create(hud.Sno.SnoPowers.Necromancer_DeathNova.Sno, true, 15f),//死亡新星, Necromancer_DeathNova, 462243
                    Tuple.Create(hud.Sno.SnoPowers.Necromancer_Frailty.Sno, true, 20f),
                });
    While this draws a circle, it isn't proportional to the pick-up radius of the necro, so it doesn't show the actual size of the frailty aura range.

  10. #9
    Graxizz's Avatar Member
    Reputation
    2
    Join Date
    Jan 2020
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to change the radius to match your pick up radius. Can also use https://www.ownedcore.com/forums/dia...e-circles.html ([v9.2] Range Circles). But once again, you need to change the radius to match your pick up radius. I believe my max pur znec is set at 32f.

  11. #10
    Milooc's Avatar Member
    Reputation
    1
    Join Date
    May 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey great plugin ! is there a way to change the police size for the time left skeletal mage ?

Similar Threads

  1. Zyhelper for Rat Runs
    By Drewsroot84 in forum Diablo 3 Bots Questions & Requests
    Replies: 8
    Last Post: 01-24-2020, 12:11 PM
  2. [Question] Is there a plugin of, at zbarb POV in Rats run group ?
    By takayo72 in forum TurboHUD Support
    Replies: 1
    Last Post: 11-26-2018, 08:54 AM
  3. [How To] Install Plugins and run TurboHUD
    By Kace36 in forum TurboHUD Support
    Replies: 10
    Last Post: 01-16-2018, 02:27 PM
  4. [7.3] [ENGLISH] [Styckz] Plugin Theme Pack
    By Styckz in forum TurboHUD Community Plugins
    Replies: 24
    Last Post: 11-07-2017, 05:35 AM
All times are GMT -5. The time now is 10:21 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