diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-02 15:09:18 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-02 15:09:18 +0000 |
commit | 97bb21a79949779df76269b087f3bce7ef8179ee (patch) | |
tree | 08b3bdee2f3596581dd8d8f051afd37ee648cee7 /doc/command.txt | |
parent | dafdbbe9f1db3e6943003a79a6e23c00da2f2fe1 (diff) | |
download | tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.gz tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.bz2 tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.xz tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.zip |
initial checkin
Diffstat (limited to 'doc/command.txt')
-rw-r--r-- | doc/command.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/command.txt b/doc/command.txt new file mode 100644 index 0000000..c53035c --- /dev/null +++ b/doc/command.txt @@ -0,0 +1,40 @@ +This file has explained some special commands. +It begins to explain the declared commands in this file. +Furthermore, many of the special command which is not stated in this file are not mounted. + + +Index + 1. mapmove + 2. b and nb + + +1. MapMove + MapMove command is a warping command which a GM can use on the server. + There is no restriction such, that presently you can use, just have GM enabled. The usage where it is possible + to use as /mm or /mapmove is as follows. + /mm <fieldname>* X Y + /mm <fieldname.gat>* X Y + /mapmove <fieldname>* X Y + /mapmove <fieldname.gat>* X Y + * means for field name type /where, please input the map name which appears in the execution time. gat is not always a necessary. + (X Y) X coordinate and the Y-coordinate of the place where you would like to go, exact coordinates. However it does + if no X or Y, it will jump randomly. + Example: + /mm payon + /mapmove prontera.gat 167 158 + +2. Broadcast + Broadcastコマンドとは実際のサーバでGMが使えるGMメッセージと同様の働きをします。 + /bもしくは/nbとして使うことができます使用方法は以下の通りです。 + /b <message> + /nb <message> + + /b + 実行したユーザ名付きでメッセージを表示します。 + /nb + 実行したユーザ名を表示せずメッセージを表示します。 + + 例: + /b テスト + /nb テスト +$Id: command.txt,v 1.1 2004/05/28 03:55:43 wizputer Exp $ |