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.5 by root, Sat Sep 9 22:39:30 2006 UTC vs.
Revision 1.11 by root, Sun Dec 24 10:16:47 2006 UTC

393'help traps for help with finding 393'help traps for help with finding
394and disarming traps 394and disarming traps
395 395
396=head2 killpets 396=head2 killpets
397 397
398 killpets [name]
399
398The killpets command is a quick and convenient way 400The killpets command is a quick and convenient way
399to get rid of all your pets when they are no longer 401to get rid of all your pets when they are no longer
400useful or are getting in the way. Any equipment 402useful or are getting in the way. Any equipment
401they had will be left behind, but you will get no 403they had will be left behind, but you will get no
402experience for their death. However, it kills them 404experience for their death. However, it kills them
407but not bees. If a number is specified, the pet 409but not bees. If a number is specified, the pet
408corresponding to that number is killed. 410corresponding to that number is killed.
409 411
410=head2 listen 412=head2 listen
411 413
414 listen <listen-level>
415
412Listen, sets the level of messages you will hear. 416Listen sets the level of messages you will hear.
413Priorities are defined as follows: 417Priorities are defined as follows:
414 418
415 0 - Nothing, not even "You punch kobold." or "You say: hi". 419 0 - Nothing, not even "You punch kobold." or "You say: hi".
416 1 - Only messages that have to do with yourself. 420 1 - Only messages that have to do with yourself.
417 2 - Emergency calls from other users 421 2 - Emergency calls from other users
733If 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
734untouched, use L<use_skill> instead. 738untouched, use L<use_skill> instead.
735 739
736=head2 rename 740=head2 rename
737 741
738Changes the custom name of an item. 742Changes/removes the custom name of given item (or the marked one).
739 743
740 rename <item name> to <new name> 744 rename oldname to newname
745 rename "old item name" to "new item name"
741 746
742(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.
743 750
744If '<item name>' is omitted, defaults to marked item. 751If the new name is empty (i.e. C<"">), then the original (unrenamed) name
745 752will be restored.
746If 'to <new name>' is omitted, clears the custom name.
747 753
748Note: maximum allowed name length is 127 characters. 754Note: maximum allowed name length is 127 characters.
749 755
750=head2 reply 756=head2 reply
751 757
967 973
968 unignore <login> 974 unignore <login>
969 975
970Cancels all ignores set for the specified login. See B<ignore>. 976Cancels all ignores set for the specified login. See B<ignore>.
971 977
978=head2 uptime
979
980Tells you something about the time the server was started and how long ago
981that was.
982
972=head2 use_skill 983=head2 use_skill
973 984
974 use_skill <name of skill> 985 use_skill <name of skill>
975 986
976Uses 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