[INTERNATIONAL][RuneB]BuffLabelsPlugin menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    RuneB's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    16
    Thanks G/R
    8/34
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL][RuneB]BuffLabelsPlugin

    Supported TurboHUD version: 7.6
    .

    Labels for any buff. Default enabled is Oculus, Inner Sanctuary, Flying Dragon (If used) and Ignore Pain.
    Unpack into /plugins/ - this zip from GitHub

    Add new:
    Code:
    Hud.RunOnPlugin<RuneB.BuffLabelsPlugin>(plugin =>
    {
         plugin.Labels.Add(new RuneB.Label("Arachyr", 30631, 5, Hud.Render.CreateBrush(100, 255, 66, 33, 0)));
    });
    There are more examples of how to customize and add other buffs in BuffLabelsConfig.cs.
    Last edited by RuneB; 11-17-2017 at 12:13 PM. Reason: updating

    [INTERNATIONAL][RuneB]BuffLabelsPlugin
  2. Thanks Gh0sT_89, sn4rk, johnbl (3 members gave Thanks to RuneB for this useful post)
  3. #2
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Welcome back, RuneB!

  4. #3
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks to this plugin, use it for a long time

  5. #4
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Normally you need to retake the reviewing path, not posting in accepted plugins directly

    Anyway, your code is still valid.


    wb RuneB (3rd time)
    Hide the Rum! --> Default theme customization 101 <--

  6. Thanks RuneB (1 members gave Thanks to JackCeparou for this useful post)
  7. #5
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I just have to have to go to bufflabelsconfig.cs , and add one line (from ISnoPowerList), for each specific buff to be appeared?

  8. #6
    ScorpioKing's Avatar Member
    Reputation
    2
    Join Date
    Apr 2017
    Posts
    19
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to add buff count on icons? (Example: Show Arcane Dynamo only when its 5 stacks).

  9. #7
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pls note that the plugin stops TH v7.6 64Bit to work.. it gives error such that:

    2017.11.17 18:36:38.332 error while initializing plugins
    2017.11.17 18:36:38.337 e:\TH 17.11.17.0 (v7.6) STABLE D3 2.6.1.47919 (64 bit)\plugins\RuneB\BuffLabels\BuffLabelsPlugin.cs(81,30) : error CS1061: 'Turbo.Plugins.IController' does not contain a definition for 'CreateWatch' and no extension method 'CreateWatch' accepting a first argument of type 'Turbo.Plugins.IController' could be found (are you missing a using directive or an assembly reference?)

    THud works perfect when I erase the RuneB Buff labels Plugin..

    Can someone inform how to fix it pls ?

  10. #8
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serlev View Post
    Can someone inform how to fix it pls ?
    Change:
    Code:
    debugWatch = Hud.CreateWatch();
    to
    Code:
    debugWatch = Hud.Time.CreateWatch();

  11. #9
    RuneB's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    16
    Thanks G/R
    8/34
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks both
    The plugin has been updated to work with 7.6

  12. #10
    Kasztan100's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    9
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's possible to add custom names for buffs? Example please it's possible.

  13. #11
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kasztan100 View Post
    It's possible to add custom names for buffs? Example please it's possible.
    Yes, you can modify some skills names in BuffLabelsConfig.cs lines betwen 43-59, and some buffs in BuffLabelsPlugin.cs 105,106 and 121 line.

  14. #12
    xblade2k7's Avatar Active Member
    Reputation
    48
    Join Date
    Jun 2009
    Posts
    277
    Thanks G/R
    101/32
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

  15. #13
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone update this for new hud pls

    thx in advance

  16. #14
    squire14's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, do you have update for this?

  17. #15
    realchief's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to add when in triune rings for s18 theme?

Page 1 of 2 12 LastLast

Similar Threads

  1. Internal Mail Error
    By delldude1989 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-05-2008, 04:35 PM
  2. International Talk Like a Pirate Day!
    By Loveshock in forum Community Chat
    Replies: 13
    Last Post: 09-20-2007, 12:11 PM
  3. International Rules to Calling Shotgun
    By matswurld in forum Community Chat
    Replies: 1
    Last Post: 05-18-2007, 08:37 PM
  4. President Bush, CAUGHT SWEARING at international meeting
    By mantalcore in forum Community Chat
    Replies: 15
    Last Post: 08-14-2006, 09:41 AM
All times are GMT -5. The time now is 07:08 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