New item buff menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    Violet rain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New item buff

    Hi,

    I'd like to show up the buff icon of the new items such as squirts necklace.
    Is here anyone to help?

    Thx.

    New item buff
  2. #2
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    118
    Thanks G/R
    31/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    For Squirt's Necklace: Add this to your \plugins\User\PluginEnablerOrDisablerPlugin.cs file
    Code:
    	    Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin =>
    	    {
    		plugin.RuleCalculator.Rules.Add(new BuffRule(483552) { IconIndex = 5, MinimumIconCount = 1, ShowStacks = true }); // Squirt's Necklace
    	    });

  3. Thanks brainbugged (1 members gave Thanks to Jembo for this useful post)
  4. #3
    Violet rain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you~!!!

  5. #4
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    How about the attack speed and movement speed buff from echoing fury ?

  6. #5
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    118
    Thanks G/R
    31/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I can't seem to find Buff sno & index for Echoing Fury

  7. #6
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Jembo View Post
    I can't seem to find Buff sno & index for Echoing Fury
    Press Ctrl-Alt-D while in game and then check logs folder THUD installation.
    dump_players.txt seems to be quite promising.

  8. #7
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    118
    Thanks G/R
    31/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JarJarD3 View Post
    Press Ctrl-Alt-D while in game and then check logs folder THUD installation.
    dump_players.txt seems to be quite promising.
    Tested with Echoing Fury equipped and 5 stacks of the buff, then pressed Ctrl-Alt-D.
    Searched in \logs for: Echo, Fury & Frenzied (buff name) - Found the following:

    Code:
    dump_ui.txt
    Root.TopLayer.item 2.stack.top_wrapper.stack.name	'{C:FFFF8000}ECHOING FURY{/C}'
    
    dump_items_LeftHand.txt
    535933551	P66_Unique_Mace_1H_001	Echoing Fury	0:0	loot
    
    dump_players.txt
    attr	Resource_Max_Total	2	0	resource: fury
    attr	Resource_Regen_Total	2	0	resource: fury
    attr	Resource_Effective_Max	2	0	resource: fury
    
    dump_items_Stash.txt
    535933551	P66_Unique_Mace_1H_001	Echoing Fury	6:92	loot
    Can't find Buff sno. it's got me stumped

  9. #8
    s4000's Avatar Contributor
    Reputation
    286
    Join Date
    Oct 2018
    Posts
    495
    Thanks G/R
    18/273
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jembo View Post
    I can't seem to find Buff sno & index for Echoing Fury
    sno should be 483518, index you can try 1 by 1

  10. #9
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    118
    Thanks G/R
    31/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    sno should be 483518, index you can try 1 by 1
    Thanks man! that's the one.
    Code:
    	    plugin.RuleCalculator.Rules.Add(new BuffRule(483518) { IconIndex = 1, MinimumIconCount = 1, ShowStacks = true, ShowTimeLeft = true }); // Echoing Fury
    	    plugin.RuleCalculator.Rules.Add(new BuffRule(483521) { IconIndex = 1, MinimumIconCount = 1, ShowStacks = true, ShowTimeLeft = true }); // Stone Gauntlets
    Last edited by Jembo; 09-16-2019 at 03:32 AM.

  11. #10
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    FYI, RNN has DebugInfo plugin, that can be useful to solve problems like this.

Similar Threads

  1. [wowhead] How to see new items in 2.3
    By holmedog in forum World of Warcraft Guides
    Replies: 7
    Last Post: 10-31-2007, 10:54 PM
  2. How to find display ids for new items
    By Balexgt in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 10-30-2007, 08:30 PM
  3. WoW Model Viewer: New Items.csv List!
    By Gankstir in forum Art & Graphic Design
    Replies: 3
    Last Post: 06-29-2007, 02:10 PM
  4. [List] Raiding- Item Buffs (Pots, food, oil)
    By Alkhara Majere in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-14-2007, 01:00 PM
  5. I just hit lvl 40 on my pally..and i want new items...
    By youmekinda in forum World of Warcraft General
    Replies: 7
    Last Post: 03-05-2007, 08:36 PM
All times are GMT -5. The time now is 02:02 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search