Help me plz. i can`t start pol_097

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.
Post Reply
play
New User
Posts: 4
Joined: Tue Oct 21, 2008 6:02 am

Help me plz. i can`t start pol_097

Post by play »

i downloaded pol, but when i start it, it shotdown(

do has anyone distibutive pol_097.

PS : ssory for my english :shame:
play
New User
Posts: 4
Joined: Tue Oct 21, 2008 6:02 am

Re: Help me plz. i can`t start pol_097

Post by play »

checkpoint: load_uoclient_cfg
checkpoint: initialize_client_interfaces
checkpoint: load_tiles_cfg
Warning: No tiles loaded. Please check tiles.cfg
checkpoint: load_landtile_cfg
Warning: No landtiles loaded. Please check landtiles.cfg
checkpoint: load_itemdesc
Couldn't find an Armor Zone in armrzone.cfg for layer 0
Error in ObjType 0x13cd. Package armor.
Server Shutdown: load_itemdesc
Execution aborted due to: Configuration file error


last start.log

As where it is necessary to correct?
Кто нить Русский знает?
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Re: Help me plz. i can`t start pol_097

Post by Pierce »

Did you run uoconvert first?

If not, look inside the uoconvert.txt delivered with pol.
It's also valid for 097.

It converts your perhaps custom files marked in the pol.cfg as
UoDataFileRoot=x:\whateveryournameis\muls\ (just an example)
to the format of 96/97

UOConvert converts UO .mul files to POL-format files.

The commands below will perform all the conversions appropriate for POL 096.
The commands below will overwrite multis.cfg. tiles.cfg and landtiles.cfg
are new. You have to use at least one map with mapid=0. You can use more maps.
Mondain's Legacy use "width=7168" in Britannia Map.

Use the commands in DOS-Console (e.g.: create a .bat file with following
commands and execute the .bat file).

rem ==== cut ====
uoconvert multis
copy multis.cfg config

uoconvert tiles
copy tiles.cfg config

uoconvert landtiles
copy landtiles.cfg config

rem Mondain's Legacy use "width=7168" here
uoconvert map realm=britannia mapid=0 usedif=1 width=6144 height=4096
uoconvert statics realm=britannia
uoconvert maptile realm=britannia

rem Mondain's Legacy use "width=7168" here
uoconvert map realm=britannia_alt mapid=1 usedif=1 width=6144 height=4096
uoconvert statics realm=britannia_alt
uoconvert maptile realm=britannia_alt

uoconvert map realm=ilshenar mapid=2 usedif=1 width=2304 height=1600
uoconvert statics realm=ilshenar
uoconvert maptile realm=ilshenar

uoconvert map realm=malas mapid=3 usedif=1 width=2560 height=2048
uoconvert statics realm=malas
uoconvert maptile realm=malas

uoconvert map realm=tokuno mapid=4 usedif=1 width=1448 height=1448
uoconvert statics realm=tokuno
uoconvert maptile realm=tokuno
play
New User
Posts: 4
Joined: Tue Oct 21, 2008 6:02 am

Re: Help me plz. i can`t start pol_097

Post by play »

uoconvert - generate realms . i was start it=)

but i have new problem.

Code: Select all

Couldn't find an Armor Zone in armrzone.cfg for layer 0
Error in ObjType 0x13cd. Package armor.
Server Shutdown: load_itemdesc
Execution aborted due to: Configuration file error
in the file armrzone.cfg layer=0
where is this file?
User avatar
taxman
Journeyman Poster
Posts: 63
Joined: Tue Apr 18, 2006 11:10 pm

Re: Help me plz. i can`t start pol_097

Post by taxman »

Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Re: Help me plz. i can`t start pol_097

Post by Pierce »

If you are talking about the distro, you'll find the error in the following file:
pkg\items\armor\config\itemdesc.cfg

The coverage is missing for the leather sleeves.

Code: Select all

Armor 0x13CD
{
	//Main Stuff
	Name		LeatherSleeves
	Desc		leather sleeves
	VendorBuysFor	40
	VendorSellsFor	80

	//Equipment Info
	MaxHP		35
	StrRequired	10

	//Armor Info
	AR		13
	Coverage	Arms                    //this line was missing!!

	//Scripts
	DestroyScript	onDestroy

	//Custom Values
	MedLoss		200
}
play
New User
Posts: 4
Joined: Tue Oct 21, 2008 6:02 am

Re: Help me plz. i can`t start pol_097

Post by play »

On what to me this line to replace? =)
Post Reply