diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-02 01:48:38 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-02 02:41:24 +0200 |
commit | 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb (patch) | |
tree | ff8eab35e732bc0749fc11677c8873a7b3a58704 /data/help/chatcommands.txt | |
download | plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.gz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.bz2 plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.xz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.zip |
Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
Diffstat (limited to 'data/help/chatcommands.txt')
-rw-r--r-- | data/help/chatcommands.txt | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/data/help/chatcommands.txt b/data/help/chatcommands.txt new file mode 100644 index 000000000..9e37849f1 --- /dev/null +++ b/data/help/chatcommands.txt @@ -0,0 +1,74 @@ + <- @@index|Back to Index@@ + + +##3 Chat commands + + +##PWhispers +##2 + /closeall - close all whispers. + /ignoreall - add all whispers to ignore list. + /msg NICK text, /whisper NICK text, /w NICK text - send whisper message to nick. + /query NICK, /q NICK - open new whisper tab for nick. + + +##PActions +##2 + /help - show small help about chat commands. + /target NICK - select nick as target. Can be monster or player nick. + /outfit N - wear outfit number N. + /outfit next - wear next outfit. + /outfit prev - wear previous outfit. + /emote N - use emotion number N. + /away, /away MSG - set away mode. + /follow NICK - start follow mode. + /imitation NICK - start imitation mode. + /heal NICK - heal nick. + /move X Y - move to X,Y position in short distance. + /navigate x y - move to position x,y in current map in any distance. + /mail NICK MSG - send offline message to NICK. Working only in tmw server. + /disconnect - quick disconnect from server. + /attack - attack target. + /undress NICK - remove all clothes from nick. Local effect only. + + +##PTrade +##2 + /trade NICK - start trade with nick. + /priceload - load shop price from disc. + /pricesave - save shop price to disc. + + +##PPlayer relations +##2 + /ignore NICK - add nick to ignore list. + /unignore NICK - Remove nick from ignore list. + /friend NICK, /befriend NICK - add nick to friends list. + /disregard NICK - add nick to disregarded list. + /neutral NICK - add nick to neutral relation list. + /erase NICK - add nick to erased list. + /clear - clear current chat tab. + /createparty NAME - create party with selected name. + /me text - send text to chat as /me command in irc. + + +##PDebug +##2 + /who - print online players number to chat. + /all - show visible beings list in debug tab. + /where - print current player position to chat. + /cacheinfo - show text cache info. + + +##PWhispers commands +##2 +Most commands working in whispers. +For example command /imitation in whisper nick nick1, + similar to command /imitation nick1. + + + + + + + |