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.6 by root, Sat Sep 9 23:30:33 2006 UTC vs.
Revision 1.10 by root, Fri Dec 22 03:43:05 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
12=head1 Crossfire+ Command ListingX<command> 1=head1 Crossfire+ Command ListingX<command>
13 2
14=head2 accept-invitation 3=head2 accept-invitation
15 4
16Accepts an invitation previously issued by another player using the invite 5Accepts an invitation previously issued by another player using the invite
404'help traps for help with finding 393'help traps for help with finding
405and disarming traps 394and disarming traps
406 395
407=head2 killpets 396=head2 killpets
408 397
398 killpets [name]
399
409The killpets command is a quick and convenient way 400The killpets command is a quick and convenient way
410to get rid of all your pets when they are no longer 401to get rid of all your pets when they are no longer
411useful or are getting in the way. Any equipment 402useful or are getting in the way. Any equipment
412they had will be left behind, but you will get no 403they had will be left behind, but you will get no
413experience for their death. However, it kills them 404experience for their death. However, it kills them
418but not bees. If a number is specified, the pet 409but not bees. If a number is specified, the pet
419corresponding to that number is killed. 410corresponding to that number is killed.
420 411
421=head2 listen 412=head2 listen
422 413
414 listen <listen-level>
415
423Listen, sets the level of messages you will hear. 416Listen sets the level of messages you will hear.
424Priorities are defined as follows: 417Priorities are defined as follows:
425 418
426 0 - Nothing, not even "You punch kobold." or "You say: hi". 419 0 - Nothing, not even "You punch kobold." or "You say: hi".
427 1 - Only messages that have to do with yourself. 420 1 - Only messages that have to do with yourself.
428 2 - Emergency calls from other users 421 2 - Emergency calls from other users
744If you just want to invoke a skill once, leaving your range slot 737If you just want to invoke a skill once, leaving your range slot
745untouched, use L<use_skill> instead. 738untouched, use L<use_skill> instead.
746 739
747=head2 rename 740=head2 rename
748 741
749Changes the custom name of an item. 742Changes/removes the custom name of given item (or the marked one).
750 743
751 rename <item name> to <new name> 744 rename oldname to newname
745 rename "old item name" to "new item name"
752 746
753(Note: the angle brackets (<>) are mandatory and part of the syntax) 747If either of the names contain spaces, you have to use the C<">-form,
748otherwise you can just write the name as-is. If you omit the old name, the
749marked item will be used instead.
754 750
755If '<item name>' is omitted, defaults to marked item. 751If the new name is empty (i.e. C<"">), then the custom name will be
756 752removed from the item.
757If 'to <new name>' is omitted, clears the custom name.
758 753
759Note: maximum allowed name length is 127 characters. 754Note: maximum allowed name length is 127 characters.
760 755
761=head2 reply 756=head2 reply
762 757
978 973
979 unignore <login> 974 unignore <login>
980 975
981Cancels all ignores set for the specified login. See B<ignore>. 976Cancels all ignores set for the specified login. See B<ignore>.
982 977
978=head2 uptime
979
980Tells you something about the time the server was started and how long ago
981that was.
982
983=head2 use_skill 983=head2 use_skill
984 984
985 use_skill <name of skill> 985 use_skill <name of skill>
986 986
987Uses the given L<skill|pod/skill_help> immediately, once. See also 987Uses the given L<skill|pod/skill_help> immediately, once. See also

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines