COMMAND DESCRIPTION
Command Name: EXPORT
Short Description Export worlditems into three different formats.
Notes: The following three formats are supported:
Sphere
The sphere format consists of a number of item blocks
which look like the following one:
[WORLDITEM 0efa]
SERIAL=040000001
NAME=a custom item name
ID=0efa
COLOR=0
P=1250,1200,0
WSC
This format is roughly equivalent to the WSC format
exported by sphere and the WSC format used by UOX, NOX and
derivates.
Text
Each line in this format represents one item. The line
has the following format:
id x y z color
Id is the (decimal or hexadecimal) item display id.
X, y and z are the coordinates of the item.
Color is the item color.
Example: 0xEED 1351 1200 12 0
|