ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/wizhelp/create
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 months ago) by root
Branch: UPSTREAM
CVS Tags: rel-2_0, rel-2_1, UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# User Rev Content
1 root 1.1 syntax: create <number> <bonus>
2     <archtype> <variable1> <value1>
3     <variable2> <value2> ...
4     notes:
5     creating items is rather dangerous
6     and tends to crash the server
7     when creating some items.
8    
9     The number and bonus attributes
10     may be left off, or the bonus
11     itself may be left off any time.
12     If a bonus is desired, number
13     must be specified as well.
14     Archtype must be specified in
15     all cases. Variable and values
16     may be left off at any time,
17     but specifiying a variable
18     requires a value also be specified.
19    
20     Multipart values such as for an
21     item name must be quoted.
22    
23     Example: create 5 +1 sword
24     name "Spiffy Sword" face
25     chicken.171
26    
27     This would create 5 +1 longswords
28     named 'Spiffy Sword' that look
29     like chickens. see also: patch,
30     dump