ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/command_help.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/command_help.pod (file contents):
Revision 1.36 by root, Sun Jan 11 00:11:06 2009 UTC vs.
Revision 1.39 by root, Sat Sep 5 21:09:40 2009 UTC

69 69
70See L<apply|command/apply>. 70See L<apply|command/apply>.
71 71
72=head2 body 72=head2 body
73 73
74Shows how much you are wielding on certain body parts. For example as 74Shows how much (and what) you are wielding on certain body parts.
75
75fireborn, you have 4 fingers to put rings on. If you have 3 rings on it will 76For example as fireborn, you have 4 fingers to put rings on. If you have
76say: "on your finger 3 1", meaning you have 3 fingers full and one free. 773 rings on it will say: "on your finger 3 1", meaning you have 3 fingers
78full and one free.
79
80Both items as well as skills and other more esoteric objects can use those
81body parts.
77 82
78=head2 X<bowmode>bowmode (normal|threewide|spreadshot|bestarrow|.*) 83=head2 X<bowmode>bowmode (normal|threewide|spreadshot|bestarrow|.*)
79 84
80The C<bowmode> controls how you will fire arrows and bolts. 85The C<bowmode> controls how you will fire arrows and bolts.
81 86
142=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*) 147=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*)
143 148
144 drop [number] name 149 drop [number] name
145 150
146B<name> is the name of the item(s) to drop. It may match multiple items. 151B<name> is the name of the item(s) to drop. It may match multiple items.
147The name is matched against the start of the objects in your inventory. 152An object name matches when it contains the name. The name matching is
148The name matching is case insensitive. 153case insensitive.
149 154
150There are a few special name values: 155There are a few special name values:
151 156
152=over 4 157=over 4
153 158
461 mark sword 466 mark sword
462 467
463B<mark> will look for best match first, and then look for matches based 468B<mark> will look for best match first, and then look for matches based
464on shortened name, object name, archetype name. It prints the match it 469on shortened name, object name, archetype name. It prints the match it
465finds. 470finds.
471
472=head2 me
473
474 me <message>
475
476Sends a message to all players on the server, similar to chat, but instead
477of using C<name chats: message>, the form C<* name message> is used, which
478is useful to describe yourself, such as:
479
480 me feels lonely
481 =>
482 * schmorp feels lonely
483
466 484
467=head2 motd 485=head2 motd
468 486
469Shows the message of the day. It takes no arguments. 487Shows the message of the day. It takes no arguments.
470 488

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines