The Protectors should drop Protector Essence for one of the quests
Its commented out in the script, and the quest item has been added so easy fix there.
https://uo.stratics.com/database/view.php?db_content=hunters&id=2631
http://www.uoguide.com/Tor_the_Iron_Worker
Its commented out in the script, and the quest item has been added so easy fix there.
Code:
/*
// TODO: uncomment once added
public override void OnDeath( Container c )
{
base.OnDeath( c );
if ( Utility.RandomDouble() < 0.4 )
c.DropItem( new ProtectorsEssence() );
}
*/
http://www.uoguide.com/Tor_the_Iron_Worker