Retail: when removing any items from
Code: Select all
SLOT_HEAD = 0x0040;
SLOT_GLOVES = 0x0200;
SLOT_CHEST = 0x0400;
SLOT_LEGS = 0x0800;
SLOT_FEET = 0x1000;
Code: Select all
SLOT_HEAD = 0x0040;
SLOT_GLOVES = 0x0200;
SLOT_CHEST = 0x0400;
SLOT_LEGS = 0x0800;
SLOT_FEET = 0x1000;
No, I have above described what with the glow all right, but skill from set appears only when equipped slot CHEST, on retail skill set appears when the outfit of ANY 2 slotsSdw wrote:What happens when you get 2 pieces of different sets +6 in terms of bonuses and glow ?
Nothing will happen (no glow) The glow appears only when the equipment parts that come in the set and registered in armorsets xml'sSdw wrote:Yeah ok I got that, what happens if you go 2 pieces of 2 sets, both apply ?
Retail: When equipped for exampleSdw wrote:I meant in terms of skills actually, forget about the glow, does both set bonus applies ?
Code: Select all
<legs id="19556" /> <!-- Seraph Gaiters - Attack Type / Heavy -->
<gloves id="19557" /> <!-- Seraph Gauntlets - Attack Type / Heavy -->
Code: Select all
<skill id="13069" level="1" minimumPieces="2" />
Code: Select all
<gloves id="19557" /> <!-- Seraph Gauntlets - Attack Type / Heavy -->
<feet id="19558" /> <!-- Seraph Boots - Attack Type / Heavy -->
<legs id="19556" /> <!-- Seraph Gaiters - Attack Type / Heavy -->
Code: Select all
<skill id="13069" level="2" minimumPieces="3" />
Code: Select all
<chest id="19555" /> <!-- Seraph Breastplate - Attack Type / Heavy -->
<gloves id="19557" /> <!-- Seraph Gauntlets - Attack Type / Heavy -->
Code: Select all
<skill id="13069" level="1" minimumPieces="2" />
Code: Select all
<chest id="19555" /> <!-- Seraph Breastplate - Attack Type / Heavy -->
<feet id="19558" /> <!-- Seraph Boots - Attack Type / Heavy -->
<legs id="19556" /> <!-- Seraph Gaiters - Attack Type / Heavy -->
Code: Select all
<skill id="13069" level="2" minimumPieces="3" />
Code: Select all
<skill id="13069" level="1" minimumPieces="2" />
Code: Select all
<skill id="13069" level="1" minimumPieces="2" />
Nope, Will work skill from set, 2 parts of which put the lastSdw wrote:Sorry I get that.
The real question is, and I'm gonna test it myself I guess, what happens if I got 2 pieces of Eternal, and 2 pieces of Seraph. Do I get both bonus set skill level 1 ?