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

Comparing cf.schmorp.de/server/pod/command_help.pod (file contents):
Revision 1.1 by pippijn, Thu Sep 7 21:49:33 2006 UTC vs.
Revision 1.4 by root, Thu Dec 21 03:34:51 2006 UTC

1=begin comment
2***
3*** WARNING: THIS IS A GENERATED FILE - CHANGES WILL BE LOST
4*** The source for this file is in CFPlus/pod/command_help.pod
5*** Make any changes there and then run ./copy_doc
6***
7=end comment
8
1=head1 Crossfire+ Command ListingX<command> 9=head1 Crossfire+ Command ListingX<command>
2 10
3=head2 accept-invitation 11=head2 accept-invitation
4 12
5Accepts an invitation previously issued by another player using the invite 13Accepts an invitation previously issued by another player using the invite
281 289
282Shows a list of the highest level players in the game. 290Shows a list of the highest level players in the game.
283 291
284=head2 ignore 292=head2 ignore
285 293
294 ignore list
295
296Lists all players that you currently ignore.
297
286 ignore <player> <tell|shout|all> [timeout] 298 ignore <player> <tell|shout|all> [timeout]
287 299
288This command ignores the specified messages (B<tell> ignores tells, 300This command ignores the specified messages (B<tell> ignores tells,
289B<shout> ignores chat and shout and all ignores everything from the given 301B<shout> ignores chat and shout and all ignores everything from the given
290user). 302user).
293expires. The default is 24 (one day). The reason why all ignores expire 305expires. The default is 24 (one day). The reason why all ignores expire
294after a day by default is that most troublemakers stop soon after they are 306after a day by default is that most troublemakers stop soon after they are
295being ignored. 307being ignored.
296 308
297To revoke an ignore, use the B<unignore> command. 309To revoke an ignore, use the B<unignore> command.
298
299=head2 ignore list
300
301Lists all players that you currently ignore.
302 310
303=head2 inventory 311=head2 inventory
304 312
305Lists all items in your inventory along with their locked/applied/wielded 313Lists all items in your inventory along with their locked/applied/wielded
306status. Example: 314status. Example:
392 400
393'help traps for help with finding 401'help traps for help with finding
394and disarming traps 402and disarming traps
395 403
396=head2 killpets 404=head2 killpets
405
406 killpets [name]
397 407
398The killpets command is a quick and convenient way 408The killpets command is a quick and convenient way
399to get rid of all your pets when they are no longer 409to get rid of all your pets when they are no longer
400useful or are getting in the way. Any equipment 410useful or are getting in the way. Any equipment
401they had will be left behind, but you will get no 411they had will be left behind, but you will get no
407but not bees. If a number is specified, the pet 417but not bees. If a number is specified, the pet
408corresponding to that number is killed. 418corresponding to that number is killed.
409 419
410=head2 listen 420=head2 listen
411 421
422 listen <listen-level>
423
412Listen, sets the level of messages you will hear. 424Listen sets the level of messages you will hear.
413Priorities are defined as follows: 425Priorities are defined as follows:
414 426
415 0 - Nothing, not even "You punch kobold." or "You say: hi". 427 0 - Nothing, not even "You punch kobold." or "You say: hi".
416 1 - Only messages that have to do with yourself. 428 1 - Only messages that have to do with yourself.
417 2 - Emergency calls from other users 429 2 - Emergency calls from other users
733If you just want to invoke a skill once, leaving your range slot 745If you just want to invoke a skill once, leaving your range slot
734untouched, use L<use_skill> instead. 746untouched, use L<use_skill> instead.
735 747
736=head2 rename 748=head2 rename
737 749
738Changes the custom name of an item. 750Changes/removes the custom name of given item (or the marked one).
739 751
740 rename <item name> to <new name> 752 rename oldname to newname
753 rename "old item name" to "new item name"
741 754
742(Note: the angle brackets (<>) are mandatory and part of the syntax) 755If either of the names contain spaces, you have to use the C<">-form,
756otherwise you can just write the name as-is. If you omit the old name, the
757marked item will be used instead.
743 758
744If '<item name>' is omitted, defaults to marked item. 759If the new name is empty (i.e. C<"">), then the custom name will be
745 760removed from the item.
746If 'to <new name>' is omitted, clears the custom name.
747 761
748Note: maximum allowed name length is 127 characters. 762Note: maximum allowed name length is 127 characters.
749 763
750=head2 reply 764=head2 reply
751 765
967 981
968 unignore <login> 982 unignore <login>
969 983
970Cancels all ignores set for the specified login. See B<ignore>. 984Cancels all ignores set for the specified login. See B<ignore>.
971 985
986=head2 uptime
987
988Tells you something about the time the server was started and how long ago
989that was.
990
972=head2 use_skill 991=head2 use_skill
973 992
974 use_skill <name of skill> 993 use_skill <name of skill>
975 994
976Uses the given L<skill|pod/skill_help> immediately, once. See also 995Uses the given L<skill|pod/skill_help> immediately, once. See also

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines