Help from returning user from year+ ago menu

User Tag List

Results 1 to 8 of 8
  1. #1
    ktaey0823's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help from returning user from year+ ago

    Hi,

    I just started playing D3 again, and it seemed the directory

    config - ui_user isn't used anymore.

    I have number of snippets from the past that I would like to use, but I have no Idea on how to make it work on new version of THUD.

    i'm looking to enable 15 yard circle around my invoker crusader, and I was wondering if anyone could help me make this work.

    When we had to use ui_user xml files, I had following





    <?xml version="1.0" encoding="utf-8"?>

    <config>

    <circles>

    <invoker2set enabled="1" center="me" radius="15">

    <style color="30,255,255,255" stroke="3" dash="Dash"/> <!-- color code is ARGB for Alpha,Red,Green,Blue format where Alpha is opacity or transparency -->

    <conditions active_buffs="445829/*" only_out_town="1" /> <!-- remove the "active_" part from active_buffs if you always want the circle -->

    </invoker2set>



    </circles>



    </config>



    I read the guide on plugin/user folder, but it makes no sense to me.

    please help!


    also, the TCT doesn't seem to work for me, anyone have solution for this?

    when I change and export the setting, and when I restart the thud, it doesn't do anything
    Last edited by ktaey0823; 04-25-2017 at 04:16 AM.

    Help from returning user from year+ ago
  2. #2
    RealGsus's Avatar Contributor
    Reputation
    104
    Join Date
    Mar 2017
    Posts
    114
    Thanks G/R
    85/99
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    about TCT:

    do you use excel?
    do you have TCT in the correct folder (THUD-Folder\plugins\)
    do you have macros enabled?
    do you get a message box upon exporting stuff?
    do you get exceptions or are your changes just not shown in THUD?


    apart from that, non of the XML-snippets from older versions work with the new THUD, since it's been rewritten in C# quite a while ago.
    Last edited by RealGsus; 04-25-2017 at 04:21 AM.
    Wanna customize THUD the easy way? Check out
    ..:: TCT | TurboHUD Customization Tool ::..
    in the TurboHUD Plugin Review Zone

  3. Thanks ktaey0823 (1 members gave Thanks to RealGsus for this useful post)
  4. #3
    ktaey0823's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your reply.

    I did use excel
    I do have TCT in the correct folder
    I did click the enable content button when I first launched the TCT
    I do get a box saying that file have been created/deleted and it says to restart THUD for the changes to take efect.
    Some of them work, like disabling bloodshardplugin. but when I try to disable plugins for inventoryfreespaceplugin, when I disable them and export, and restart the THUD, the layover just don't disappear for me

    any insight on this?

    thx

  5. #4
    RealGsus's Avatar Contributor
    Reputation
    104
    Join Date
    Mar 2017
    Posts
    114
    Thanks G/R
    85/99
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, so TCT as is seems to be working fine.

    just the files it creates don't seem to have the intended effect.


    could you please try 2 things:

    1. disable the whole plugin InventoryAndStashPlugin --> test it --> check if the grey overlay over the items and cube indicator and whatnot is disabled.

    if this works

    2. change the settings in that section to this:


    --> test. the grey overlay should be disabled, plus you should now have the green indicator on good items in stash/inventory



    apart from that, tell me what you want to configure exactly and how you did it, maybe you just got confused by my awful interface
    Last edited by RealGsus; 04-25-2017 at 05:15 AM.
    Wanna customize THUD the easy way? Check out
    ..:: TCT | TurboHUD Customization Tool ::..
    in the TurboHUD Plugin Review Zone

  6. #5
    ktaey0823's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx, I figured it out,.

    Just have one more quick question about add-on page.

    The add-on named indicatemyselfplugin is bit confusing to me in terms of radius unit.

    what does the unit f mean?

    I would like to have 15 yard circle around my character so I changed the radius of color circle 2 to 15f, does this mean that I would have 15 yard radius circle around me?

    thx in advance!

  7. #6
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    FYI: You need the "f" (float or floating number) if you to use decimals.
    So, 15 and 15f are the same thing, but you should only write 15.5f, for example.

  8. #7
    ktaey0823's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    FYI: You need the "f" (float or floating number) if you to use decimals.
    So, 15 and 15f are the same thing, but you should only write 15.5f, for example.
    I just need 15 whole number. so 15f would mean 15 yards in game i assume?

  9. #8
    RealGsus's Avatar Contributor
    Reputation
    104
    Join Date
    Mar 2017
    Posts
    114
    Thanks G/R
    85/99
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, set it to 15 or 15f, this should result in a 15 yard radius for the circle
    Wanna customize THUD the easy way? Check out
    ..:: TCT | TurboHUD Customization Tool ::..
    in the TurboHUD Plugin Review Zone

Similar Threads

  1. Replies: 3
    Last Post: 09-01-2016, 07:19 AM
  2. Recall account from 2 years ago.
    By Sware in forum WoW Scams Help
    Replies: 13
    Last Post: 06-03-2008, 10:37 PM
  3. My Burning Crusade Video+some help from my friend
    By Negue2 in forum World of Warcraft General
    Replies: 3
    Last Post: 11-27-2006, 12:42 PM
All times are GMT -5. The time now is 10:27 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