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.18 by root, Tue Dec 23 05:34:48 2008 UTC vs.
Revision 1.21 by root, Sun Dec 28 16:35:32 2008 UTC

432=item I: B<I>n memory, B<S>wapped out or B<L>oading. 432=item I: B<I>n memory, B<S>wapped out or B<L>oading.
433 433
434The server keeps maps in memory only for a short time (by default about 434The server keeps maps in memory only for a short time (by default about
43540 seconds). After that time, it saves them to disk. As the server loads 43540 seconds). After that time, it saves them to disk. As the server loads
436most maps in the background it is possible that you can see a map that is 436most maps in the background it is possible that you can see a map that is
437currently being loaded, but thats rare, as loading a map is fast. 437currently being loaded, but that's rare, as loading a map is fast.
438 438
439=item Svd: the amount of seconds the map was last saved (++ means >99). 439=item Svd: the amount of seconds the map was last saved (++ means >99).
440 440
441The server by default tries to save each map at least every 20 seconds if 441The server by default tries to save each map at least every 20 seconds if
442it changed, so in case of a disastrous crash (one where the server cannot 442it changed, so in case of a disastrous crash (one where the server cannot
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>, must be 0..15) is specified, then items of at
615 624least the specified 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
830Kills yourself. No, really. 827Kills yourself. No, really.
831 828
832This command might not look useful at first, but sometimes you can get 829This command might not look useful at first, but sometimes you can get
833yourself into a corner you can't escape anymore, either due to a map 830yourself into a corner you can't escape anymore, either due to a map
834bug or your own stupidity. Killing oneself can be difficult and time 831bug or your own stupidity. Killing oneself can be difficult and time
835consuming, thats why this command is provided. It is fast, painless, 832consuming, that's why this command is provided. It is fast, painless,
836effective, humane. 833effective, humane.
837 834
838=head2 take 835=head2 take
839 836
840The take commands take object(s) on the space the player is standing on, 837The take commands take object(s) on the space the player is standing on,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines