Death apon summon of some items is accually hard coded into the emu into the summon code.
	Code:
	if (admin < 100 && ((itemid >= 32768) || 
                              (itemid >= 19900 && itemid <= 19943) ||
                              (itemid >= 31814 && itemid <= 31815) ||
                              (itemid >= 19917 && itemid <= 19928) ||
                              (itemid >= 11500 && itemid <= 11535) ||
                              (itemid >= 32740 && itemid <= 32760)))
{
Death(this, 0);
}
 That is a sample of how it works.  Also this is why players can loot GM armor that aren't GMs adn use it all they want, it's ONLY for the #summonitem command.