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

PackSlayer() public method

public PackSlayer ( ) : bool
return bool
        public bool PackSlayer()
        {
            return PackSlayer( 0.05 );
        }

Same methods

BaseCreature::PackSlayer ( double chance ) : bool
BaseCreature