Server.Mobiles.BaseCreature.PackNecroScroll C# (CSharp) Method

PackNecroScroll() public method

public PackNecroScroll ( int index ) : void
index int
return void
        public void PackNecroScroll( int index )
        {
            if ( !Core.AOS || 0.05 <= Utility.RandomDouble() )
                return;

            PackItem( Loot.Construct( Loot.NecromancyScrollTypes, index ) );
        }
BaseCreature