Could anybody help me modify this script? menu

User Tag List

Results 1 to 3 of 3
  1. #1
    midnightee's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Could anybody help me modify this script?

    https://www.ownedcore.com/forums/dia...nesplugin.html

    I've figured out that the line between my char and elites disappears when the distance is over 120yards. Could anybody maybe delete the limit of the distance
    or extend it to 1000yards? :/

    Could anybody help me modify this script?
  2. #2
    Xenthalon's Avatar Active Member
    Reputation
    18
    Join Date
    Mar 2017
    Posts
    22
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems there is a variable named HitRange which is set to 55, which seems to draw a grey line? And the variable CloseEnoughRange is set to 15 and seems to filter the monsters somewhat. So play with those. Either you change their values directly in that file, or, as you should with most plugins, you have your own Customization file somewhere (an example is in the plugins/User folder).

    In that Customization File inside the Customize() function, you would change the plugin values like that:

    Hud.GetPlugin<DirectionLinesPlugin>().CloseEnoughRange = 33; // this overrides the default range of 15 with 33.

    Full example (if the file is in the folder plugins/User) and named MyCustomizationPlugin.cs:

    Code:
    using Turbo.Plugins.Default;
    
    namespace Turbo.Plugins.User
    {
    
        public class MyCustomizationPlugin : BasePlugin, ICustomizer
        {
    
            public MyCustomizationPlugin()
            {
                Enabled = true;
            }
    
            public override void Load(IController hud)
            {
                base.Load(hud);
            }
    
            // "Customize" methods are automatically executed after every plugin is loaded.
            // So these methods can use Hud.GetPlugin<class> to access the plugin instances' public properties (like decorators, Enabled flag, parameters, etc)
            // Make sure you test the return value against null!
            public void Customize()
            {
                Hud.GetPlugin<DirectionLinesPlugin>().CloseEnoughRange = 33;    // this overrides the default range of 15 with 33.
            }
    
        }
    
    }
    Hope you beat that GR150 but be careful, KJ does not recommend using THud on top of the leaderboards, there is a lot of public scrutiny.


    edit:
    Looking into that plugin further, I don't think either of those variables do what you want. Do the enemies still show up on the map and only the line isn't drawn? Or are the enemies not even on the map? Because I don't think there is any other filter there.
    Last edited by Xenthalon; 06-15-2018 at 09:12 AM.

  3. #3
    midnightee's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your kind words
    I tried both but the line still disappears :/
    I guess it's not because of the plugin but Turbohud itself.

Similar Threads

  1. Help me with this script.
    By Alteir in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 10-29-2008, 02:53 PM
  2. Help me explain this... Swift Spectral Tiger
    By Lead4u2 in forum World of Warcraft General
    Replies: 7
    Last Post: 08-04-2007, 09:59 AM
  3. Somone Help Me Find This Song!!
    By lolgnome in forum Community Chat
    Replies: 7
    Last Post: 02-27-2007, 10:37 AM
  4. Pls help me identify this techno
    By Orlox in forum Community Chat
    Replies: 0
    Last Post: 12-02-2006, 11:21 AM
  5. Could some help me find a LEGAL grind/level program/bot or macro?
    By Priesst in forum World of Warcraft General
    Replies: 4
    Last Post: 08-09-2006, 01:35 PM
All times are GMT -5. The time now is 08:48 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