[ENGLISH] [Gigi] EliteBarPlugin menu

User Tag List

Page 8 of 15 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 221
  1. #106
    23hd's Avatar Member
    Reputation
    2
    Join Date
    Oct 2018
    Posts
    6
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where does PHP Code put it?

    [ENGLISH] [Gigi] EliteBarPlugin
  2. #107
    foobard3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    plugins\User\pluginenablerordisablerplugin.cs file after "public void Customize()"

  3. #108
    Miquiqui's Avatar Active Member
    Reputation
    21
    Join Date
    Feb 2018
    Posts
    19
    Thanks G/R
    5/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey man, could you add a gr-only boolean for the plugin ? I don't need health bars when I'm doing t13 (key farm or bounties).
    Not that I can't do it myself but if you ever want to make an update to the plugin, I'd rather not have to change it again.
    Aside from that, very complete plugin, thank you.

  4. #109
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    If you want a way to do what you say, even if it is not the most orthodox, look almost at the end of the file for the line "//Spacing" and add just below (make a hole with Enter) the line:

    if (Hud.Game.Me.InGreaterRiftRank == 0) return ;

  5. #110
    Miquiqui's Avatar Active Member
    Reputation
    21
    Join Date
    Feb 2018
    Posts
    19
    Thanks G/R
    5/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    While I appreciate your help, as I said, I know how to do it myself (and did it already). I think it'd be a nice thing to have if he ever makes an update, cause I'd rather not add the code every time.

  6. #111
    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)
    Gigi had not been here for several months. I do not think that he will come up with an update.

  7. #112
    SavageAF's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off, great plugin. Does exactly as intended "Displays Health Bar of Elite" on the top left hand corner.

    My question to the author and community is, in addition, how can I display the health bar of elite over the elite's head in the mob?
    This will help me with identifying the elite in the mob as well.

    I also want to keep the default elite health bars on the top left corner.

  8. #113
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    maybe this one will help you
    dia...iteplugin.html

    which is usually used together with this other
    https://www.ownedcore.com/forums/dia...cleplugin.html

    and if you know how to modify them you can add some interesting things
    Last edited by RNN; 10-24-2018 at 08:54 AM.

  9. Thanks SavageAF (1 members gave Thanks to RNN for this useful post)
  10. #114
    SavageAF's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    maybe this one will help you
    dia...iteplugin.html

    which is usually used together with this other
    https://www.ownedcore.com/forums/dia...cleplugin.html

    and if you know how to modify them you can add some interesting things
    thank you for this

  11. #115
    SILENTxTRIGGER's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    27
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there,

    That happens when I follow the instructions.

    error while initializing plugins
    2018.12.16 09:03:33.340 18.12.14.5 C:\Users\MIKES\Desktop\HUDDY\Plugins\User\EliteBarPlugin.cs(5,29) : error CS1514: { expected


    Hope some 1 can help me

    Greets

  12. #116
    SILENTxTRIGGER's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    27
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    all done and ok , forgot gigi folder :confused:

  13. #117
    franehr's Avatar Member
    Reputation
    6
    Join Date
    Oct 2017
    Posts
    82
    Thanks G/R
    34/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    I need help with customizing this plugin:
    1. I would like to change color on Yellow elites, i have difficult time reading affixes.
    2. I would like that background color of elite bar changes to red or some other color at last 25 % health of the elite.

    Thank You

  14. #118
    thetest1's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2018
    Posts
    24
    Thanks G/R
    5/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added support for curses
    Curses on Elites
    F for Frailty, L for Leech, D for Decrepify
    Code
    add it just below
    Code:
    if (ShowDebuffAndCC){...}
    for me in line 147
    Last edited by thetest1; 01-16-2019 at 07:52 AM.

  15. Thanks icheck (1 members gave Thanks to thetest1 for this useful post)
  16. #119
    ste2221's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I'm noob, can anyone explain to me how download this pls

  17. #120
    itsmylife's Avatar Active Member
    Reputation
    23
    Join Date
    Jun 2012
    Posts
    232
    Thanks G/R
    32/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ste2221 View Post
    Hi, I'm noob, can anyone explain to me how download this pls
    Read op. There you find the download link.

Page 8 of 15 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. [v7.2] [ENGLISH] [Gigi] RiftTrackerPlugin
    By d3gigi in forum TurboHUD Community Plugins
    Replies: 13
    Last Post: 04-07-2017, 06:29 AM
  2. [Guide] Proper English Language
    By aggiish in forum Community Chat
    Replies: 31
    Last Post: 02-04-2008, 02:29 PM
  3. Omg,Funniest Thing I ever saw!!! ENGLISH PWNED!!!!
    By anmer in forum Screenshot & Video Showoff
    Replies: 10
    Last Post: 11-12-2007, 10:15 AM
  4. Chinese Names in English WoW
    By pandaman in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 08-12-2006, 05:40 AM
All times are GMT -5. The time now is 07:43 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