Exemplo n.º 1
0
 public static void Initialize()
 {
     CommandSystem.Register("SetDecay", AccessLevel.Administrator, new CommandEventHandler(SetDecay_OnCommand));
     Item.DefaultDecayTime = TimeSpan.FromMinutes(60);
 }
Exemplo n.º 2
0
 public static void Initialize()
 {
     CommandSystem.Register("Createworld", AccessLevel.Administrator, new CommandEventHandler(Create_OnCommand));
 }
Exemplo n.º 3
0
 public static void Initialize()
 {
     CommandSystem.Register("Distribute", AccessLevel.Administrator, new CommandEventHandler(Distribute_OnCommand));
 }
Exemplo n.º 4
0
 public static void Initialize()
 {
     CommandSystem.Register("CheckIPs", AccessLevel.GameMaster, CheckIPs_OnCommand);
 }
Exemplo n.º 5
0
 public static void Initialize()
 {
     CommandSystem.Register("RebuildCategorization", AccessLevel.Administrator, new CommandEventHandler(RebuildCategorization_OnCommand));
 }
Exemplo n.º 6
0
 public static void Initialize()
 {
     CommandSystem.Register("Dupe", AccessLevel.GameMaster, Dupe_OnCommand);
     CommandSystem.Register("DupeInBag", AccessLevel.GameMaster, DupeInBag_OnCommand);
 }
Exemplo n.º 7
0
 public static void Initialize()
 {
     CommandSystem.Register("PlayerWealth", AccessLevel.Counselor, new CommandEventHandler(PlayerWealth_OnCommand));
     CommandSystem.Register("AllPlayerWealthGold", AccessLevel.Counselor, new CommandEventHandler(AllPlayerWealthGold_OnCommand));
 }
Exemplo n.º 8
0
 public static void Initialize()
 {
     CommandSystem.Register("Staff", AccessLevel.Player, new CommandEventHandler(Staff_OnCommand));
 }
Exemplo n.º 9
0
 public static void Initialize()
 {
     CommandSystem.Register("GenGameDocs", AccessLevel.GameMaster, new CommandEventHandler(GenGameDocs_OnCommand));
 }
Exemplo n.º 10
0
 public static void Initialize()
 {
     CommandSystem.Register("DecorateMag", AccessLevel.Owner, new CommandEventHandler(DecorateMag_OnCommand));
 }
Exemplo n.º 11
0
 public static void Initialize()
 {
     CommandSystem.Register("unequip", AccessLevel.Player, new CommandEventHandler(Unequip_OnCommand));
 }
Exemplo n.º 12
0
 public static void Initialize()
 {
     CommandSystem.Register("ExportWSC", AccessLevel.Administrator, Export_OnCommand);
 }
Exemplo n.º 13
0
 public static void Register()
 {
     CommandSystem.Register("Skills", AccessLevel.Counselor, Skills_OnCommand);
 }
Exemplo n.º 14
0
 public static void Initialize()
 {
     CommandSystem.Register("WipeItemsOfType", AccessLevel.GameMaster, new CommandEventHandler(WipeMobilesOfType_OnCommand));
 }
Exemplo n.º 15
0
 public static void Initialize()
 {
     CommandSystem.Register("RegionBounds", AccessLevel.GameMaster, new CommandEventHandler(RegionBounds_OnCommand));
 }
Exemplo n.º 16
0
        public static void Initialize()
        {
            CommandSystem.Register("HelpInfo", AccessLevel.Player, HelpInfo_OnCommand);

            FillTable();
        }
Exemplo n.º 17
0
 public static void Initialize()
 {
     CommandSystem.Register("ResMeFull", AccessLevel.Player, new CommandEventHandler(ResMeFull_OnCommand));
 }
 public static void Initialize()
 {
     CommandSystem.Register("RunUOSpawnerExporter", AccessLevel.Administrator, new CommandEventHandler(RunUOSpawnerExporter_OnCommand));
     CommandSystem.Register("RSE", AccessLevel.Administrator, new CommandEventHandler(RunUOSpawnerExporter_OnCommand));
 }
Exemplo n.º 19
0
 public static void Initialize()
 {
     CommandSystem.Register("TelGen", AccessLevel.Administrator, GenTeleporter_OnCommand);
 }
Exemplo n.º 20
0
 public static void Initialize()
 {
     CommandSystem.Register("OrganizeMe", AccessLevel.Player, OrganizeMe_OnCommand);
 }
Exemplo n.º 21
0
 public static void Initialize()
 {
     CommandSystem.Register("Hunger", AccessLevel.Player, new CommandEventHandler(Hungry_OnCommand));
     CommandSystem.Register("Thirst", AccessLevel.Player, new CommandEventHandler(Hungry_OnCommand));
 }
Exemplo n.º 22
0
 public static void Initialize()
 {
     CommandSystem.Register("Props", AccessLevel.Counselor, Props_OnCommand);
 }
Exemplo n.º 23
0
 public static void Register(string command, AccessLevel access, CommandEventHandler handler)
 {
     CommandSystem.Register(command, access, handler);
 }
Exemplo n.º 24
0
 public static void Initialize()
 {
     CommandSystem.Register("BoatControl", AccessLevel.Player, new CommandEventHandler(Boat_OnCommand));
 }
Exemplo n.º 25
0
 public static void Initialize()
 {
     CommandSystem.Register("SendGump", AccessLevel.GameMaster, new CommandEventHandler(SendGump_OnCommand));
 }
Exemplo n.º 26
0
 public static void Initialize()
 {
     CommandSystem.Register("BlowPouch", AccessLevel.Player, new CommandEventHandler(BlowPouch_OnCommand));
     CommandSystem.Register("PopPouch", AccessLevel.Player, new CommandEventHandler(BlowPouch_OnCommand));
     CommandSystem.Register("Pouch", AccessLevel.Player, new CommandEventHandler(BlowPouch_OnCommand));
 }
Exemplo n.º 27
0
 public static void Initialize()
 {
     CommandSystem.Register("Dupe", AccessLevel.Batisseur, new CommandEventHandler(Dupe_OnCommand));
     CommandSystem.Register("DupeInBag", AccessLevel.Batisseur, new CommandEventHandler(DupeInBag_OnCommand));
 }
Exemplo n.º 28
0
 public static void Initialize()
 {
     CommandSystem.Register("Time", AccessLevel.Player, Time_OnCommand);
 }
Exemplo n.º 29
0
 public static void Initialize()
 {
     CommandSystem.Register("Decorate", AccessLevel.Administrator, Decorate_OnCommand);
 }
Exemplo n.º 30
0
		public static void Initialize()
		{
			CommandSystem.Register("ConvertPlayers", AccessLevel.Administrator, new CommandEventHandler(Convert_OnCommand));
		}