From: Mario Date: Sat, 29 Aug 2015 12:18:58 +0000 (+1000) Subject: Update monster commands X-Git-Tag: xonotic-v0.8.2~1997^2~1 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=ff77eb42291c25b2e06a7897e6e486cca7ee8a70 Update monster commands --- diff --git a/commands.cfg b/commands.cfg index 812e572b2..e860a7edb 100644 --- a/commands.cfg +++ b/commands.cfg @@ -157,9 +157,7 @@ alias reportcvar "qc_cmd_cmd reportcvar ${* ?}" // Old sy alias selectteam "qc_cmd_cmd selectteam ${* ?}" // Attempt to choose a team to join into alias selfstuff "qc_cmd_cmd selfstuff ${* ?}" // Stuffcmd a command to your own client alias sentcvar "qc_cmd_cmd sentcvar ${* ?}" // New system for sending a client cvar to the server -alias mobedit "qc_cmd_cmd mobedit ${* ?}" // Edit a monster's properties -alias mobkill "qc_cmd_cmd mobkill ${* ?}" // Kill a monster -alias mobspawn "qc_cmd_cmd mobspawn ${* ?}" // Spawn a monster infront of the player +alias editmob "qc_cmd_cmd editmob ${* ?}" // Edit a monster's properties alias physics "qc_cmd_cmd physics ${* ?}" // Change physics set alias spectate "qc_cmd_cmd spectate ${* ?}" // Become an observer alias suggestmap "qc_cmd_cmd suggestmap ${* ?}" // Suggest a map to the mapvote at match end @@ -181,6 +179,15 @@ alias spec "spectate" alias sandbox "cmd g_sandbox ${* ?}" +// monster aliases +alias killmob "editmob kill ${* ?}" +alias spawnmob "editmob spawn ${* ?}" +alias skinmob "editmob skin ${* ?}" +alias namemob "editmob name ${* ?}" +alias movemob "editmob movetarget ${* ?}" +alias butcher "editmob butcher ${* ?}" + + // ============================================================ // sv_cmd (server console command) - server/command/sv_cmd.qc // ============================================================