UseLegendaryItemTexture menu

User Tag List

Results 1 to 15 of 15
  1. #1
    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)

    UseLegendaryItemTexture

    1.
    ISnoItemList.cs and ISnoPowerList.cs Do not include bounty items and set items
    2.
    I try to add some UseLegendaryItemTexture into ISnoItemList.cs
    like this
    Code:
    	ISnoItem Unique_Ring_597_x1 { get; } // ShiMizusHaori
    	ISnoItem Unique_Gem_009_x1 { get; } // InvigoratingGemstonePrimary
    InvigoratingGemstonePrimary it's OK
    ShiMizusHaori it's have 2 exceptions
    I don't know how many of these items can't be added UseLegendaryItemTexture
    Code:
    2017.04.07 00:09:06.497	error while initializing plugins
    2017.04.07 00:09:06.499		f:\TurboHUD\plugins\gigi\BuffRuleFactory.cs(1329,185) : error CS1061: “Turbo.Plugins.ISnoItemList”不包含“Unique_Ring_597_x1”的定义,并且找不到可接受类型为“Turbo.Plugins.ISnoItemList”的第一个参数的扩展方法“Unique_Ring_597_x1”(是否缺少 using 指令或程序集引用?)
    I'm trying to complete all of the items BUFF, I spent a lot of time, KJ can you help me?
    Last edited by SeaDragon; 04-06-2017 at 11:19 AM.

    UseLegendaryItemTexture
  2. #2
    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)
    You can take a look at my extensions :

    Map power to items : /plugins/Jack/Extensions/PowerTextureMapperExtensions.cs (the list was mostly generated, report any wrong value)
    Usage :


    Set bonuses powers : /plugins/Jack/Extensions/MissingSnoPowerExtensions.cs
    Too much stuff here, take a look ;p
    Hide the Rum! --> Default theme customization 101 <--

  3. #3
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3693
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3335
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    something is missing from HUD's SNO list?

  4. #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)
    Originally Posted by KillerJohn View Post
    something is missing from HUD's SNO list?
    The set bonuses powers, all value are in MissingSnoPowerExtensions linked above.
    I have a tsv with the data if you want ; ) (SetBonusPowers.tsv)
    Hide the Rum! --> Default theme customization 101 <--

  5. #5
    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)
    I don't know how to use it
    I'll try

  6. #6
    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)
    JACK
    It seems that the blacksmith forged items are not in the list
    like this
    246113 ItemPassive_Unique_Axe_1H_007

  7. #7
    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)
    Originally Posted by SeaDragon View Post
    JACK
    It seems that the blacksmith forged items are not in the list
    like this
    246113 ItemPassive_Unique_Axe_1H_007
    This is not a blacksmith recipe, it's :
    - 246113 ItemPassive_Unique_Axe_1H_007 Chance to fight through the pain when enemies hit you.
    - \interfaces\data\player\powers\ILegendaryPowerInfo.cs(226): IBuff TheBurningAxeOfSankis { get; } // 246113 - ItemPassive_Unique_Axe_1H_007

    PHP Code:
    IItemSno itemSno Hud.Sno.SnoPowers.TheBurningAxeOfSankis.GetItem(); 
    Hide the Rum! --> Default theme customization 101 <--

  8. #8
    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)
    Sorry, I copied the wrong line
    247585 Unique_Shield_011

  9. #9
    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)
    Originally Posted by SeaDragon View Post
    Sorry, I copied the wrong line
    247585 Unique_Shield_011
    Right, i'll need to dig a bit to find a way to generate the list for those.
    Hide the Rum! --> Default theme customization 101 <--

  10. #10
    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)
    PHP Code:
            public IEnumerable<ISnoItemGetBlackSmithLegendaryItems()
            {
                yield return 
    Hud.Sno.SnoItems.Unique_Shield_011// 4230314848 - Wall of Bone
                
    yield return Hud.Sno.SnoItems.Unique_Shield_011_104// 1063852596 - Wall of Bone
                
    yield return Hud.Sno.SnoItems.Unique_Shield_011_1xx// 1063855040 - Wall of Bone
                
    yield return Hud.Sno.SnoItems.Unique_Shield_011_x1// 162390824 - Wall of Man
                
    yield return Hud.Sno.SnoItems.Unique_Mace_2H_006_x1// 59215970 - Sunder
                
    yield return Hud.Sno.SnoItems.Unique_Bracer_103_x1// 962318656 - Reaper's Wraps
                
    yield return Hud.Sno.SnoItems.Unique_CruShield_101_x1// 820499474 - Piro Marella
                
    yield return Hud.Sno.SnoItems.Unique_Dagger_006// 1111092661 - Blood-Magic Blade
                
    yield return Hud.Sno.SnoItems.Unique_Dagger_006_104// 2221453065 - Blood-Magic Blade
                
    yield return Hud.Sno.SnoItems.Unique_Dagger_006_1xx// 2221455509 - Blood-Magic Blade
                
    yield return Hud.Sno.SnoItems.Unique_Dagger_006_x1// 3321082205 - Blood-Magic Edge
                
    yield return Hud.Sno.SnoItems.Unique_Mace_1H_009// 713325116 - Earthshatter
                
    yield return Hud.Sno.SnoItems.Unique_Mace_1H_009_104// 1889806096 - Earthshatter
                
    yield return Hud.Sno.SnoItems.Unique_Mace_1H_009_1xx// 1889808540 - Earthshatter
                
    yield return Hud.Sno.SnoItems.Unique_Axe_2H_010// 4115055773 - Fire Brand
                
    yield return Hud.Sno.SnoItems.Unique_Axe_2H_010_104// 240564721 - Fire Brand
                
    yield return Hud.Sno.SnoItems.Unique_Axe_2H_010_1xx// 240567165 - Fire Brand
                
    yield return Hud.Sno.SnoItems.Unique_Axe_2H_010_x1// 2740453189 - Cinder Switch
                
    yield return Hud.Sno.SnoItems.Unique_Orb_004_x1// 2775850772 - Cosmic Strand
                
    yield return Hud.Sno.SnoItems.Unique_Flail_1H_101_x1// 2503771951 - Golden Scourgelden Scourge
            

    One step at a time, those are the blacksmith legendary items with a power regarding information from battle.net.
    But these SnoItems doesn't appear to have an associated power within hud.
    I'll continue to search.
    Hide the Rum! --> Default theme customization 101 <--

  11. #11
    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)
    I checked all the items with BUFF
    Not including blacksmith, Bounty, SET
    I will release my list in the Gigi thread
    [v7.2] [INTERNATIONAL] [Gigi] PartyBuffPlugin

    I try to add missing textures in ISnoItemList.cs
    * indicates that the addition was unsuccessful, with the exception of

    Code:
    	ISnoItem Unique_Ring_597_x1 { get; } // ShiMizusHaori*
    	ISnoItem Unique_Gem_009_x1 { get; } // InvigoratingGemstonePrimary
    	ISnoItem Unique_Axe_1H_007 { get; } // TheBurningAxeOfSankis
    	ISnoItem Unique_Ring_639_x1 { get; } //ChilaniksChain*
    	ISnoItem Unique_Ring_674_x1 { get; } // RechelsRingOfLarceny*
    	ISnoItem Unique_Ring_923_x1 { get; } // BrokenPromises*
    	ISnoItem Unique_Ring_635_x1 { get; } // HexingPantsOfMrYan*
    	ISnoItem Unique_Ring_701_x1 { get; } // KassarsRetribution*
    	ISnoItem Unique_Ring_507_x1 { get; } // CamsRebuttal*
    Last edited by SeaDragon; 04-07-2017 at 11:40 AM.

  12. #12
    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)
    Why the hell do you need the item ?
    Using my extension, knowing the power in enough to get the associated item.

    Btw, there is no point to modify anything inside /interfaces/
    All those files are not used by hud, they are here to give us a programming reference.
    Hide the Rum! --> Default theme customization 101 <--

  13. #13
    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)
    I use Gigi's PartyBuffPlugin.cs
    I don't know how to plugin your extensions in it

  14. #14
    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)
    Originally Posted by JackCeparou View Post
    You can take a look at my extensions :

    Map power to items : /plugins/Jack/Extensions/PowerTextureMapperExtensions.cs (the list was mostly generated, report any wrong value)
    Usage :


    Set bonuses powers : /plugins/Jack/Extensions/MissingSnoPowerExtensions.cs
    Too much stuff here, take a look ;p
    I still don't understand how to use your PowerTextureMapperExtensions.cs extension
    I want to improve [Gigi] PartyBuffPlugin
    I've improved most of the BuffRuleFactory.cs items, but some items are not mapped
    Code:
    			if (pwr == Hud.Sno.SnoPowers.ShiMizusHaori.Sno){
    				yield return new BuffRule(pwr) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = false, ShowStacks = false, UseLegendaryItemTexture = Hud.Inventory.GetSnoItem(Hud.Sno.SnoItems.Unique_Gloves_101_p2.Sno)};//Wrong Icon
    			}
    Because it does not have a TextureMapper in the default ISnoItemList.cs
    How should I modify it
    I have downloaded your extensions in TurboHUD\plugins\Jack\Extensions

  15. #15
    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)
    I'm sorry,the ISnoItemList.cs is not missing, I don't find the right way to find it
    But ISnoPowerList.cs really lost set, Bounty, forging items
    and Include set 2,4,6 power Expect you to perfect it

All times are GMT -5. The time now is 01:15 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