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

Comparing deliantra/server/pod/command_help.pod (file contents):
Revision 1.19 by pippijn, Tue Dec 23 18:52:57 2008 UTC vs.
Revision 1.20 by root, Sun Dec 28 10:20:29 2008 UTC

600 600
601=back 601=back
602 602
603=head2 pickup 603=head2 pickup
604 604
605 pickup +mode
606 pickup -mode
607 pickup density
608
605B<pickup> changes how you pick up items when you step on them. to pickup 609B<pickup> changes whether you pick up items when you step on them. To
606an item manually, use the ',' key. 610pickup an item manually, use the ',' key.
607 611
608Mode 0: Don't pick up items. 612The B<Pickup> tab in the playerbook is usually a better way to modify your
613autopickup settings than using this command.
609 614
610Mode 1: Pick up one item 615Mode can be one of:
611 616
612Mode 2: Pickup up one item and stop 617 "debug", "inhibit", "stop", "food", "drink", "valuables", "bow",
618 "arrow", "helmet", "shield", "armour", "boots", "gloves", "cloak",
619 "key", "missile", "allweapon", "magical", "potion", "spellbook",
620 "skillscroll", "readables", "magicdevice", "notcursed", "jewels",
621 "flesh"
613 622
614Mode 3: Stop before picking up items 623If a number (C<density>) is specified, then items of at least the
615 624specified value density are picked up. Value density is given as
616Mode 4: Pick up all items 625gold/weight in kilograms.
617
618Mode 5: Pick up all items and stop
619
620Mode 6: Pick up all magical items
621
622Mode 7: Pick up all coins and gems
623
624Modes above 7: Pickup items with
625a value density greater than the pickup mode.
626
627Value density is value in gold/weight in kilograms.
628 626
629The value in gold is what the item is worth if you sold it in the shop. 627The value in gold is what the item is worth if you sold it in the shop.
630
631Goldcoins have a value density of 66,
632
633Density 10 will pickup silver, gold, rings, wands, books, and scrolls.
634Artifacts are also picked up.
635
636 628
637=head2 prepare 629=head2 prepare
638 630
639The same as cast. Usage: 631The same as cast. Usage:
640 632
730 722
731=head2 search-items 723=head2 search-items
732 724
733 search-items <word> 725 search-items <word>
734 726
735Automatically picks up all items with <word> in their name. search-items rod 727Automatically picks up all items with <word> in their name. C<search-items
736will pick up all rods and heavy rods. search-items of Fire will pick up all 728rod> will pick up all rods and heavy rods. C<search-items of Fire> will
737bolts, arrows, swords, etc. of Fire. 729pick up all bolts, arrows, swords, etc. of Fire, C<search-items magic+1>
730will pick up all items with magic+1, and so on, and so on.
731
732While this mode is active, you will be slower and the normal autopickup is
733disabled. To disable search mode again, execute C<search-items> without
734any arguments.
738 735
739=head2 seen 736=head2 seen
740 737
741 seen <login> 738 seen <login>
742 739

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines