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

Comparing deliantra/server/pod/command_help.pod (file contents):
Revision 1.9 by root, Thu Jun 21 22:30:15 2007 UTC vs.
Revision 1.12 by root, Fri Jul 20 18:43:04 2007 UTC

183will be dropped. A collection of 5 scrolls will not be dropped. 183will be dropped. A collection of 5 scrolls will not be dropped.
184 184
185See also B<dropall> and mouse button control within client for dropping 185See also B<dropall> and mouse button control within client for dropping
186objects. 186objects.
187 187
188
189=head2 cointoss
190
191Tosses a coin and reports the outcome to you and other players on the same
192map, much like the say command does.
193
194
195=head2 orcknuckle
196
197Throws your orcknuckle set and reports the outcome to you and other
198players on the same map, much like the say command does. Your first
199three orcknuckle throws can report I<beholder>, I<ghost>, I<knight>,
200I<princess>, I<dragon>, while the fourth can additionally roll up to
201I<orc>.
202
203
188=head2 dropall 204=head2 dropall
189 205
190 dropall [type] 206 dropall [type]
191 207
192B<dropall> drops all items in your inventory to the ground, excepting 208B<dropall> drops all items in your inventory to the ground, excepting
263only your party. Even people standing right next to you can't hear it. 279only your party. Even people standing right next to you can't hear it.
264 280
265=head2 help 281=head2 help
266 282
267Gives you online help for the command or help topic specified. 283Gives you online help for the command or help topic specified.
284
285=head2 hintmode (show|mark|hide)
286
287 hintmode show|mark|hide
288
289Sets the I<hint mode> to the given value: Throughout the game you can find
290hints that sometimes help you to solve a puzzle or manage a situation
291better than without. You can change the display of these hints with this
292command:
293
294=over 4
295
296=item show
297
298Show the hints (the default mode).
299
300=item mark
301
302Do not show the hints themselves, but notify you when a hint would have
303been available.
304
305=item hide
306
307Hide all hints: You will not be able to tell wether there is a hint
308available or not.
309
310=back
268 311
269=head2 hiscore 312=head2 hiscore
270 313
271Shows a list of the highest level players in the game. 314Shows a list of the highest level players in the game.
272 315
428emergency save), at most 20 seconds of gameplay are lost. 471emergency save), at most 20 seconds of gameplay are lost.
429 472
430=item Reset: the minimum number of seconds the map will stay as is (will not reset). 473=item Reset: the minimum number of seconds the map will stay as is (will not reset).
431 474
432Most maps will not reset as long as players are on it, and usually the 475Most maps will not reset as long as players are on it, and usually the
433reset counter only starts going down when all players left the map. 476reset counter only starts going down when all players left the map. Some
477maps will never reset in the common sense, these are usually marked with a
478very high number (sucha s C<1e+99>).
434 479
435=item Path: the name that uniquely identifies the map, can be used for goto etc. 480=item Path: the name that uniquely identifies the map, can be used for goto etc.
436 481
437=back 482=back
438 483
673If the new name is empty (i.e. C<"">), then the original (unrenamed) name 718If the new name is empty (i.e. C<"">), then the original (unrenamed) name
674will be restored. 719will be restored.
675 720
676Note: maximum allowed name length is 127 characters. 721Note: maximum allowed name length is 127 characters.
677 722
678=head2 reply
679
680 reply <message>
681
682Similar to tell, but instead of having to supply a username, it replies
683to the last player that sent you a tell. This is a bit racy (e.g. when
684somebody else tells you something while you type and you do not realise
685that), so be careful not to supply confidential information in the
686message.
687 723
688=head2 resistances 724=head2 resistances
689 725
690This shows you the resistances you have to specific attack types. 726This shows you the resistances you have to specific attack types.
691If you have for example "cold +20", it means you get 20% damage done 727If you have for example "cold +20", it means you get 20% damage done
794Toggles between sound enabled and disabled. This has no relevance to the 830Toggles between sound enabled and disabled. This has no relevance to the
795sound settings of the client, it only governs wether the server will send 831sound settings of the client, it only governs wether the server will send
796sound effect command to the client and is enabled if the client supports 832sound effect command to the client and is enabled if the client supports
797sound (i.e. always for cfplus). 833sound (i.e. always for cfplus).
798 834
835=head2 sourcecode
836
837This command displays the means to download the sourcecode (server code,
838maps and archetypes) used to implement this version of the game.
839
840Every player has the right to download and modify the source code of the
841server, as required by both the GNU General Public License and the GNU
842Affero General Public license.
843
844If you modify your version of the server, you will have to provide a means
845to download the modified sources (and resources) via this command. If you
846run an unmodified version of the server, the default will do.
847
799=head2 statistics 848=head2 statistics
800 849
801B<statistics> shows various useful information about your character. 850B<statistics> shows various useful information about your character.
802None of the information it shows is stuff that is not contained in the 851None of the information it shows is stuff that is not contained in the
803documentation. 852documentation.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines