Trouble getting Buff icons near my player? menu

User Tag List

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

    Trouble getting Buff icons near my player?

    I havent used this in about 2 years and I see all my XMLs I had before arent working well.

    IT looks like everything should go into PluginEnablerOrDisablerPlugin.cs

    I added this line

    // your customization code goes here
    Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin => {
    plugin.Enabled = true;

    Now this adds the COE icons next to my player icon, which is nice. I would think PlayerBottom would be bottom of player.
    Sadly I tried changing this to PlayerRightBuffListPlugin, MiniMapLeftBuffListPlugin., etc and only turns it on by my player. if I set to false, it stops so I know I'm kind of on the right track.
    I used to have the ugly colored rectangles (these icons are much better), right below my characters feet. An in-geom to the side, etc.

    Any other suggestions for a Hota barb? Now that I'm pushing grifts I see my ancients actually die and I forget to resummon when under 3.

    Trouble getting Buff icons near my player?
  2. #2
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    PlayerBottomBuffListPlugin is Enabled by default.
    so your customization does nothing.

    you have to fill your list with BuffRules it shall display.

    like
    PHP Code:
    Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin =>
    {
        
    //430674 COE //1 arca //2 cold //3 fire //4 ligh //5 holy //6 phys //7 pois
        
    plugin.RuleCalculator.Rules.Add(new BuffRule(430674)
        {
            
    IconIndex null,
            
    MinimumIconCount 1,
            
    ShowTimeLeft true,
            
    IconSizeMultiplier 1.0f,
        });
    }); 
    IconIndex = 1 will only display arcane CoE buff.
    IconIndex = null will display all CoE buffs.

    you can get other Sno's from the inferfaces folder.

    greetz gjuz

  3. #3
    TheGlow's Avatar Member
    Reputation
    2
    Join Date
    Dec 2010
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gjuz View Post
    Hi,
    PlayerBottomBuffListPlugin is Enabled by default.
    so your customization does nothing.

    you have to fill your list with BuffRules it shall display.

    like
    PHP Code:
    Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin =>
    {
        
    //430674 COE //1 arca //2 cold //3 fire //4 ligh //5 holy //6 phys //7 pois
        
    plugin.RuleCalculator.Rules.Add(new BuffRule(430674)
        {
            
    IconIndex null,
            
    MinimumIconCount 1,
            
    ShowTimeLeft true,
            
    IconSizeMultiplier 1.0f,
        });
    }); 
    IconIndex = 1 will only display arcane CoE buff.
    IconIndex = null will display all CoE buffs.

    you can get other Sno's from the inferfaces folder.

    greetz gjuz
    Thanks. I noticed its a bit odd. I copy pasted the Sweeping winds one I saw elsewhere and that seemed to enable the ones I saw in the playerbottom cs, focus, restraint and I was able to add an Ingeom one.
    I just need to figure out something for CoE.
    I see I can have the 1 icon that cycles the icons, but is there a way to get one like the Portrait buff where I could just have the Fire icon with the countdown until activated?

    Is there something like a screenshot of most things enabled and then a pointer to show what each does? Like the bottom right I see has the little circle you mouse over and hides, but I'd rather disable for now.
    Last edited by TheGlow; 11-25-2017 at 10:36 AM.

  4. #4
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheGlow View Post
    I see I can have the 1 icon that cycles the icons, but is there a way to get one like the Portrait buff where I could just have the Fire icon with the countdown until activated?

    Is there something like a screenshot of most things enabled and then a pointer to show what each does? Like the bottom right I see has the little circle you mouse over and hides, but I'd rather disable for now.
    1) no, this is another plugin.
    2) no

    for the bottom right: http://www.ownedcore.com/forums/diab...ml#post3803505 (How do i remove stat window?)


    greetz gjuz

  5. #5
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason I have not been able to find the ingeom buff rule.

    Noobz

    Edit, nm found it.
    Last edited by Noobz; 07-03-2018 at 05:51 PM.

Similar Threads

  1. Get on Roof near Karazhan![Ganking enemy faction]
    By drano in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 12-22-2007, 01:57 AM
  2. Need information on getting a machine for my wow server!
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 12-12-2007, 10:02 PM
  3. A way to teleport my players to Horde Mall or to Ally Mall
    By Dajax in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 10-20-2007, 06:56 PM
  4. Trouble with custom item for my antrix server.
    By phc_chaos in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-14-2007, 02:31 PM
  5. Not getting any color on my nether ray.
    By Zukazi in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 08-04-2007, 10:18 PM
All times are GMT -5. The time now is 03:06 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