The Living Dead: based on summoning golem's through tinkering. A simple, yet fun idea I had to use / recycle useless body parts collected through PVP. How dose it work? •Harvest body parts (head, torso, arms, legs) and five Arcane Gems. •Use the (Book of the Dead) to resurrect a strong pet Zombie, created with parts carved of your enemy's corpse. •Requires 80.0 Necromancy skill to summon. •Uses two follower slots. To install: drop in customs folder. ************************** remove this....... Really nice idea! But... what is that? you forgot to remove it? Code: if ( !summoned ) { PackItem( new IronIngot( Utility.RandomMinMax( 13, 21 ) ) ); if ( 0.1 > Utility.RandomDouble() ) PackItem( new PowerCrystal() ); if ( 0.15 > Utility.RandomDouble() ) PackItem( new ClockworkAssembly() ); if ( 0.2 > Utility.RandomDouble() ) PackItem( new ArcaneGem() ); if ( 0.25 > Utility.RandomDouble() ) PackItem( new Gears() ); } **************************