Turbohud Items on ground not identified menu

User Tag List

Results 1 to 2 of 2
  1. #1
    kogama's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Turbohud Items on ground not identified

    So I was using Turbohud just fine, whatever came with the latest version and drops on ground were always identified. I recently downloaded a plugins folder but now maybe 60% of drops are not identified. Some are, some are not. I have no idea what is causing it or if there is an easy fix. I have no idea what causes the partial non identification.

    GitHub - axiomgaming/plugins_th

    That is the plugin pack I downloaded, any help would be appreciated!

    Turbohud Items on ground not identified
  2. #2
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    you disable non ancient items

    // Show only ancient and primal data, hide item labels.
    Hud.RunOnPlugin<ItemsPlugin>(plugin =>
    {
    plugin.EnableSpeakPrimal = false;
    plugin.EnableSpeakPrimalSet = false;

    plugin.LegendaryDecorator.Enabled = false;
    plugin.SetDecorator.Enabled = false;
    plugin.InArmorySetDecorator.Enabled = false;

    plugin.AncientDecorator.ToggleDecorators<GroundLabelDecorator>(true);
    plugin.AncientDecorator.Decorators.Add(new MapLabelDecorator(Hud)
    {
    LabelFont = Hud.Render.CreateFont("tahoma", 6, 255, 235, 120, 0, true, false, false),
    RadiusOffset = 14,
    Up = true,
    });
    plugin.AncientSetDecorator.ToggleDecorators<GroundLabelDecorator>(true);
    plugin.AncientSetDecorator.Decorators.Add(new MapLabelDecorator(Hud)
    {
    LabelFont = Hud.Render.CreateFont("tahoma", 6, 255, 0, 170, 0, true, false, false),
    RadiusOffset = 14,
    Up = true,
    });
    plugin.PrimalDecorator.ToggleDecorators<GroundLabelDecorator>(true);
    plugin.PrimalDecorator.Decorators.Add(new MapLabelDecorator(Hud)
    {
    LabelFont = Hud.Render.CreateFont("tahoma", 7, 255, 240, 20, 0, true, false, false),
    RadiusOffset = 14,
    Up = true,
    });
    plugin.PrimalSetDecorator.ToggleDecorators<GroundLabelDecorator>(true);
    plugin.PrimalSetDecorator.Decorators.Add(new MapLabelDecorator(Hud)
    {
    LabelFont = Hud.Render.CreateFont("tahoma", 7, 255, 240, 20, 0, true, false, false),
    RadiusOffset = 14,
    Up = true,
    });
    // Add ground circle for Death Breaths.
    plugin.DeathsBreathDecorator.Add(new GroundCircleDecorator(Hud)
    {
    Brush = Hud.Render.CreateBrush(192, 102, 202, 177, -2),
    Radius = 1.25f,
    });
    });

Similar Threads

  1. [Question] Unidentified item name on ground
    By Xempt1 in forum TurboHUD Support
    Replies: 1
    Last Post: 05-02-2017, 06:06 AM
  2. [Guide][Marvel Heroes] Turn on show items on ground permanently
    By Razzashi in forum MMO Exploits|Hacks
    Replies: 2
    Last Post: 12-09-2013, 12:25 PM
  3. Drop an item on ground (in process)
    By bad6oy30 in forum Diablo 3 Memory Editing
    Replies: 4
    Last Post: 05-23-2013, 02:37 AM
  4. Problem AVS not sending items on mail
    By Boiko7530bg in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 05-04-2009, 07:47 AM
  5. [Video]: Edit Items on MaNGOS 1.12.x
    By REDACTEDSEPHI in forum WoW EMU Guides & Tutorials
    Replies: 20
    Last Post: 06-19-2007, 02:18 PM
All times are GMT -5. The time now is 02:05 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