예제 #1
0
        private static void DecorateDeleteHSfirstAge_OnCommand(CommandEventArgs e)
        {
            string prefix = Server.Commands.CommandSystem.Prefix;

            CommandSystem.Handle(e.Mobile, String.Format("{0}DecorateDeleteSA", prefix));
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/10-HS/Britannia", Map.Trammel, Map.Felucca);
        }
예제 #2
0
        private static void DecorateDeleteSA_OnCommand(CommandEventArgs e)
        {
            string prefix = Server.Commands.CommandSystem.Prefix;

            CommandSystem.Handle(e.Mobile, String.Format("{0}DecorateDeleteKRsecondAge", prefix));
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/09-SA/TerMur", Map.TerMur);
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/09-SA/Trammel", Map.Trammel);
        }
예제 #3
0
        private static void DecorateDeleteKRsecondAge_OnCommand(CommandEventArgs e)
        {
            string prefix = Server.Commands.CommandSystem.Prefix;

            CommandSystem.Handle(e.Mobile, String.Format("{0}DecorateDeleteKRfirstAge", prefix));
            DecorateDelete.Remove("Data/Decoration/RuinedMaginciaTram", Map.Trammel);
            DecorateDelete.Remove("Data/Decoration/RuinedMaginciaFel", Map.Felucca);
        }
예제 #4
0
        private static void DecorateDeleteKRfirstAge_OnCommand(CommandEventArgs e)
        {
            string prefix = Server.Commands.CommandSystem.Prefix;

            CommandSystem.Handle(e.Mobile, String.Format("{0}DecorateDeleteML", prefix));
            //Nerun's Distro custom decoration
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/08-KR/Trammel", Map.Trammel);
        }
예제 #5
0
        private static void DecorateDeleteSE_OnCommand(CommandEventArgs e)
        {
            string prefix = Server.Commands.CommandSystem.Prefix;

            CommandSystem.Handle(e.Mobile, String.Format("{0}DecorateDelete", prefix));

            //Nerun's Distro custom decoration
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/06-SE/Britannia", Map.Trammel, Map.Felucca);

            e.Mobile.SendMessage("Decoration removal completed.");
        }
예제 #6
0
        private static void DecorateDeleteML_OnCommand(CommandEventArgs e)
        {
            string prefix = Server.Commands.CommandSystem.Prefix;

            CommandSystem.Handle(e.Mobile, String.Format("{0}DecorateDeleteSE", prefix));
            //Nerun's Distro custom decoration
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/07-ML/Britannia", Map.Trammel, Map.Felucca);
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/07-ML/Felucca", Map.Felucca);
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/07-ML/Trammel", Map.Trammel);
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/07-ML/Ilshenar", Map.Ilshenar);
            DecorateDelete.Remove("Data/Nerun's Distro/Decoration/07-ML/Malas", Map.Malas);
        }