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.4 by root, Mon Aug 14 21:44:56 2006 UTC vs.
Revision 1.9 by root, Mon Dec 11 02:43:21 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines