Pangaea666: Another small question, from the start of BG2. We found the Helm of Balduran, as expected. But the Mail of the Dead has *not* showed up yet. I read it is supposed to be on the corpse of Ilyich, but there was nothing, just leather armour. Before the fight with Sarevok I moved the Mail of the Dead to the main PC, just to be sure it would transfer over (though I think it should anyway as the default item). I am playing the game in BGT, but I would think the items still show up where they would in normal BG2?
Looks like something went awry again, and I may need to 'cheat' it back in with the console.
Hickory: Are you sure you searched the corpse of Ilyich? Sometimes, depending on the strategy used, duergar (including Ilyich) can flee, and I've seen them flee into the locked door that leads to the genie. Note that if you have found the dryads' acorns you have found Ilych. If you have not found the acorns, you have not found Ilyich.
I killed them all on the spot there, so I know it was Ilyich, and I also have the acorns and have got the bottle from the dryads and swapped for the sword with the genie.
Looked at the script yesterday and it appears to be correct to my eyes, so odd that the item didn't appear on his corpse.
IF
HasItem("leat01",Myself) // Leather Armor
OR(5)
HasItem("CHAN03",Myself) // Mail of the Dead +2
HasItem("CHAN07",Myself) // Chain Mail +3
HasItem("PLAT02",Myself) // Plate Mail +1
HasItem("LEAT03",Myself) // Protector of the Second +2
HasItem("LEAT06",Myself) // Missile Attraction +2
THEN
RESPONSE #100
DestroyItem("leat01") // Leather Armor
FillSlot(SLOT_ARMOR)
END
This other thing may be a Linux issue, I'm not sure, but I've noticed pretty extreme lag when in the mage or priest scroll screens, where you select memorised spells.