Server.Mobiles.BaseCreature.PackNecroScroll C# (CSharp) 메소드

PackNecroScroll() 공개 메소드

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

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