Exemplo n.º 1
0
        public SCrucHCurvedBladePrompt(Mobile from, SmallCruciformHilt hilt, CurvedBlade blade)
        {
            m_Hilt = hilt;
            m_Blade = blade;

            from.SendMessage("Please type the code for the type of sword you would like to make:");
            from.SendMessage(" 1 - Khemetar Khopesh ");
            from.SendMessage(" 2 - Khemetar Scimitar ");
        }
Exemplo n.º 2
0
 public SmallCruciformHiltTarget(SmallCruciformHilt owner)
     : base(2, false, TargetFlags.None)
 {
     m_Hilt = owner;
 }
Exemplo n.º 3
0
        public SCrucHMediumBladePrompt(Mobile from, SmallCruciformHilt hilt, MediumBlade blade)
        {
            m_Hilt = hilt;
            m_Blade = blade;

            from.SendMessage("Please type in the code for the sword you would like to make:");
            from.SendMessage(" 1 - Shortsword ");
            from.SendMessage(" 2 - Vhalurian Gladius ");
        }
Exemplo n.º 4
0
        public SCrucHLongBladePrompt(Mobile from, SmallCruciformHilt hilt, LongBlade blade)
        {
            m_Hilt = hilt;
            m_Blade = blade;

            from.SendMessage("Please type in the code for the weapon you would like to make:");
            from.SendMessage(" 1 - Longsword ");
            from.SendMessage(" 2 - Tyrean Broadsword ");
        }