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.3 by root, Mon Aug 14 04:15:04 2006 UTC vs.
Revision 1.7 by root, Thu Sep 14 19:19:09 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
193=item B<weapons> 204=item B<weapons>
194 205
195Drops weapons, bows, and arrows. 206Drops weapons, bows, and arrows.
196 207
197=item B<armor> (armour) 208=item B<armor> (armour)
198 209
199Drops armor, shield, and helmets. 210Drops armor, shield, and helmets.
200 211
201=item B<misc> 212=item B<misc>
202 213
203Drops horns, books, girdles, amulets, rings, cloaks, boots, gloves, 214Drops horns, books, girdles, amulets, rings, cloaks, boots, gloves,
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:
733If you just want to invoke a skill once, leaving your range slot 744If you just want to invoke a skill once, leaving your range slot
734untouched, use L<use_skill> instead. 745untouched, use L<use_skill> instead.
735 746
736=head2 rename 747=head2 rename
737 748
738Changes the custom name of an item. 749Changes/removes the custom name of given item (or the marked one).
739 750
740 rename <item name> to <new name> 751 rename oldname to newname
752 rename "old item name" to "new item name"
741 753
742(Note: the angle brackets (<>) are mandatory and part of the syntax) 754If either of the names contain spaces, you have to use the C<">-form,
755otherwise you can just write the name as-is. If you omit the old name, the
756marked item will be used instead.
743 757
744If '<item name>' is omitted, defaults to marked item. 758If the new name is empty (i.e. C<"">), then the custom name will be
745 759removed from the item.
746If 'to <new name>' is omitted, clears the custom name.
747 760
748Note: maximum allowed name length is 127 characters. 761Note: maximum allowed name length is 127 characters.
749 762
750=head2 reply 763=head2 reply
751 764

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines