(Request) Movement Speed Plugin menu

User Tag List

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

    (Request) Movement Speed Plugin

    Is there a plugin that shows movement speed as a % ?

    (Request) Movement Speed Plugin
  2. #2
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    112
    Thanks G/R
    28/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I use this: Place in PluginEnablerOrDisabler.cs
    Replaces EHP Current with Movement speed bottom right hand side of the attributes label which is located above your skill bar.
    Reference: https://www.ownedcore.com/forums/dia...ml#post4079430 (movement speed plugin pls?)
    Code:
    	    Hud.RunOnPlugin<AttributeLabelListPlugin>(plugin =>
    	    {
    		plugin.LabelList.LabelDecorators.RemoveAt(0);
    		plugin.LabelList.LabelDecorators[0].TextFunc = () => ValueToString(Hud.Game.Me.Defense.EhpCur, ValueFormat.ShortNumber);
    		plugin.LabelList.LabelDecorators[0].HintFunc = () => "EHP current";
    		plugin.LabelList.LabelDecorators[0].BackgroundTextureOpacity2 = 0.7f;
    		plugin.LabelList.LabelDecorators[0].ExpandUpLabels.Insert(0, new TopLabelDecorator(Hud)
    		{
    		    TextFont = Hud.Render.CreateFont("tahoma", 7, 180, 255, 255, 255, true, false, true),
    		    ExpandedHintFont = Hud.Render.CreateFont("tahoma", 7, 255, 200, 200, 200, false, false, true),
    		    ExpandedHintWidthMultiplier = 3,
    		    BackgroundTexture1 = Hud.Texture.ButtonTextureGray,
    		    BackgroundTexture2 = Hud.Texture.BackgroundTextureGreen,
    		    BackgroundTextureOpacity2 = 0.7f,
    		    TextFunc = () => ValueToString(Hud.Game.Me.Defense.EhpMax, ValueFormat.ShortNumber),
    		    HintFunc = () => "EHP max",
    		});
    		plugin.LabelList.LabelDecorators.Insert(8, new TopLabelDecorator(Hud)
    		{
    		TextFont = Hud.Render.CreateFont("tahoma", 7, 120, 255, 200, 200, false, false, true),
    		BackgroundTexture1 = Hud.Texture.ButtonTextureBlue,
    		BackgroundTexture2 = Hud.Texture.BackgroundTextureGreen,
    		BackgroundTextureOpacity2 = 0.75f,
    		TextFunc = () => (Hud.Game.Me.Stats.MoveSpeed).ToString("F0") + "%",
    		HintFunc = () => "movement speed",
    	    });
    	});

  3. Thanks d3snorter (1 members gave Thanks to Jembo for this useful post)

Similar Threads

  1. movement speed plugin pls?
    By nkyp in forum TurboHUD Discussions
    Replies: 8
    Last Post: 02-27-2021, 04:41 AM
  2. [Request] WoW Speed hack for Mac 4.0.1
    By Blayzin123 in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 01-05-2011, 06:49 AM
  3. [ArcEmu] NPC movement speed bugged
    By Forsight in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 10-17-2010, 12:33 PM
  4. Movement speed - HELP !
    By fronky in forum World of Warcraft Model Editing
    Replies: 1
    Last Post: 02-26-2009, 07:21 PM
  5. [Help request] Attack speed
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-21-2008, 06:31 PM
All times are GMT -5. The time now is 06:37 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