n3k wrote:The problem occurs when I creating character. If I choose none hairstyle then error pops up from another items.
Question 1: Do you have an itemdesc.cfg file? Should be in config. The item 0xe75 is a backpack and the item 0x203b is a hair model. Both need an entry in an itemdesc.cfg file.
Another idea: Did you use uoconvert.exe before running the core? Consult uoconvert.txt, especially the first 3 steps:
uoconvert multis
copy multis.cfg config <<<<<<<<!
uoconvert tiles
copy tiles.cfg config <<<<<<<<!
uoconvert landtiles
copy landtiles.cfg config <<<<<<<<!
(You seem to have done the remaining steps, or the core would nor run, AFAIK). But the 3 steps above - if you forget to copy the files to config directory, then the core could have garbage or no information about items.
If your tiles.cfg is wrong, this could be the reason for your problems.
Question 2: Are the entrys for these two items correct? 0xe75 is a container, and should be defined as documented here:
http://docs.polserver.com/pol099/config ... emdesc.cfg
The hair model is very simple, but must be defined in an itemdesc.cfg. We use config/itemdesc.cfg:
Item 0x203b
{
Name HAIR_SHORT
Desc kurzes Haar%
VendorSellsFor 10
}
Question 3: Do you have an OnCreate script? (
http://docs.polserver.com/pol099/script ... eateScript)
Leave it empty so no start equipment is created until you solve the problem. (You can rename it, or insert a return immediately after the start, so it does nothing.
From your description you seem to be unable to create a character and unable to log in. This looks like a severe misconfiguration, missing files or something similar. Should be easy to find. Try to isolate the problem by checking all things which are equipped. All the items in you log above can be equipped. I think you have no or a wrong tiles.cfg, since the core complains about items, which can be equipped normally.
Hope this helps
OWHorus