ImportPol.cs is a command for RunUO 1.0 to read items from the Pol96/97
datafile items.txt. If you want to use it with a Pol95 items.txt datafile
you have to change the script and remove the parts handling with realm
parameters.

Installation:

- Copy ImportPol.cs into the scripts/commands/ folder of RunUO

- Create a folder named PolData/ inside your runuo folder and
  copy your Pol items.txt into that folder.

Usage:

[ImportPolItems x1 y1 x2 y2 map

map is an integer (0 for britannia, 2 for ilshenar etc.).

Example:

[ImportPolItems 200 320 430 450 2
This command will read all existing items in the area from 200,320 to 430,450
on the ilshenar map from the pol datafile and create these items on your
RunUO server.

Notes:

Don't wonder if that code is looking strange to you. I never coded c++ before *bg*
I was only interested in getting my items to RunUO to use the very good statics
commands there. So maybe it can be coded a lot smarter *g*
Testing was done with a about 23 MB items.txt which took about 2-3 min. to import.
Surely that depends on the system you use.

Greetings Pierce
