diff options
| author | Machiavelli <none@none> | 2009-10-05 21:47:51 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-10-05 21:47:51 +0200 |
| commit | b1e2eda5be64543b96881a85cabfbb782a6d32fd (patch) | |
| tree | cab63ebfa496d54db6bacc44e0a75a0a134864e3 /sql | |
| parent | d3360f0024ef42507a3a79b8cd86fb02cbece087 (diff) | |
* Some changes to command handlers. Patch by ogeraisi
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/5813_world_command.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/5813_world_command.sql b/sql/updates/5813_world_command.sql new file mode 100644 index 00000000000..7c0af4c4e0a --- /dev/null +++ b/sql/updates/5813_world_command.sql @@ -0,0 +1,8 @@ +DELETE FROM `command` WHERE `name` IN ('modify aspeed', 'modify bwalk', 'modify fly', 'modify scale', 'modify speed', 'modify swim'); +INSERT INTO `commands` VALUES +('modify aspeed',1,'Syntax: .modify aspeed #rate\r\n\r\nModify all speeds -run,swim,run back,swim back- of the selected player to \"normalbase speed for this move type\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 50.'), +('modify bwalk',1,'Syntax: .modify bwalk #rate\r\n\r\nModify the speed of the selected player while running backwards to \"normal walk back speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 50.'), +('modify fly',1,'.modify fly $parameter\nModify the flying speed of the selected player to \"normal flying speed\"*rate. If no player is selected, modify your speed.\n #rate may range from 0.1 to 50.'), +('modify scale',1,'.modify scale $parameter\nModify size of the selected player to \"normal scale\"*rate. If no player is selected, modify your size.\n#rate may range from 0.1 to 10.'), +('modify speed',1,'Syntax: .modify speed #rate\r\n.speed #rate\r\n\r\nModify the running speed of the selected player to \"normal base run speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 50.'), +('modify swim',1,'Syntax: .modify swim #rate\r\n\r\nModify the swim speed of the selected player to \"normal swim speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 50.'); |
