ISnoItemList SET items? menu

User Tag List

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

    ISnoItemList SET items?

    Does anybody know how to find (identify) set items from ISnoItemList?

    Maybe they are not collected as thoroughly as items as I could only find some possible Necromanced sets:
    ISnoItem P6_PTRBag_Necro_Set_Bone { get; } // 4195414665 - PTR Set: Bones of Rathma
    ISnoItem P6_PTRBag_Necro_Set_Saint { get; } // 1029382980 - PTR Set: Grace of Inarius
    ISnoItem P6_PTRBag_Necro_ScytheShieldSet { get; } // 1441161519 - PTR Set: Jesseth Arms
    ISnoItem P6_PTRBag_Necro_Set_Plague { get; } // 3800211235 - PTR Set: Pestilence Master's Shroud
    ISnoItem P6_PTRBag_Necro_Set_Blood { get; } // 1009624181 - PTR Set: Trag'Oul's Avatar

    Can somebody verify that those above are really "set items" for corresponding item sets?

    I gather that set items has only useful info about the set name and SNO that identifies the set.
    What I'm trying to do is identify player "builds" by their most notable main skill and the item set(s) they are using.
    Skill sno's are listed already in ISnoPowerList.

    I ques that now I just dump all the set items I have (as they are all I care) and hard code the set sno's I need.

    And I wonder why ISnoController does not have enumerator (and getter) over SnoItems for symmetry? Just my curiosity.

    ISnoItemList SET items?
  2. #2
    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)
    Your list contains the names of all 5 available necro sets but these are not the item's names.

  3. #3
    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,
    these item sno's are only fpr PTR! on ptr you can buy the whole set in town for blood shards. the sno's are for those set containing bags.

    greetz gjuz

  4. #4
    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)
    I do it like this now, collect set sno's as I play and add found items for the sets...
    This is mostly for fun and I can use these to identify builds that use certain set(s).
    There are few builds that use same main skill but have different set items on like Crusader_Bombardment, DemonHunter_FanOfKnives, Necromancer_SkeletalMage, WitchDoctor_Gargantuan, Wizard_ArcaneOrb and Wizard_Archon AFAIK.
    I used this WIKI page to get set names.
    return new Dictionary<uint, Tuple<string, List<uint>>>
    {
    // Barbarian Sets
    //{ 00000000, Tuple.Create("Bul-Kathos's Oath", new List<uint> { }) },
    { 1376402780, Tuple.Create("Immortal King's Call", new List<uint> { 575465893,4110193822,1941323671,1316810024,442912345, }) },
    { 4276705470, Tuple.Create("Might of the Earth", new List<uint> { 2059579422,3494391925,827195572, }) }, // #3
    { 3778768965, Tuple.Create("The Legacy of Raekor", new List<uint> { 2301796435,826009651,3493206004, }) }, // #3
    { 858522158, Tuple.Create("Wrath of the Wastes", new List<uint> { 2313055592,3493061993,258783385, }) }, // #3
    // Crusader Sets
    //{ 00000000, Tuple.Create("Armor of Akkhan", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Norvald's Fervor", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Roland's Legacy", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Seeker of the Light", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Thorns of the Invoker", new List<uint> { }) },
    // Demon Hunter Sets
    { 1376223095, Tuple.Create("Danetta's Hatred", new List<uint> { 3141402378,3141366441, }) }, // #2
    { 2328093147, Tuple.Create("Enbodiment of the Marauder", new List<uint> { 3493277878,2058465375,826081525,2301868309,2313271477,258999270, }) },
    { 1376366843, Tuple.Create("Natalya's Vengeance", new List<uint> { 221809693,334449276,3107208639,3141438315,1941287734,4088810343,4110193821, }) }, // #7
    { 3709730243, Tuple.Create("The Shadow's Mantle", new List<uint> { 2059543485,827159635, }) },
    { 2328092884, Tuple.Create("Unhallowed Essence", new List<uint> { 258855259,2058321364,825937514, }) },
    // Monk Sets
    //{ 00000000, Tuple.Create("Inna's Mantra", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Monkey King's Garb", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Raiment of a Thousand Storms", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Shenlong's Spirit", new List<uint> { }) },
    { 4203567106, Tuple.Create("Uliana's Stratagem", new List<uint> { 3493061994,2058249491, }) }, // #2
    // Necromancer Sets
    //{ 00000000, Tuple.Create("Bones of Rathma", new List<uint> { }) },
    { 1113279417, Tuple.Create("Grace of Inarius", new List<uint> { 821646014, }) },
    { 1113279419, Tuple.Create("Jesseth Arms", new List<uint> { 2123052391, }) },
    //{ 00000000, Tuple.Create("Pestilence Master's Shroud", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Trag'Oul's Avatar", new List<uint> { }) },
    // Witch Doctor Sets
    //{ 00000000, Tuple.Create("Helltooth Harness", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Manajuma's Way", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Raiment of the Jade Harvester", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Spirit of Arachyr", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Zunimassa's Haunt", new List<uint> { }) },
    // Wizard Sets
    //{ 00000000, Tuple.Create("Chantodo's Resolve", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Delsere's Magnum Opus", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Firebird's Finery", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Tal Rasha's Elements", new List<uint> { }) },
    //{ 00000000, Tuple.Create("Vyr's Amazing Arcana", new List<uint> { }) },
    // Non-Class Sets
    { 2328795073, Tuple.Create("Bastions of Will", new List<uint> { 1978116233,1978152170, }) },
    { 1377444953, Tuple.Create("Blackthorne's Battlegear", new List<uint> { 3521735831, }) },
    { 1377373079, Tuple.Create("Endless Walk", new List<uint> { 1527412509,3107280513, }) },
    //{ 00000000, Tuple.Create("Istvan's Paired Blades", new List<uint> { }) },
    { 1232859152, Tuple.Create("Krelm's Buff Bulwark", new List<uint> { 3409483313, }) },
    { 1377409016, Tuple.Create("Legacy of Nightmares", new List<uint> { 3107316450,3107352387, }) }, // #2
    // Crafted Sets
    ...

Similar Threads

  1. [Selling] Dota 2 Quality Set Items and Invites
    By Kimbul in forum General Trading Buy Sell Trade
    Replies: 2
    Last Post: 02-23-2013, 08:56 AM
  2. Value of Stats on lvl60 Legendaries/Set Items
    By seafunk in forum Diablo 3 Guides
    Replies: 2
    Last Post: 12-20-2012, 03:41 PM
  3. [Looting] Set-Item loot function?!
    By antrox in forum D3 Gold profiles
    Replies: 0
    Last Post: 06-30-2012, 04:06 PM
  4. [Buying] Buying Set Items to Barbarian
    By SiberianS in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 06-26-2012, 03:26 AM
  5. [Trading] SELL DIABLO 3#EU | Gold | Legendary Item | Set Items Cheep
    By RedDragonss in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 06-21-2012, 10:49 AM
All times are GMT -5. The time now is 08:52 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